Searched defs:pointer (Results 1 – 6 of 6) sorted by relevance
| /lib/mbedtls/external/mbedtls/tests/include/test/ |
| A D | macros.h | 124 #define TEST_CALLOC(pointer, item_count) \ argument 155 #define TEST_CALLOC_NONNULL(pointer, item_count) \ argument 167 #define ASSERT_ALLOC(pointer, item_count) TEST_CALLOC(pointer, item_count) argument 174 #define TEST_CALLOC_OR_SKIP(pointer, item_count) \ argument 185 #define ASSERT_ALLOC_WEAK(pointer, item_count) TEST_CALLOC_OR_SKIP(pointer, item_count) argument
|
| /lib/efi_selftest/ |
| A D | efi_selftest_console.c | 22 static void mac(void *pointer, u16 **buf) in mac()
|
| /lib/lwip/lwip/src/core/ipv6/ |
| A D | icmp6.c | 292 icmp6_param_problem(struct pbuf *p, enum icmp6_pp_code c, const void *pointer) in icmp6_param_problem()
|
| /lib/mbedtls/external/mbedtls/programs/test/ |
| A D | selftest.c | 382 void *pointer; in main() local
|
| /lib/ |
| A D | tiny-printf.c | 161 static void pointer(struct printf_info *info, const char *fmt, void *ptr) in pointer() function
|
| A D | vsprintf.c | 455 static char *pointer(const char *fmt, char *buf, char *end, void *ptr, in pointer() function
|
Completed in 13 milliseconds