Searched refs:SIZE_T_0x1 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c254 #define SIZE_T_0x1 ((SizeT)0x1) macro
267 return bszB & (~SIZE_T_0x1);
273 return bszB | SIZE_T_0x1;
279 return bszB & (~SIZE_T_0x1);
332 return (0 != (bszB & SIZE_T_0x1)) ? False : True;

Completed in 676 milliseconds