/Zephyr-Core-3.4.0/scripts/west_commands/zspdx/ |
D | writer.py | 15 def writeRelationshipSPDX(f, rln): argument 22 def writeFileSPDX(f, bf): argument 49 def writePackageSPDX(f, pkg): argument 89 def writeOtherLicenseSPDX(f, lic): argument 100 def writeDocumentSPDX(f, doc): argument
|
/Zephyr-Core-3.4.0/subsys/tracing/ctf/ |
D | ctf_map.h | 61 #define MAP0(f, x, peek, ...) f(x) MAP_NEXT(peek, MAP1)(f, peek, __VA_ARGS__) argument 62 #define MAP1(f, x, peek, ...) f(x) MAP_NEXT(peek, MAP0)(f, peek, __VA_ARGS__) argument 67 #define MAP_LIST0(f, x, peek, ...) f(x) MAP_LIST_NEXT(peek, MAP_LIST1)(f, peek, __VA_ARGS__) argument 68 #define MAP_LIST1(f, x, peek, ...) f(x) MAP_LIST_NEXT(peek, MAP_LIST0)(f, peek, __VA_ARGS__) argument 73 #define MAP(f, ...) EVAL(MAP1(f, __VA_ARGS__, ()()(), ()()(), ()()(), 0)) argument 79 #define MAP_LIST(f, ...) EVAL(MAP_LIST1(f, __VA_ARGS__, ()()(), ()()(), ()()(), 0)) argument
|
/Zephyr-Core-3.4.0/arch/x86/zefi/ |
D | printf.h | 66 static int vpf(struct _pfr *r, const char *f, va_list ap) in vpf() 143 static inline int snprintf(char *buf, unsigned long len, const char *f, ...) in snprintf() 152 static inline int sprintf(char *buf, const char *f, ...) in sprintf() 161 static inline int printf(const char *f, ...) in printf()
|
/Zephyr-Core-3.4.0/lib/os/ |
D | crc7_sw.c | 13 uint8_t f = e ^ (e >> 4) ^ (e >> 7); in crc7_be() local
|
D | crc16_sw.c | 55 uint8_t e, f; in crc16_ccitt() local
|
/Zephyr-Core-3.4.0/scripts/ci/ |
D | upload_test_results_es.py | 17 def gendata(f, index, run_date=None): argument
|
/Zephyr-Core-3.4.0/tests/bluetooth/host/keys/bt_keys_get_addr/src/ |
D | test_suite_full_list_no_overwrite.c | 21 static void test_case_setup(void *f) in test_case_setup()
|
/Zephyr-Core-3.4.0/tests/bluetooth/host/keys/bt_keys_update_usage/src/ |
D | test_suite_save_aging_counter.c | 27 static void tc_setup(void *f) in tc_setup()
|
D | main.c | 43 static void tc_setup(void *f) in tc_setup()
|
/Zephyr-Core-3.4.0/include/zephyr/drivers/misc/ft8xx/ |
D | ft8xx.h | 40 uint32_t f; member
|
/Zephyr-Core-3.4.0/tests/net/lib/lwm2m/block_transfer/src/ |
D | main.c | 39 static struct net_block_transfer_fixture f; in net_block_transfer_setup() local 48 static void net_block_transfer_before(void *f) in net_block_transfer_before() 57 static void net_block_transfer_after(void *f) in net_block_transfer_after()
|
/Zephyr-Core-3.4.0/tests/bluetooth/host/keys/bt_keys_foreach_type/src/ |
D | test_suite_foreach_type_invalid_inputs.c | 18 static void test_case_setup(void *f) in test_case_setup()
|
/Zephyr-Core-3.4.0/tests/bluetooth/host/keys/bt_keys_foreach_bond/src/ |
D | test_suite_foreach_bond_invalid_inputs.c | 15 static void test_case_setup(void *f) in test_case_setup()
|
/Zephyr-Core-3.4.0/subsys/net/lib/lwm2m/ |
D | lwm2m_util.c | 26 int32_t e = -1, v, f = 0; in lwm2m_float_to_b32() local 107 int64_t v, f = 0; in lwm2m_float_to_b64() local 193 int32_t f, k, i, e; in lwm2m_b32_to_float() local 259 int64_t f, k; in lwm2m_b64_to_float() local
|
/Zephyr-Core-3.4.0/tests/bluetooth/host/keys/bt_keys_clear/src/ |
D | test_suite_bt_settings.c | 21 static void tc_setup(void *f) in tc_setup()
|
D | main.c | 18 static void tc_setup(void *f) in tc_setup()
|
/Zephyr-Core-3.4.0/samples/subsys/zbus/benchmark/src/ |
D | benchmark.c | 199 uint64_t f = ((BYTES_TO_BE_SENT * NSEC_PER_SEC * 100) / MB(1) / duration) % 100; local
|
/Zephyr-Core-3.4.0/tests/bluetooth/host/id/bt_setup_public_id_addr/src/ |
D | main.c | 26 static void tc_setup(void *f) in tc_setup()
|
/Zephyr-Core-3.4.0/tests/bluetooth/host/id/bt_id_init/src/ |
D | test_suite_setup_public_identity.c | 27 static void tc_setup(void *f) in tc_setup()
|
/Zephyr-Core-3.4.0/samples/subsys/logging/dictionary/src/ |
D | main.c | 63 float f = 66.67; in main() local
|
/Zephyr-Core-3.4.0/tests/bluetooth/host/buf/bt_buf_get_cmd_complete/src/ |
D | main.c | 18 static void tc_setup(void *f) in tc_setup()
|
/Zephyr-Core-3.4.0/tests/bluetooth/host/id/bt_id_create/src/ |
D | test_suite_privacy_enabled.c | 25 static void tc_setup(void *f) in tc_setup()
|
/Zephyr-Core-3.4.0/include/zephyr/arch/riscv/ |
D | irq.h | 37 #define z_riscv_irq_priority_set(i, p, f) /* Nothing */ argument
|
/Zephyr-Core-3.4.0/tests/drivers/sensor/akm09918c/src/ |
D | main.c | 33 static void akm09918c_before(void *f) in akm09918c_before()
|
/Zephyr-Core-3.4.0/tests/net/ip-addr/src/ |
D | main.c | 55 #define TEST_LL_6(a, b, c, d, e, f, expected) \ argument 63 #define TEST_LL_8(a, b, c, d, e, f, g, h, expected) \ argument 71 #define TEST_LL_6_TWO(a, b, c, d, e, f, expected) \ argument 86 #define TEST_IPV6(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, expected) \ argument
|