Searched defs:peek (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/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
|
/Zephyr-latest/include/zephyr/llext/ |
D | loader.h | 89 void *(*peek)(struct llext_loader *ldr, size_t pos); member
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_api/src/ |
D | main.c | 394 bool peek; in ZTEST() local
|
/Zephyr-latest/lib/utils/ |
D | json.c | 83 static int peek(struct json_lexer *lex) in peek() function
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_inet.c | 1255 const bool peek = (flags & ZSOCK_MSG_PEEK) == ZSOCK_MSG_PEEK; in zsock_recv_stream_immediate() local
|