Searched refs:array (Results 1 – 12 of 12) sorted by relevance
/components/libc/posix/tls/ |
A D | emutls.c | 131 for (i = 0; i < array->size; ++i) in emutls_key_destructor() 133 if (array->data[i]) in emutls_key_destructor() 169 if (array == NULL) in emutls_check_array_set_size() 171 array->size = size; in emutls_check_array_set_size() 194 if (array == NULL) in emutls_get_address_array() 200 else if (index > array->size) in emutls_get_address_array() 204 array = (emutls_address_array *)realloc(array, (new_size + 1) * sizeof(void *)); in emutls_get_address_array() 206 if (array) in emutls_get_address_array() 211 return array; in emutls_get_address_array() 218 if (array->data[index - 1] == NULL) in __emutls_get_address() [all …]
|
/components/dfs/dfs_v2/filesystems/procfs/ |
A D | proc_partitions.c | 30 rt_list_t **array; member 36 static void list_find_init(list_get_next_t *p, rt_uint8_t type, rt_list_t **array, int nr) in list_find_init() argument 46 p->array = array; in list_find_init() 56 rt_list_t **array; in list_get_next() local 95 array = arg->array; in list_get_next() 106 *array++ = node; in list_get_next()
|
A D | proc_devices.c | 38 rt_list_t **array; member 44 static void list_find_init(list_get_next_t *p, rt_uint8_t type, rt_list_t **array, int nr) in list_find_init() argument 54 p->array = array; in list_find_init() 64 rt_list_t **array; in list_get_next() local 103 array = arg->array; in list_get_next() 114 *array++ = node; in list_get_next()
|
/components/drivers/usb/cherryusb/platform/uf2/ |
A D | bootuf2.h | 22 #define ARRAY_SIZE(array) \ argument 23 ((int)((sizeof(array) / sizeof((array)[0]))))
|
/components/drivers/usb/cherryusb/common/ |
A D | usb_util.h | 150 #define ARRAY_SIZE(array) \ argument 151 ((int)((sizeof(array) / sizeof((array)[0]))))
|
/components/finsh/ |
A D | cmd.c | 71 rt_list_t **array; member 77 static void list_find_init(list_get_next_t *p, rt_uint8_t type, rt_list_t **array, int nr) in list_find_init() argument 87 p->array = array; in list_find_init() 97 rt_list_t **array; in list_get_next() local 136 array = arg->array; in list_get_next() 147 *array++ = node; in list_get_next()
|
/components/drivers/spi/sfud/src/ |
A D | sfud.c | 75 static void make_address_byte_array(const sfud_flash *flash, uint32_t addr, uint8_t *array); 998 static void make_address_byte_array(const sfud_flash *flash, uint32_t addr, uint8_t *array) { argument 1002 SFUD_ASSERT(array); 1007 array[i] = (addr >> ((len - (i + 1)) * 8)) & 0xFF;
|
/components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
A D | PPPD_FOLLOWUP | 214 2013-02-03 - plugins/passprompt: Fix potential out-of-bounds array reference
|
/components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
A D | PPPD_FOLLOWUP | 214 2013-02-03 - plugins/passprompt: Fix potential out-of-bounds array reference
|
/components/net/lwip/lwip-2.0.3/ |
A D | CHANGELOG | 183 stack-internal caclic timers are avaliable in the lwip_cyclic_timers array 1439 the sockets array. 3853 * etharp.c: Made some array indices unsigned. 4088 * struct eth_addr changed from u16_t[3] array to u8_t[6].
|
/components/net/lwip/lwip-2.1.2/ |
A D | CHANGELOG | 436 stack-internal caclic timers are avaliable in the lwip_cyclic_timers array 1692 the sockets array. 4106 * etharp.c: Made some array indices unsigned. 4341 * struct eth_addr changed from u16_t[3] array to u8_t[6].
|
/components/net/lwip/lwip-1.4.1/ |
A D | CHANGELOG | 483 the sockets array. 2897 * etharp.c: Made some array indices unsigned. 3132 * struct eth_addr changed from u16_t[3] array to u8_t[6].
|
Completed in 57 milliseconds