Searched refs:lookup (Results 1 – 14 of 14) sorted by relevance
56 const char *lookup = "0123456789abcdef"; in btc_key_value_to_string() local62 value_str[(i * 2) + 0] = lookup[(key_value[i] >> 4) & 0x0F]; in btc_key_value_to_string()63 value_str[(i * 2) + 1] = lookup[key_value[i] & 0x0F]; in btc_key_value_to_string()239 const char *lookup = "0123456789abcdef"; in btc_config_set_bin() local255 str[(i * 2) + 0] = lookup[(value[i] >> 4) & 0x0F]; in btc_config_set_bin()256 str[(i * 2) + 1] = lookup[value[i] & 0x0F]; in btc_config_set_bin()
4 bool "Enable lookup of error code strings"8 …pre-generated lookup table. This option can be used to turn off the use of the look-up table in or…
97 MHT lookup stall99 Uncached load stall (included in MHT lookup stall below)276 I prefetch-buffer-lookup hit278 D prefetch-buffer-lookup hit280 I prefetch-buffer-lookup miss282 D prefetch-buffer-lookup miss
3 %define lookup-function-name kconf_id_lookup
42 I (10587) example: DNS lookup succeeded. IP=93.184.216.34
81 I (2582) CoAP_client: DNS lookup succeeded. IP=35.185.40.182
3 Shows how to use mDNS to advertise lookup services and hosts
439 * :ref:`adc-api-reference-gpio-lookup-macros`458 .. _adc-api-reference-gpio-lookup-macros:
370 transformed into lookup table in the const data by the compiler, so `noflash_text` is not374 or transforming some code into lookup table in the const data, etc.
740 return codecs.lookup(locale.getpreferredencoding()).name != 'ascii'
105 * GCC optimizations that automatically generate jump tables or switch/case lookup tables place thes…
22 - NetBIOS lookup is available using the standard lwIP API. :example:`protocols/http_server/restful_…
199 …IP_MAX_SOCKETS``) are reserved for sockets. The VFS component contains a lookup-table called ``s_f…
299 …- Disabling :ref:`CONFIG_ESP_ERR_TO_NAME_LOOKUP` will remove the lookup table to translate user-fr…