/Zephyr-Core-2.7.6/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 86 def writeOtherLicenseSPDX(f, lic): argument 97 def writeDocumentSPDX(f, doc): argument
|
/Zephyr-Core-2.7.6/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-2.7.6/arch/x86/zefi/ |
D | printf.h | 65 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/ |
D | lwm2m_util.c | 18 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
|
D | ipso_timer.c | 88 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()
|
D | ipso_buzzer.c | 84 static int float2ms(float32_value_t *f, uint32_t *ms) in float2ms()
|
/Zephyr-Core-2.7.6/lib/os/ |
D | crc7_sw.c | 13 uint8_t f = e ^ (e >> 4) ^ (e >> 7); in crc7_be() local
|
D | crc16_sw.c | 41 uint8_t e, f; in crc16_ccitt() local
|
D | rb.c | 535 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()
|
D | heap.h | 97 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/ |
D | ft8xx.h | 40 uint32_t f; member
|
/Zephyr-Core-2.7.6/samples/subsys/logging/dictionary/src/ |
D | main.c | 62 float f = 66.67; in main() local
|
/Zephyr-Core-2.7.6/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
|
/Zephyr-Core-2.7.6/include/linker/ |
D | devicetree_reserved.h | 42 #define _RESERVED_REGION_APPLY(f) \ argument
|
/Zephyr-Core-2.7.6/doc/_static/js/ |
D | dark-mode-toggle.min.mjs | 2 …rance";const g="permanent";const m="mode";const u="colorschemechange";const f="permanentcolorschem… constant
|
/Zephyr-Core-2.7.6/scripts/ci/ |
D | test_plan.py | 310 f = Filters(files, args.pull_request, args.platform) variable
|
/Zephyr-Core-2.7.6/include/sys/ |
D | cbprintf_cxx.h | 62 static inline size_t z_cbprintf_cxx_arg_size(float f) in z_cbprintf_cxx_arg_size()
|
/Zephyr-Core-2.7.6/subsys/logging/ |
D | log_backend_fs.c | 149 struct fs_file_t *f = &file; in write_log_to_file() local
|
/Zephyr-Core-2.7.6/subsys/mgmt/osdp/src/ |
D | osdp_common.h | 18 #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/ |
D | clock_control_litex.c | 327 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/ |
D | lwm2m.h | 832 #define LWM2M_HAS_RES_FLAG(res, f) ((res->data_flags & f) == f) argument
|
/Zephyr-Core-2.7.6/drivers/interrupt_controller/ |
D | intc_esp32.c | 83 static void set_interrupt_handler(int n, intc_handler_t f, void *arg) in set_interrupt_handler()
|
/Zephyr-Core-2.7.6/include/toolchain/ |
D | gcc.h | 192 #define __printf_like(f, a) __attribute__((format (printf, f, a))) argument
|
/Zephyr-Core-2.7.6/tests/subsys/logging/log_msg2/src/ |
D | main.c | 312 float f = 1.234; in test_log_msg2_fp() local
|
/Zephyr-Core-2.7.6/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 329 static const char *hawkbit_status_finished(enum hawkbit_status_fini f) in hawkbit_status_finished()
|