Home
last modified time | relevance | path

Searched refs:PTR_MASK (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_types.h134 #define PTR_MASK (SIZEOF_PTR - 1) macro
138 (((a) + PTR_MASK) & ~PTR_MASK)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Dlegalize-vaarg.mir27 ; CHECK: [[PTR_MASK:%[0-9]+]]:_(p0) = G_PTR_MASK [[GEP2]], 4
29 ; CHECK: [[GEP3:%[0-9]+]]:_(p0) = G_GEP [[PTR_MASK]], [[C3]](s64)
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h302 #define PTR_MASK (SIZEOF_PTR - 1) macro
306 (((a) + PTR_MASK) & ~PTR_MASK)
Djemalloc_internal.h.in302 #define PTR_MASK (SIZEOF_PTR - 1) macro
306 (((a) + PTR_MASK) & ~PTR_MASK)