Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-latest/subsys/fs/nvs/
DKconfig17 bool "Non-volatile Storage lookup cache"
19 Enable Non-volatile Storage cache, used to reduce the NVS data lookup
24 int "Non-volatile Storage lookup cache size"
29 Number of entries in Non-volatile Storage lookup cache.
/Zephyr-latest/lib/crc/
Dcrc4_sw.c42 static const uint8_t lookup[8] = { 0x03, 0x65, 0xcf, 0xa9, 0xb8, 0xde, 0x74, 0x12 }; in crc4_ti() local
48 seed = (lookup[index >> 1] >> (1 - (index & 1)) * 4) & 0xf; in crc4_ti()
/Zephyr-latest/subsys/fs/zms/
DKconfig16 bool "ZMS lookup cache"
18 Enable ZMS cache to reduce the ZMS data lookup time.
23 int "ZMS Storage lookup cache size"
28 Number of entries in ZMS lookup cache.
/Zephyr-latest/subsys/settings/
DKconfig65 bool "NVS name lookup cache"
67 Enable NVS name lookup cache, used to reduce the Settings name
68 lookup time.
71 int "NVS name lookup cache size"
/Zephyr-latest/drivers/mm/
DKconfig36 Driver for the translation lookup buffer on
44 Driver for the translation lookup buffer on
/Zephyr-latest/cmake/compiler/
Dcompiler_features.cmake10 # `c_std_XX` values are created for easy lookup.
/Zephyr-latest/samples/net/cloud/tagoio_http_post/
DKconfig9 bool "Disable DNS lookup"
/Zephyr-latest/doc/kernel/usermode/
Dmpu_userspace.rst13 stacks, a lookup table, and a set of helper functions are created and added
Dkernelobjects.rst110 with a constant-time lookup in this table.
/Zephyr-latest/arch/x86/
Dgen_mmu.py242 def lookup(self, virt_addr): member in MMUTable
386 table = self.tables[table.lookup(virt_addr)]
427 table = self.tables[table.lookup(virt_addr)]
552 table = self.tables[table.lookup(addr)]
/Zephyr-latest/lib/hash/
DKconfig.hash_map13 lookup of key-value pairs must be done in O(1) time (on average).
/Zephyr-latest/subsys/mgmt/mcumgr/grp/settings_mgmt/
DKconfig47 Maximum length of a key to lookup, this will be the size of the
/Zephyr-latest/cmake/toolchain/cross-compile/
Dtarget.cmake15 # Let's try to lookup a sysroot.
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_extensions.cmake14 # IMAGE: image name identifying the cache for later sysbuild_get() lookup calls.
53 # lookup and value return.
59 # will lookup PROJECT_NAME from the CMakeCache identified by `my_sample` and
63 # will lookup PROJECT_NAME from the CMakeCache identified by `my_sample` and
67 # will lookup CONFIG_FOO from the KConfig identified by `my_sample` and
70 # <variable>: variable used for returning CMake cache value. Also used as lookup
72 # IMAGE: image name identifying the cache to use for variable lookup.
73 # VAR: name of the CMake cache variable name to lookup.
Dsysbuild_kconfig.cmake83 "Unable to lookup sysbuild.conf or other related sysbuild configuration files. "
/Zephyr-latest/doc/hardware/porting/
Dshields.rst218 the presence of such a flag would cause the map lookup to fail,
220 ``gpio-map-mask`` property specifies that, for lookup, all bits of the
/Zephyr-latest/cmake/modules/
DFindHostTools.cmake8 # This module will lookup the following tools for Zephyr development:
DFindTargetTools.cmake6 # This module will lookup following target tools for Zephyr development:
DFindZephyr-sdk.cmake11 # Its purpose is to allow the find_package basic signature mode to lookup Zephyr
/Zephyr-latest/doc/services/retention/
Dblinfo.rst90 By default, only the lookup function is provided: :c:func:`blinfo_lookup`, the
/Zephyr-latest/doc/services/llext/
Dconfig.rst110 This speeds up the symbol lookup process by allowing usage of
/Zephyr-latest/share/zephyr-package/cmake/
DZephyrConfig.cmake7 # - Support automatic Zephyr installation lookup through the use of find_package(ZEPHYR)
/Zephyr-latest/doc/hardware/pinctrl/
Dindex.rst435 function :c:func:`pinctrl_apply_state_direct` to skip state lookup if it is
436 cached in advance (e.g. at init time). Since state lookup time is expected to be
/Zephyr-latest/doc/develop/
Dbeyond-GSG.rst94 the default lookup location for Zephyr SDK. If you install Zephyr SDK to one
/Zephyr-latest/modules/mbedtls/
DKconfig.tls-generic263 lookups are converted to 1 table lookup, 3 additions

12