/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Grain.java | 54 int bit = 0; local 56 bit++; 59 return bit;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
boolhuff.h | 39 /* Variables used to track bit costs without outputing to the bitstream */ 66 static void vp8_encode_bool(BOOL_CODER *br, int bit, int probability) 77 if (bit) 89 if (bit)
|
/bionic/libc/include/ |
time64.h | 36 #error Your time_t is already 64-bit. 40 /* Legacy cruft for LP32 where time_t was 32-bit. */
|
/cts/tests/tests/bionic/ |
Android.mk | 38 # Use the 32 bit list executable since it will include some 32 bit only tests.
|
/development/ndk/platforms/android-L/include/ |
time64.h | 36 #error Your time_t is already 64-bit. 40 /* Legacy cruft for LP32 where time_t was 32-bit. */
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
generate_parser.sh | 27 patch --silent --forward < 64bit-tokenizer-safety.patch
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
generate_parser.sh | 28 patch --silent --forward < 64bit-lexer-safety.patch
|
/external/chromium_org/third_party/icu/source/test/letest/ |
cmaps.cpp | 19 // Finds the high bit by binary searching 24 le_uint8 bit = 0; local 28 bit += 16; 33 bit += 8; 38 bit += 4; 43 bit += 2; 48 bit += 1; 51 return bit; 214 le_uint8 bit = highBit(nGroups); local 215 fPower = 1 << bit; [all...] |
/external/chromium_org/third_party/icu/source/test/perf/leperf/ |
cmaps.cpp | 19 // Finds the high bit by binary searching 24 le_uint8 bit = 0; local 28 bit += 16; 33 bit += 8; 38 bit += 4; 43 bit += 2; 48 bit += 1; 51 return bit; 214 le_uint8 bit = highBit(nGroups); local 215 fPower = 1 << bit; [all...] |
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_bitvector_test.cc | 94 uptr bit = ((uptr)my_rand() % bv.size()); local 95 EXPECT_EQ(bv.getBit(bit), s.count(bit) == 1); 98 EXPECT_EQ(bv.setBit(bit), s.insert(bit).second); 102 s.erase(bit); 103 EXPECT_EQ(bv.clearBit(bit), old_size > s.size()); 106 EXPECT_EQ(bv.getBit(bit), s.count(bit) == 1);
|
/external/e2fsprogs/lib/uuid/ |
uuid_types.h.in | 34 ?==error: undefined 16 bit type 47 ?== error: undefined 32 bit type
|
/external/elfutils/0.153/libcpu/ |
i386_parse.h | 78 struct bitvalue *bit; member in union:YYSTYPE
|
/external/icu/icu4c/source/test/letest/ |
cmaps.cpp | 19 // Finds the high bit by binary searching 24 le_uint8 bit = 0; local 28 bit += 16; 33 bit += 8; 38 bit += 4; 43 bit += 2; 48 bit += 1; 51 return bit; 214 le_uint8 bit = highBit(nGroups); local 215 fPower = 1 << bit; [all...] |
/external/icu/icu4c/source/test/perf/leperf/ |
cmaps.cpp | 19 // Finds the high bit by binary searching 24 le_uint8 bit = 0; local 28 bit += 16; 33 bit += 8; 38 bit += 4; 43 bit += 2; 48 bit += 1; 51 return bit; 214 le_uint8 bit = highBit(nGroups); local 215 fPower = 1 << bit; [all...] |
/external/llvm/test/MC/AArch64/ |
neon-bitwise-instructions.s | 39 bit v0.8b, v1.8b, v2.8b 40 bit v0.16b, v1.16b, v2.16b 50 // CHECK: bit v0.8b, v1.8b, v2.8b // encoding: [0x20,0x1c,0xa2,0x2e] 51 // CHECK: bit v0.16b, v1.16b, v2.16b // encoding: [0x20,0x1c,0xa2,0x6e]
|
/external/llvm/test/MC/Mips/ |
micromips-diagnostic-fixup.s | 8 nop # This instr makes the branch too long to fit into a 17-bit offset
|
mips-diagnostic-fixup.s | 8 nop # This instr makes the branch too long to fit into a 18-bit offset
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/ |
time64.h | 36 #error Your time_t is already 64-bit. 40 /* Legacy cruft for LP32 where time_t was 32-bit. */
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/ |
time64.h | 36 #error Your time_t is already 64-bit. 40 /* Legacy cruft for LP32 where time_t was 32-bit. */
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/ |
time64.h | 36 #error Your time_t is already 64-bit. 40 /* Legacy cruft for LP32 where time_t was 32-bit. */
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/ |
time64.h | 36 #error Your time_t is already 64-bit. 40 /* Legacy cruft for LP32 where time_t was 32-bit. */
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/ |
time64.h | 36 #error Your time_t is already 64-bit. 40 /* Legacy cruft for LP32 where time_t was 32-bit. */
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/ |
time64.h | 36 #error Your time_t is already 64-bit. 40 /* Legacy cruft for LP32 where time_t was 32-bit. */
|
/external/chromium_org/net/quic/crypto/ |
strike_register.cc | 164 // Find the best match to |value| in the crit-bit tree. The best match is 196 // Now we need to find the first bit where we differ from |best_match|. 207 // to find the most significant differing bit. We could do this with a simple 213 // Now this bit trick results in all the bits set, except the original 218 // have the critical bit set, the result is the same as |new_other_bits|. If 237 // store the child indexes in the top 24-bits of a 32-bit word and, to keep 396 // An internal node in a crit-bit tree always has exactly two children. 454 unsigned bit = 0; local 457 bit = 0; 460 bit = 1 502 unsigned bit = i->first % 8; local [all...] |
/external/chromium_org/third_party/skia/experimental/Intersection/ |
ConvexHull_Test.cpp | 247 int pt, bit; local 272 for (bit = 0; bit < 4; ++bit) { 273 if (pts & 1 << bit) { 277 if (order[pt] == bit) { 280 if (cubic[order[pt]] == cubic[bit]) { 281 pts |= 1 << bit; 285 for (bit = 0; bit < 4; ++bit) [all...] |