Home
last modified time | relevance | path

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

/subsys/tracing/ctf/
A 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
/subsys/fs/ext2/
A Dext2_ops.c118 struct ext2_file *f = filp->filep; in ext2_close() local
138 struct ext2_file *f = filp->filep; in ext2_read() local
155 struct ext2_file *f = filp->filep; in ext2_write() local
177 struct ext2_file *f = filp->filep; in ext2_lseek() local
207 struct ext2_file *f = filp->filep; in ext2_tell() local
214 struct ext2_file *f = filp->filep; in ext2_truncate() local
230 struct ext2_file *f = filp->filep; in ext2_sync() local
/subsys/net/lib/lwm2m/
A 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
A Dlwm2m_engine.h36 int (*f)(void); member
/subsys/tracing/
A Dtracing_backend_posix_bottom.c13 FILE *f; in tracing_backend_posix_init_bottom() local
/subsys/bluetooth/host/classic/
A Dl2cap_br_internal.h226 #define BT_L2CAP_I_FRAME_ENH_CONTROL_SET(tx_seq, f, req_seq, sar) \ argument
237 #define BT_L2CAP_I_FRAME_EXT_CONTROL_SET(f, tx_seq, sar, req_seq) \ argument
258 #define BT_L2CAP_S_FRAME_ENH_CONTROL_SET(s, p, f, req_seq) \ argument
269 #define BT_L2CAP_S_FRAME_EXT_CONTROL_SET(f, req_seq, s, p) \ argument
A Dl2cap_br.c5317 static int bt_l2cap_br_update_f(struct bt_l2cap_br_chan *br_chan, uint8_t f) in bt_l2cap_br_update_f()
5360 uint8_t f = 0; in bt_l2cap_br_ret_fc_s_recv() local
5777 uint8_t f = 0; in bt_l2cap_br_ret_fc_i_recv() local
/subsys/mgmt/osdp/src/
A Dosdp_common.h23 #define ISSET_FLAG(p, f) (((p)->flags & (f)) == (f)) argument
24 #define SET_FLAG(p, f) ((p)->flags |= (f)) argument
25 #define CLEAR_FLAG(p, f) ((p)->flags &= ~(f)) argument
/subsys/logging/backends/
A Dlog_backend_fs.c142 struct fs_file_t *f = &fs_file; in write_log_to_file() local
/subsys/llext/
A Dllext_load.c218 #define REGIONS_OVERLAP_ON(x, y, f) \ argument
/subsys/bluetooth/controller/ll_sw/
A Dull.c1006 uint8_t f, cmplt_prev, cmplt_curr; in ll_rx_get() local
3149 void ull_rxfifo_alloc(uint8_t s, uint8_t n, uint8_t f, uint8_t *l, uint8_t *m, in ull_rxfifo_alloc()
3180 void *ull_rxfifo_release(uint8_t s, uint8_t n, uint8_t f, uint8_t *l, uint8_t *m, in ull_rxfifo_release()
/subsys/mgmt/hawkbit/
A Dhawkbit.c555 static const char *hawkbit_status_finished(enum hawkbit_status_fini f) in hawkbit_status_finished()
/subsys/bluetooth/controller/hci/
A Dhci.c5615 struct scan_filter *f; local
6603 struct scan_filter *f = &scan_filters[filter]; local

Completed in 142 milliseconds