Searched defs:bits (Results 26 - 28 of 28) sorted by relevance

12

/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
H A DWalkerFactory.java134 public static boolean isSet(int analysis, int bits) argument
136 return (0 != (analysis & bits));
236 // bits: 1001000000001010000000000000011
295 * @return 32 bits as an integer that give information about the location
551 * @return 32 bits as an integer that give information about the location
650 * Analyze the location path and return 32 bits that give information about
652 * each of the bits.
659 * @return 32 bits as an integer that give information about the location
671 int analysisResult = 0x00000000; // 32 bits of analysis
965 * @param analysis 32 bits o
[all...]
/dalvik/vm/
H A DThread.c1194 * "thin" locks fit in a small number of bits.
1205 * kMaxThreadId bits; dvmAllocBit() returns the index of a
3919 u2 bits = 1 << 1; local
3923 bits >>= 1;
3924 if (bits == 1) {
3926 bits = *regVector++ | 0x0100;
3927 LOGVV("loaded bits: 0x%02x\n", bits & 0xff);
3930 if (rval != 0 && (bits & 0x01) != 0) {
/dalvik/vm/compiler/codegen/arm/
H A DAssemble.c1002 u4 bits = encoder->skeleton; local
1014 bits |= value;
1027 bits |= value;
1033 bits |= value;
1038 bits |= value;
1042 bits |= value;
1047 bits |= value;
1052 bits |= value;
1057 bits |= value;
1069 bits |
[all...]

Completed in 134 milliseconds

12