Searched refs:SMALL_BEG (Results 1 – 3 of 3) sorted by relevance
59 # define SMALL_BEG (SIZE-2) macro64 # define SMALL_BEG 0 macro72 #define SMALL_SIZE (SMALL_END-SMALL_BEG)75 #define SMALL SMALL_BEG:SMALL_SIZE82 fprintf(stderr, "addr=%p, size=%ld\n", &arr[SMALL_BEG], in main()
59 # define SMALL_BEG (SIZE-2) macro64 # define SMALL_BEG 0 macro72 #define SMALL SMALL_BEG:(SMALL_END-SMALL_BEG)91 for (int i = SMALL_BEG; i < SMALL_END; ++i) in check_not_present()127 if (SMALL_BEG <= i && i < SMALL_END) { in check_is_present()