HomeSort by relevance Sort by last modified time
    Searched refs:ULL (Results 476 - 500 of 618) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/Object/
ObjectFile.h 265 const uint64_t UnknownAddressOrSize = ~0ULL;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 145 return (rHigh - rLow + 1ULL);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 461 FixedValue += 1ULL << Log2Size;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 204 unsigned long long mask = (1ULL << bits) - 1;
lp_bld_swizzle.c 397 mask |= ((1ULL << type.width) - 1) << (swizzles[chan] * type.width);
  /external/protobuf/src/google/protobuf/stubs/
common.h 163 #define GOOGLE_ULONGLONG(x) x##ULL
    [all...]
  /external/qemu/fpu/
softfloat.h 492 return ((float64_val(a) & ~(1ULL << 63)) > 0x7ff0000000000000ULL);
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 624 ((uint64_t)cmos_readb(0x5d) << 32)) + (1ull << 32);
    [all...]
  /external/valgrind/main/drd/tests/
unit_bitmap.c 91 { -2ULL - (1 << ADDR_LSB_BITS << ADDR_IGNORED_BITS),
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 143 cpuset.bits[idx / 64] |= 1ULL << (idx % 64);
  /hardware/libhardware/modules/camera/
Camera.cpp 620 timestamp = ts.tv_sec * 1000000000ULL + ts.tv_nsec;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiseq_selection.h 184 l = (1ULL << r) - 1;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 382 (v2->v & cpu_to_le64(~0ULL >> 4)) | cpu_to_le64((__u64) type << 60);
387 return le64_to_cpu(v2->v) & (~0ULL >> 4);
392 offset &= (~0ULL >> 4);
393 v2->v = (v2->v & cpu_to_le64(15ULL << 60)) | cpu_to_le64(offset);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 382 (v2->v & cpu_to_le64(~0ULL >> 4)) | cpu_to_le64((__u64) type << 60);
387 return le64_to_cpu(v2->v) & (~0ULL >> 4);
392 offset &= (~0ULL >> 4);
393 v2->v = (v2->v & cpu_to_le64(15ULL << 60)) | cpu_to_le64(offset);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 382 (v2->v & cpu_to_le64(~0ULL >> 4)) | cpu_to_le64((__u64) type << 60);
387 return le64_to_cpu(v2->v) & (~0ULL >> 4);
392 offset &= (~0ULL >> 4);
393 v2->v = (v2->v & cpu_to_le64(15ULL << 60)) | cpu_to_le64(offset);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiseq_selection.h 188 __l = (1ULL << __r) - 1;
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_surface.c 47 (NV50_ENG2D_SUPPORTED_FORMATS & (1ULL << (id - 0xc0)));
58 if ((id >= 0xc0) && (NV50_ENG2D_SUPPORTED_FORMATS & (1ULL << (id - 0xc0))))
  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc 72 CHECK_OCTAL(unsigned long long, 1777777777777777777777ULL);
96 CHECK_DECIMAL(unsigned long long, 1234567890987654321ULL);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_surface.c 47 (NV50_ENG2D_SUPPORTED_FORMATS & (1ULL << (id - 0xc0)));
58 if ((id >= 0xc0) && (NV50_ENG2D_SUPPORTED_FORMATS & (1ULL << (id - 0xc0))))
  /external/qemu/
qemu-io.c     [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 65 CHECK_OCTAL(unsigned long long, 1777777777777777777777ULL);
89 CHECK_DECIMAL(unsigned long long, 1234567890987654321ULL);
    [all...]
  /external/webp/src/dec/
vp8l.c     [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 318 return (buf != NULL) ? get_u64_le(buf) : 0ULL;
338 return (buf != NULL) ? get_u64_be(buf) : 0ULL;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
random.h 327 for (; __z != 0ULL; --__z)
753 for (; __z != 0ULL; --__z)
    [all...]

Completed in 1544 milliseconds

<<11121314151617181920>>