Home
last modified time | relevance | path

Searched refs:MIN_SIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/watch/
H A Dwatch.c45 #define MIN_SIZE 256 macro
284 size_t b_size = MIN_SIZE; in main()
417 if (nread < (b_size / 2) && (b_size / 2) > MIN_SIZE) { in main()
/freebsd/contrib/llvm-project/libc/src/__support/GPU/
H A Dallocator.cpp34 constexpr static uint32_t MIN_SIZE = 16; variable
35 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 {
/freebsd/contrib/arm-optimized-routines/string/bench/
H A Dmemset.c20 #define MIN_SIZE 32768 macro
129 for (int size = MIN_SIZE; size <= MAX_SIZE; size *= 2) in memset_random()
H A Dmemcpy.c20 #define MIN_SIZE 32768 macro
151 for (int size = MIN_SIZE; size <= MAX_SIZE; size *= 2) in memcpy_random()