Searched refs:and_mask (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
D | x86_xform.c | 77 GLubyte *and_mask,
|
/external/mesa3d/src/mesa/x86/ |
D | x86_xform.c | 77 GLubyte *and_mask,
|
/external/chromium_org/v8/src/ |
D | hydrogen-instructions.cc | 1873 result->and_mask = mask; in DecomposeBitwise() 1989 current_and_mask_in_block_ = decomposition.and_mask; in AddCheck() 2003 if (decomposition.and_mask != 0 && in AddCheck() 2006 decomposition.and_mask > current_and_mask_in_block()) { in AddCheck() 2008 decomposition.and_mask, in AddCheck() 2011 current_and_mask_in_block_ = decomposition.and_mask; in AddCheck() 2087 int32_t InductionVariableData::ComputeUpperLimit(int32_t and_mask, in ComputeUpperLimit() argument 2112 if (and_mask > 0 && and_mask < MAX_LIMIT) { in ComputeUpperLimit() 2113 if (and_mask < result) result = and_mask; in ComputeUpperLimit()
|
D | hydrogen-bch.cc | 345 int32_t limit = data->ComputeUpperLimit(decomposition.and_mask, in CollectInductionVariableData()
|
D | hydrogen-instructions.h | 3155 int32_t and_mask; member 3160 : base(NULL), and_mask(0), or_mask(0), context(NULL) {} in BitwiseDecompositionResult() 3205 int32_t ComputeUpperLimit(int32_t and_mask, int32_t or_mask);
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlschemastypes.c | 3984 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local 4175 and_mask = xmask & ymask; /* mark field specification */ in xmlSchemaCompareDates() 4180 else if (and_mask & 1) { in xmlSchemaCompareDates() 4190 else if (and_mask & 2) { in xmlSchemaCompareDates() 4200 else if (and_mask & 4) { in xmlSchemaCompareDates() 4210 else if (and_mask & 8) { in xmlSchemaCompareDates()
|
/external/libxml2/ |
D | xmlschemastypes.c | 3991 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local 4182 and_mask = xmask & ymask; /* mark field specification */ in xmlSchemaCompareDates() 4187 else if (and_mask & 1) { in xmlSchemaCompareDates() 4197 else if (and_mask & 2) { in xmlSchemaCompareDates() 4207 else if (and_mask & 4) { in xmlSchemaCompareDates() 4217 else if (and_mask & 8) { in xmlSchemaCompareDates()
|