Home
last modified time | relevance | path

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

1234

/Zephyr-Core-3.5.0/scripts/west_commands/zspdx/
Dwriter.py15 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/
Dmain.c30 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/
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-Core-3.5.0/arch/x86/zefi/
Dprintf.h66 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/
Dupload_test_results_es.py17 def gendata(f, index, run_date=None): argument
/Zephyr-Core-3.5.0/lib/crc/
Dcrc7_sw.c13 uint8_t f = e ^ (e >> 4) ^ (e >> 7); in crc7_be() local
/Zephyr-Core-3.5.0/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-Core-3.5.0/subsys/tracing/
Dtracing_backend_posix_bottom.c13 FILE *f; in tracing_backend_posix_init_bottom() local
/Zephyr-Core-3.5.0/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-Core-3.5.0/lib/libc/armstdc/src/
Dlibc-hooks.c29 int fputc(int c, FILE *f) in fputc()
/Zephyr-Core-3.5.0/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-Core-3.5.0/include/zephyr/drivers/misc/ft8xx/
Dft8xx.h40 uint32_t f; member
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/block_transfer/src/
Dmain.c39 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/
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-Core-3.5.0/tests/subsys/modem/backends/tty/src/
Dmain.c110 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/
Dtest_suite_foreach_bond_invalid_inputs.c15 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/
Dtest_suite_foreach_type_invalid_inputs.c18 static void test_case_setup(void *f) in test_case_setup()
/Zephyr-Core-3.5.0/samples/subsys/zbus/benchmark/src/
Dbenchmark.c199 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/
Dmain.c18 static void tc_setup(void *f) in tc_setup()
Dtest_suite_bt_settings.c21 static void tc_setup(void *f) in tc_setup()
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_setup_public_id_addr/src/
Dmain.c26 static void tc_setup(void *f) in tc_setup()
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_id_init/src/
Dtest_suite_setup_public_identity.c27 static void tc_setup(void *f) in tc_setup()
/Zephyr-Core-3.5.0/samples/subsys/logging/dictionary/src/
Dmain.c63 float f = 66.67; in main() local
/Zephyr-Core-3.5.0/tests/subsys/usb/device_next/src/
Dmain.c142 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/
Dmain.c18 static void tc_setup(void *f) in tc_setup()

1234