Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 136) sorted by relevance

123456

/Zephyr-latest/scripts/west_commands/zspdx/
Dwriter.py28 def writeRelationshipSPDX(f, rln): argument
35 def writeFileSPDX(f, bf): argument
72 def writePackageSPDX(f, pkg): argument
136 def writeOtherLicenseSPDX(f, lic): argument
147 def writeDocumentSPDX(f, doc): argument
/Zephyr-latest/tests/subsys/fs/ext2/src/
Dmain.c30 static void before_test(void *f) in before_test()
39 static void after_test(void *f) in after_test()
/Zephyr-latest/subsys/tracing/ctf/
Dctf_map.h61 #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-latest/soc/nordic/
Dvalidate_rram_partitions.c11 #define PAIR__(f, sep, arg_first, ...) FOR_EACH_FIXED_ARG(f, sep, arg_first, __VA_ARGS__) argument
12 #define PAIR_(f, sep, args_to_expand) PAIR__(f, sep, args_to_expand) argument
13 #define PAIR(n, f, sep, ...) PAIR_(f, sep, GET_ARGS_LESS_N(n, __VA_ARGS__)) argument
27 #define FOR_EACH_PAIR(f, sep, ...) \ argument
/Zephyr-latest/arch/x86/zefi/
Dprintf.h70 static int vpf(struct _pfr *r, const char *f, va_list ap) in vpf()
150 static inline int snprintf(char *buf, unsigned long len, const char *f, ...) in snprintf()
159 static inline int sprintf(char *buf, const char *f, ...) in sprintf()
168 static inline int printf(const char *f, ...) in printf()
/Zephyr-latest/tests/drivers/stepper/drv8424/emul/src/
Dmain.c33 static void drv8424_emul_before(void *f) in drv8424_emul_before()
40 static void drv8424_emul_after(void *f) in drv8424_emul_after()
/Zephyr-latest/lib/crc/
Dcrc7_sw.c13 uint8_t f = e ^ (e >> 4) ^ (e >> 7); in crc7_be() local
/Zephyr-latest/subsys/fs/ext2/
Dext2_ops.c117 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-latest/subsys/tracing/
Dtracing_backend_posix_bottom.c13 FILE *f; in tracing_backend_posix_init_bottom() local
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/src/
Dmain.c25 static void pwm_loopback_after(void *f) in pwm_loopback_after()
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_addr/src/
Dtest_suite_full_list_no_overwrite.c21 static void test_case_setup(void *f) in test_case_setup()
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/src/
Dmain.c60 static void cap_initiator_test_suite_before(void *f) in cap_initiator_test_suite_before()
66 static void cap_initiator_test_suite_after(void *f) in cap_initiator_test_suite_after()
77 static void cap_initiator_test_suite_teardown(void *f) in cap_initiator_test_suite_teardown()
/Zephyr-latest/tests/bluetooth/audio/cap_commander/src/
Dmain.c55 static void cap_commander_test_suite_before(void *f) in cap_commander_test_suite_before()
61 static void cap_commander_test_suite_after(void *f) in cap_commander_test_suite_after()
72 static void cap_commander_test_suite_teardown(void *f) in cap_commander_test_suite_teardown()
Dtest_distribute_broadcast_code.c70 static void cap_commander_test_distribute_broadcast_code_before(void *f) in cap_commander_test_distribute_broadcast_code_before()
84 static void cap_commander_test_distribute_broadcast_code_after(void *f) in cap_commander_test_distribute_broadcast_code_after()
99 static void cap_commander_test_distribute_broadcast_code_teardown(void *f) in cap_commander_test_distribute_broadcast_code_teardown()
/Zephyr-latest/lib/libc/armstdc/src/
Dlibc-hooks.c29 int fputc(int c, FILE *f) in fputc()
/Zephyr-latest/tests/subsys/shell/shell_backend_uart/src/
Dmain.c27 static void before(void *f) in before()
37 static void after(void *f) in after()
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_update_usage/src/
Dtest_suite_save_aging_counter.c27 static void tc_setup(void *f) in tc_setup()
/Zephyr-latest/tests/drivers/sensor/adltc2990/src/
Dmain.c73 static void adltc2990_0_0_before(void *f) in adltc2990_0_0_before()
111 static void adltc2990_4_3_before(void *f) in adltc2990_4_3_before()
151 static void adltc2990_1_3_before(void *f) in adltc2990_1_3_before()
261 static void adltc2990_5_3_before(void *f) in adltc2990_5_3_before()
322 static void adltc2990_6_3_before(void *f) in adltc2990_6_3_before()
369 static void adltc2990_7_3_before(void *f) in adltc2990_7_3_before()
492 static void adltc2990_incorrect_before(void *f) in adltc2990_incorrect_before()
/Zephyr-latest/lib/libc/minimal/source/math/
Dsqrtf.c19 float f; member
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx.h40 uint32_t f; member
/Zephyr-latest/tests/net/lib/lwm2m/block_transfer/src/
Dmain.c40 static struct net_block_transfer_fixture f; in net_block_transfer_setup() local
49 static void net_block_transfer_before(void *f) in net_block_transfer_before()
58 static void net_block_transfer_after(void *f) in net_block_transfer_after()
/Zephyr-latest/tests/drivers/mbox/mbox_data/src/
Dmain.c67 static void mbox_data_tests_before(void *f) in mbox_data_tests_before()
90 static void mbox_data_tests_after(void *f) in mbox_data_tests_after()
/Zephyr-latest/samples/subsys/zbus/benchmark/src/
Dbenchmark.c71 uint64_t f = ((BYTES_TO_BE_SENT * NSEC_PER_SEC * 100) / MB(1) / duration_ns) % 100; in producer_thread() local
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_util.c26 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-latest/lib/libc/picolibc/
Dcbprintf.c10 FILE f; member

123456