/Zephyr-Core-3.5.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.5.0/tests/subsys/fs/ext2/src/ |
D | main.c | 30 static void before_test(void *f) in before_test() 39 static void after_test(void *f) in after_test()
|
/Zephyr-Core-3.5.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.5.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.5.0/scripts/ci/ |
D | upload_test_results_es.py | 17 def gendata(f, index, run_date=None): argument
|
/Zephyr-Core-3.5.0/lib/crc/ |
D | crc7_sw.c | 13 uint8_t f = e ^ (e >> 4) ^ (e >> 7); in crc7_be() local
|
/Zephyr-Core-3.5.0/subsys/fs/ext2/ |
D | ext2_ops.c | 117 struct ext2_file *f = filp->filep; in ext2_close() local 137 struct ext2_file *f = filp->filep; in ext2_read() local 154 struct ext2_file *f = filp->filep; in ext2_write() local 176 struct ext2_file *f = filp->filep; in ext2_lseek() local 206 struct ext2_file *f = filp->filep; in ext2_tell() local 213 struct ext2_file *f = filp->filep; in ext2_truncate() local 229 struct ext2_file *f = filp->filep; in ext2_sync() local
|
/Zephyr-Core-3.5.0/subsys/tracing/ |
D | tracing_backend_posix_bottom.c | 13 FILE *f; in tracing_backend_posix_init_bottom() local
|
/Zephyr-Core-3.5.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.5.0/lib/libc/armstdc/src/ |
D | libc-hooks.c | 29 int fputc(int c, FILE *f) in fputc()
|
/Zephyr-Core-3.5.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()
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/misc/ft8xx/ |
D | ft8xx.h | 40 uint32_t f; member
|
/Zephyr-Core-3.5.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.5.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.5.0/tests/subsys/modem/backends/tty/src/ |
D | main.c | 110 static void test_modem_backend_tty_before(void *f) in test_modem_backend_tty_before() 115 static void test_modem_backend_tty_teardown(void *f) in test_modem_backend_tty_teardown()
|
/Zephyr-Core-3.5.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.5.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.5.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.5.0/tests/bluetooth/host/keys/bt_keys_clear/src/ |
D | main.c | 18 static void tc_setup(void *f) in tc_setup()
|
D | test_suite_bt_settings.c | 21 static void tc_setup(void *f) in tc_setup()
|
/Zephyr-Core-3.5.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.5.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.5.0/samples/subsys/logging/dictionary/src/ |
D | main.c | 63 float f = 66.67; in main() local
|
/Zephyr-Core-3.5.0/tests/subsys/usb/device_next/src/ |
D | main.c | 142 static void usb_test_shutdown(void *f) in usb_test_shutdown()
|
/Zephyr-Core-3.5.0/tests/bluetooth/host/buf/bt_buf_get_cmd_complete/src/ |
D | main.c | 18 static void tc_setup(void *f) in tc_setup()
|