Home
last modified time | relevance | path

Searched defs:F (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_utils_loops.h22 #define Z_UTIL_LISTIFY_0(F, sep, ...) argument
24 #define Z_UTIL_LISTIFY_1(F, sep, ...) \ argument
27 #define Z_UTIL_LISTIFY_2(F, sep, ...) \ argument
31 #define Z_UTIL_LISTIFY_3(F, sep, ...) \ argument
35 #define Z_UTIL_LISTIFY_4(F, sep, ...) \ argument
39 #define Z_UTIL_LISTIFY_5(F, sep, ...) \ argument
43 #define Z_UTIL_LISTIFY_6(F, sep, ...) \ argument
47 #define Z_UTIL_LISTIFY_7(F, sep, ...) \ argument
51 #define Z_UTIL_LISTIFY_8(F, sep, ...) \ argument
55 #define Z_UTIL_LISTIFY_9(F, sep, ...) \ argument
[all …]
Dmesh_util.h216 #define LISTIFY(LEN, F, sep, ...) UTIL_CAT(Z_UTIL_LISTIFY_, LEN)(F, sep, __VA_ARGS__) argument
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha1.c165 #define F(x,y,z) (z ^ (x & (y ^ z))) in mbedtls_sha1_software_process() macro
192 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_software_process() macro
219 #define F(x,y,z) ((x & y) | (z & (x | y))) in mbedtls_sha1_software_process() macro
246 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_software_process() macro
Desp_sha512.c214 uint64_t A, B, C, D, E, F, G, H; in mbedtls_sha512_software_process() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dp_256_multprecision.c362 DWORD F; in multiprecision_fast_mod_P256() local