Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/
H A Dfreestore.h54 LIBC_INLINE static bool is_small(Block *block) { in is_small() function
/aosp_15_r20/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
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_large_constants.c124 bool is_small; member
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib.h447 vmask4 is_small = p < vint4(4); in unorm16_to_sf16() local
/aosp_15_r20/external/pytorch/c10/xpu/
H A DXPUCachingAllocator.cpp39 const bool is_small; member
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.cpp166 const bool is_small; member
695 bool is_small = false; member
/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_riscv64.cc4175 bool is_small = (data_size < 4u); in CreateVarHandleCompareAndSetOrExchangeLocations() local
4334 bool is_small = (data_size < 4u); in GenerateVarHandleCompareAndSetOrExchange() local
4590 bool is_small = (data_size < 4u); in CreateVarHandleGetAndUpdateLocations() local
4682 bool is_small = (data_size < 4u); in GenerateVarHandleGetAndUpdate() local
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2289 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
/aosp_15_r20/external/libffi/src/
H A Ddlmalloc.c2289 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
/aosp_15_r20/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2839 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
/aosp_15_r20/external/dlmalloc/
H A Ddlmalloc.c2824 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
/aosp_15_r20/external/trusty/lk/external/lib/heap/dlmalloc/
Ddlmalloc.c2880 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_2_8_6.c2822 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro