/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | settings.h | 18 #define ID_DATA_LEN(array) (bt_dev.id_count * sizeof(array[0])) argument
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/privacy/peripheral/src/ |
D | bs_bt_utils.c | 31 char array[BT_ADDR_LE_STR_LEN]; in print_address() local
|
/Zephyr-Core-3.7.0/lib/libc/minimal/source/stdlib/ |
D | bsearch.c | 22 void *bsearch(const void *key, const void *array, size_t count, size_t size, in bsearch()
|
/Zephyr-Core-3.7.0/include/zephyr/sys/ |
D | util.h | 104 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument 146 #define IS_ARRAY_ELEMENT(array, ptr) \ argument 165 #define ARRAY_INDEX(array, ptr) \ argument 181 #define PART_OF_ARRAY(array, ptr) \ argument 202 #define ARRAY_INDEX_FLOOR(array, ptr) \ argument 214 #define ARRAY_FOR_EACH(array, idx) for (size_t idx = 0; (idx) < ARRAY_SIZE(array); ++(idx)) argument 222 #define ARRAY_FOR_EACH_PTR(array, ptr) \ argument
|
/Zephyr-Core-3.7.0/drivers/net/ |
D | nsos_errno.c | 10 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
|
D | nsos_netdb.c | 32 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
|
D | nsos_adapt.c | 46 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/privacy/central/src/ |
D | bs_bt_utils.c | 71 char array[BT_ADDR_LE_STR_LEN]; in print_address() local
|
/Zephyr-Core-3.7.0/samples/boards/stm32/ccm/src/ |
D | main.c | 38 void print_array(const void *array, uint32_t size) in print_array()
|
/Zephyr-Core-3.7.0/tests/unit/util/ |
D | main.c | 278 uint8_t array[3] = {0}; in ZTEST() local 302 uint8_t array[] = { in ZTEST() local 351 uint8_t array[32] = {0}; in ZTEST() local 489 size_t array[3]; in ZTEST() local 504 size_t array[] = {0, 1, 2, 3}; in ZTEST() local 514 size_t array[3]; in ZTEST() local 526 size_t array[3]; in ZTEST() local 542 size_t array[3]; in ZTEST() local 561 size_t array[] = {0, 1, 2, 3}; in ZTEST() local
|
/Zephyr-Core-3.7.0/samples/arch/smp/pi/src/ |
D | main.c | 52 int array[LENGTH + 1] = {}; in test_thread() local
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | tester.c | 32 char array[BT_ADDR_LE_STR_LEN]; in print_address() local
|
/Zephyr-Core-3.7.0/drivers/serial/ |
D | uart_native_tty_bottom.c | 23 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
|
/Zephyr-Core-3.7.0/tests/lib/cpp/libcxx/src/ |
D | main.cpp | 16 std::array<int, 4> array = {1, 2, 3, 4}; variable
|
/Zephyr-Core-3.7.0/samples/kernel/metairq_dispatch/src/ |
D | main.c | 87 static void calc_stats(const uint32_t *array, uint32_t n, in calc_stats()
|
/Zephyr-Core-3.7.0/tests/subsys/logging/log_msg/src/ |
D | main.c | 268 static const uint8_t array[] = {1, 2, 3, 4}; in ZTEST() local 297 static const uint8_t array[] = {1, 2, 3, 4}; in ZTEST() local
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/ |
D | test_sar.c | 176 static void array_random_fill(uint8_t array[], uint16_t len, int seed) in array_random_fill()
|
/Zephyr-Core-3.7.0/tests/lib/json/src/ |
D | main.c | 94 struct array { struct 99 struct array objects_array[4]; argument 163 struct test_element array[5]; member
|
/Zephyr-Core-3.7.0/include/zephyr/data/ |
D | json.h | 108 } array; member
|
/Zephyr-Core-3.7.0/tests/lib/devicetree/api/src/ |
D | main.c | 1817 int array[] = { in ZTEST() local 2472 static bool ord_in_array(unsigned int ord, unsigned int *array, in ord_in_array() 2513 #define ORD_IN_ARRAY(ord, array) ord_in_array(ord, array, ARRAY_SIZE(array)) in ZTEST() argument
|
/Zephyr-Core-3.7.0/subsys/modem/ |
D | modem_chat.c | 767 static bool modem_chat_validate_array(const void *array, size_t size) in modem_chat_validate_array()
|
/Zephyr-Core-3.7.0/drivers/display/ |
D | uc81xx.c | 174 const struct uc81xx_dt_array *array) in uc81xx_write_array_opt()
|
/Zephyr-Core-3.7.0/drivers/bluetooth/hci/ |
D | hci_nxp_setup.c | 77 static unsigned char fw_upload_crc8(unsigned char *array, unsigned char len) in fw_upload_crc8()
|