Home
last modified time | relevance | path

Searched defs:is_small (Results 1 – 11 of 11) sorted by relevance

/external/llvm-libc/src/__support/
Dfreestore.h53 LIBC_INLINE static bool is_small(Block *block) { in is_small() function
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dfreestore.h54 LIBC_INLINE static bool is_small(Block *block) { in is_small() function
/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dfreestore.h54 LIBC_INLINE static bool is_small(Block *block) { in is_small() function
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/
Dhold_any.hpp170 typedef mpl::bool_<(sizeof(T) <= sizeof(void*))> is_small; typedef
/external/mesa3d/src/compiler/nir/
Dnir_opt_large_constants.c124 bool is_small; member
/external/pytorch/c10/xpu/
DXPUCachingAllocator.cpp39 const bool is_small; member
/external/pytorch/c10/cuda/
DCUDACachingAllocator.cpp166 const bool is_small; member
695 bool is_small = false; member
/external/libffi/src/
Ddlmalloc.c2289 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_2_8_6.c2822 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
/external/trusty/lk/external/lib/heap/dlmalloc/
Ddlmalloc.c2880 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
/external/dlmalloc/
Ddlmalloc.c2824 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro