Searched defs:is_small (Results 1 – 13 of 13) sorted by relevance
54 LIBC_INLINE static bool is_small(Block *block) { in is_small() function
170 typedef mpl::bool_<(sizeof(T) <= sizeof(void*))> is_small; typedef
124 bool is_small; member
447 vmask4 is_small = p < vint4(4); in unorm16_to_sf16() local
39 const bool is_small; member
166 const bool is_small; member695 bool is_small = false; member
4175 bool is_small = (data_size < 4u); in CreateVarHandleCompareAndSetOrExchangeLocations() local4334 bool is_small = (data_size < 4u); in GenerateVarHandleCompareAndSetOrExchange() local4590 bool is_small = (data_size < 4u); in CreateVarHandleGetAndUpdateLocations() local4682 bool is_small = (data_size < 4u); in GenerateVarHandleGetAndUpdate() local
2289 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
2839 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
2824 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
2880 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
2822 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro