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

/external/v8/src/heap/
H A Dmarking.h203 static void PrintWord(uint32_t word, uint32_t himask = 0) {
205 if ((mask & himask) != 0) PrintF("[");
207 if ((mask & himask) != 0) PrintF("]");
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_debug.c235 unsigned himask = 0xFFFFFFFFUL >> (31 - (hi)); local
243 PRINTF(stream, ": 0x%x\n", ((dw) & himask) >> (lo));
250 unsigned himask; \
251 himask = (1UL << (hi)) - 1; \
252 assert ((x & himask & ~lomask) == 0); \
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_debug.c182 unsigned himask = 0xffffffffU >> (31 - (hi)); \
185 printf(": 0x%x\n", ((dw) & himask) >> (lo)); \
191 unsigned himask; \
192 himask = (1UL << (hi)) - 1; \
193 assert ((x & himask & ~lomask) == 0); \
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelLowering.cpp923 SDValue lowmask, himask; local
942 himask = DAG.getNode(SPUISD::SHL_BYTES, dl, MVT::i128, lowmask,
962 DAG.getNode( ISD::XOR, dl, MVT::i128, himask, ones));

Completed in 2595 milliseconds