Home
last modified time | relevance | path

Searched refs:SIZE_MASK (Results 1 – 8 of 8) sorted by relevance

/third_party/optimized-routines/string/bench/
Dstrlen.c58 #define SIZE_MASK (SIZE_NUM - 1) macro
123 int exp_len = strlen_len_arr[rand32 (0) & SIZE_MASK]; in init_strlen_tests()
Dmemcpy.c50 #define SIZE_MASK (SIZE_NUM-1) macro
149 copy[i].len = size_arr[rand32 (0) & SIZE_MASK]; in init_copies()
/third_party/musl/src/malloc/oldmalloc/
Dmalloc_impl.h19 #define SIZE_MASK (-SIZE_ALIGN) macro
Dmalloc.c246 *n = (*n + OVERHEAD + SIZE_ALIGN - 1) & SIZE_MASK; in adjust_size()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Dmalloc_impl.h65 #define SIZE_MASK (-SIZE_ALIGN) macro
Dmalloc.c253 *n = (*n + OVERHEAD + SIZE_ALIGN - 1) & SIZE_MASK; in adjust_size()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.h256 SIZE_MASK = 7, enumerator
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
Dmalloc.c246 *n = (*n + OVERHEAD + SIZE_ALIGN - 1) & SIZE_MASK; in adjust_size()