Home
last modified time | relevance | path

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

12

/Zephyr-Core-2.7.6/scripts/west_commands/zspdx/
Dwriter.py15 def writeRelationshipSPDX(f, rln): argument
22 def writeFileSPDX(f, bf): argument
49 def writePackageSPDX(f, pkg): argument
86 def writeOtherLicenseSPDX(f, lic): argument
97 def writeDocumentSPDX(f, doc): argument
/Zephyr-Core-2.7.6/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-2.7.6/arch/x86/zefi/
Dprintf.h65 static int vpf(struct _pfr *r, const char *f, va_list ap) in vpf()
142 static inline int snprintf(char *buf, unsigned long len, const char *f, ...) in snprintf()
151 static inline int sprintf(char *buf, const char *f, ...) in sprintf()
160 static inline int printf(const char *f, ...) in printf()
/Zephyr-Core-2.7.6/subsys/net/lib/lwm2m/
Dlwm2m_util.c18 int32_t e = -1, v, f = 0; in lwm2m_f32_to_b32() local
97 int64_t v, f = 0; in lwm2m_f32_to_b64() local
181 int32_t f, k, i, e; in lwm2m_b32_to_f32() local
240 int64_t f, k; in lwm2m_b64_to_f32() local
Dipso_timer.c88 static int ms2float(uint32_t ms, float32_value_t *f) in ms2float()
96 static int float2ms(float32_value_t *f, uint32_t *ms) in float2ms()
Dipso_buzzer.c84 static int float2ms(float32_value_t *f, uint32_t *ms) in float2ms()
/Zephyr-Core-2.7.6/lib/os/
Dcrc7_sw.c13 uint8_t f = e ^ (e >> 4) ^ (e >> 7); in crc7_be() local
Dcrc16_sw.c41 uint8_t e, f; in crc16_ccitt() local
Drb.c535 struct _rb_foreach *f) in stack_left_limb()
558 struct rbnode *z_rb_foreach_next(struct rbtree *tree, struct _rb_foreach *f) in z_rb_foreach_next()
Dheap.h97 enum chunk_fields f) in chunk_field()
110 enum chunk_fields f, chunkid_t val) in chunk_set()
/Zephyr-Core-2.7.6/include/drivers/misc/ft8xx/
Dft8xx.h40 uint32_t f; member
/Zephyr-Core-2.7.6/samples/subsys/logging/dictionary/src/
Dmain.c62 float f = 66.67; in main() local
/Zephyr-Core-2.7.6/tests/net/ip-addr/src/
Dmain.c55 #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
/Zephyr-Core-2.7.6/include/linker/
Ddevicetree_reserved.h42 #define _RESERVED_REGION_APPLY(f) \ argument
/Zephyr-Core-2.7.6/doc/_static/js/
Ddark-mode-toggle.min.mjs2 …rance";const g="permanent";const m="mode";const u="colorschemechange";const f="permanentcolorschem… constant
/Zephyr-Core-2.7.6/scripts/ci/
Dtest_plan.py310 f = Filters(files, args.pull_request, args.platform) variable
/Zephyr-Core-2.7.6/include/sys/
Dcbprintf_cxx.h62 static inline size_t z_cbprintf_cxx_arg_size(float f) in z_cbprintf_cxx_arg_size()
/Zephyr-Core-2.7.6/subsys/logging/
Dlog_backend_fs.c149 struct fs_file_t *f = &file; in write_log_to_file() local
/Zephyr-Core-2.7.6/subsys/mgmt/osdp/src/
Dosdp_common.h18 #define ISSET_FLAG(p, f) (((p)->flags & (f)) == (f)) argument
19 #define SET_FLAG(p, f) ((p)->flags |= (f)) argument
20 #define CLEAR_FLAG(p, f) ((p)->flags &= ~(f)) argument
/Zephyr-Core-2.7.6/drivers/clock_control/
Dclock_control_litex.c327 uint64_t f; in litex_clk_calc_global_frequency() local
338 uint64_t f; in litex_clk_get_real_global_frequency() local
1212 uint64_t f = litex_clk_calc_global_frequency(ldev->ts_g_config.mul, in litex_clk_calc_rate() local
/Zephyr-Core-2.7.6/include/net/
Dlwm2m.h832 #define LWM2M_HAS_RES_FLAG(res, f) ((res->data_flags & f) == f) argument
/Zephyr-Core-2.7.6/drivers/interrupt_controller/
Dintc_esp32.c83 static void set_interrupt_handler(int n, intc_handler_t f, void *arg) in set_interrupt_handler()
/Zephyr-Core-2.7.6/include/toolchain/
Dgcc.h192 #define __printf_like(f, a) __attribute__((format (printf, f, a))) argument
/Zephyr-Core-2.7.6/tests/subsys/logging/log_msg2/src/
Dmain.c312 float f = 1.234; in test_log_msg2_fp() local
/Zephyr-Core-2.7.6/subsys/mgmt/hawkbit/
Dhawkbit.c329 static const char *hawkbit_status_finished(enum hawkbit_status_fini f) in hawkbit_status_finished()

12