Searched refs:NUM_POINTERS (Results 1 – 2 of 2) sorted by relevance
15 #define NUM_POINTERS 128 macro20 void *p[NUM_POINTERS] = { 0 };21 size_t s[NUM_POINTERS] = { 0 };29 uint8_t n = esp_random() % NUM_POINTERS;94 for (int i = 0; i < NUM_POINTERS; i++) {
208 const int NUM_POINTERS = 64; variable212 void *p[NUM_POINTERS] = { 0 };213 size_t s[NUM_POINTERS] = { 0 };222 for (int j = 0; j < NUM_POINTERS; j++) {227 uint8_t n = rand() % NUM_POINTERS;285 for (int i = 0; i < NUM_POINTERS; i++) {