HomeSort by relevance Sort by last modified time
    Searched refs:ULL (Results 401 - 425 of 619) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/asm-mips/sn/sn0/
hubio.h 86 #define IIO_WSTAT_ECRAZY (1ULL << 32) /* Hub gone crazy */
87 #define IIO_WSTAT_TXRETRY (1ULL << 9) /* Hub Tx Retry timeout */
  /external/valgrind/main/VEX/priv/
host_generic_simd128.c 94 ? 0xFFFFFFFFFFFFFFFFULL : 0ULL;
100 ? 0xFFFFFFFFFFFFFFFFULL : 0ULL;
guest_generic_x87.c 452 const ULong bit51 = 1ULL << 51;
453 const ULong bit52 = 1ULL << 52;
462 return qNan | (arg & (1ULL << 63));
    [all...]
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 40 ASSERT_EQ(0ULL, coords.bits);
153 ASSERT_EQ(0ULL, outCoords.bits);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
hubio.h 75 #define IIO_WSTAT_ECRAZY (1ULL << 32)
76 #define IIO_WSTAT_TXRETRY (1ULL << 9)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
hubio.h 75 #define IIO_WSTAT_ECRAZY (1ULL << 32)
76 #define IIO_WSTAT_TXRETRY (1ULL << 9)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
hubio.h 75 #define IIO_WSTAT_ECRAZY (1ULL << 32)
76 #define IIO_WSTAT_TXRETRY (1ULL << 9)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sn/sn0/
hubio.h 75 #define IIO_WSTAT_ECRAZY (1ULL << 32)
76 #define IIO_WSTAT_TXRETRY (1ULL << 9)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
hubio.h 75 #define IIO_WSTAT_ECRAZY (1ULL << 32)
76 #define IIO_WSTAT_TXRETRY (1ULL << 9)
  /art/compiler/dex/quick/x86/
x86_lir.h 146 #define ENCODE_X86_REG_SP (1ULL << kX86RegSP)
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.cpp 254 if (mask & (1ULL << i)) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor.cc 170 result = (total_diff == 0ULL ? 0.f :
  /external/chromium_org/third_party/libwebp/utils/
huffman_encode.c 201 tree = (HuffmanTree*)WebPSafeMalloc(3ULL * tree_size_orig, sizeof(*tree));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_const.c 409 mask & (1 << i) ? ~0ULL : 0,
  /external/clang/include/clang/AST/
VTableBuilder.h 186 return static_cast<uintptr_t>(Value & ~7ULL);
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 384 R |= uint32_t((CurWord & (word_t(~0ULL) >> (sizeof(word_t)*8-BitsLeft)))
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.c 409 mask & (1 << i) ? ~0ULL : 0,
  /external/qemu/
block.h 41 #define BDRV_SECTOR_SIZE (1ULL << BDRV_SECTOR_BITS)
  /external/webp/src/utils/
huffman_encode.c 201 tree = (HuffmanTree*)WebPSafeMalloc(3ULL * tree_size_orig, sizeof(*tree));
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 386 1000000ULL, now);
399 EXPECT_EQ(1000000ULL, gallery_info.total_size_in_bytes);
432 1000000ULL, now);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 34 static const u64 kAddressSpaceSize = 1ULL << 47;
42 static const u64 kAddressSpaceSize = 1ULL << 32;
209 u64 G8 = 1ULL << 33;
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 204 EXPECT_EQ(map.u64, 5000000000ULL);
230 map.u64 = 6000000000ULL;
258 EXPECT_EQ(map.u64, 6000000000ULL);
  /system/core/fastboot/
fastboot.c 851 if (num >= (-1ULL) / 1024) {
857 if (num >= (-1ULL) / (1024 * 1024)) {
863 if (num >= (-1ULL) / (1024 * 1024 * 1024)) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_fragprog.c 55 fpc->r_temps |= (1ULL << idx);
56 fpc->r_temps_discard |= (1ULL << idx);
64 fpc->r_temps_discard = 0ULL;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 55 fpc->r_temps |= (1ULL << idx);
56 fpc->r_temps_discard |= (1ULL << idx);
64 fpc->r_temps_discard = 0ULL;
    [all...]

Completed in 719 milliseconds

<<11121314151617181920>>