OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lowmask
(Results
1 - 4
of
4
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java
47
static final int
lowmask
=chunkalloc-1;
field in class:ChunkedIntArray
89
int slotpos = (newoffset &
lowmask
);
125
int slotpos = position &
lowmask
;
147
int slotpos = ancestor &
lowmask
;
206
int slotpos = position &
lowmask
;
225
int slotpos = (position &
lowmask
);
258
int slotpos = (position &
lowmask
);
/libcore/luni/src/main/java/java/util/
BitSet.java
260
long
lowMask
= ALL_ONES << fromIndex;
264
long result = (bits[firstArrayIndex] & (
lowMask
& highMask)) >>> fromIndex;
274
newBits[0] = bits[firstArrayIndex] &
lowMask
;
360
long
lowMask
= ALL_ONES << fromIndex;
363
bits[firstArrayIndex] |= (
lowMask
& highMask);
366
bits[i++] |=
lowMask
;
397
long
lowMask
= ALL_ONES << fromIndex;
400
bits[firstArrayIndex] &= ~(
lowMask
& highMask);
403
bits[i++] &= ~
lowMask
;
430
long
lowMask
= ALL_ONES << fromIndex
[
all
...]
/frameworks/native/opengl/libs/ETC1/
etc1.cpp
328
etc1_uint32
lowMask
= (((bestIndex >> 1) << 16) | (bestIndex & 1))
330
*pLow |=
lowMask
;
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp
328
etc1_uint32
lowMask
= (((bestIndex >> 1) << 16) | (bestIndex & 1))
330
*pLow |=
lowMask
;
Completed in 646 milliseconds