Searched refs:MIN_SIZE (Results 1 – 4 of 4) sorted by relevance
45 #define MIN_SIZE 256 macro284 size_t b_size = MIN_SIZE; in main()417 if (nread < (b_size / 2) && (b_size / 2) > MIN_SIZE) { in main()
34 constexpr static uint32_t MIN_SIZE = 16; variable35 constexpr static uint32_t MIN_ALIGNMENT = MIN_SIZE - 1;109 uint32_t y = x < MIN_SIZE ? MIN_SIZE : x; in get_chunk_size()163 struct alignas(MIN_SIZE) Header {
20 #define MIN_SIZE 32768 macro129 for (int size = MIN_SIZE; size <= MAX_SIZE; size *= 2) in memset_random()
20 #define MIN_SIZE 32768 macro151 for (int size = MIN_SIZE; size <= MAX_SIZE; size *= 2) in memcpy_random()