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

<<11121314151617181920>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils.cc 102 static const uint64 kFileTimeToUnixTimeEpochOffset = 116444736000000000ULL;
  /external/chromium_org/third_party/lzma_sdk/
Types.h 84 #define UINT64_CONST(n) n ## ULL
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 320 return *(volatile uint64_t*)&refcnt == 0ULL;
329 return v == 0ULL;
756 res = (size_t)14695981039346656037ULL;
764 res *= (size_t)1099511628211ULL;
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
modes_lcl.h 22 #define U64(C) C##ULL
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha.h 179 #define U64(C) C##ULL
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
sha.h 179 #define U64(C) C##ULL
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 85 #define UINT64_CONST(n) n ## ULL
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 199 uint64_t PtrSizeMask = ~0ULL >> (64 - IntPtrWidth);
  /external/llvm/lib/Support/
APInt.cpp 81 pVal[i] = -1ULL;
309 carry = hx * ly + (dest[i] >> 32) + (hasCarry ? (1ULL << 32) : 0);
316 carry = (((!carry && hasCarry != 2) || hasCarry == 1) ? (1ULL << 32) : 0) +
341 carry = (hasCarry ? (1ULL << 32) : 0) + hx * ly + (resul >> 32);
347 carry = (((!carry && hasCarry != 2) || hasCarry == 1) ? (1ULL << 32) : 0)+
725 if (pVal[i] == -1ULL)
751 for (; i < getNumWords() && pVal[i] == -1ULL; ++i)
833 uint64_t mantissa = (T.I & (~0ULL >> 12)) | 1ULL << 52;
909 uint64_t sign = isNeg ? (1ULL << (APINT_BITS_PER_WORD - 1)) : 0
    [all...]
DataExtractor.cpp 171 result |= -(1ULL << shift);
  /external/lzma/C/
Types.h 84 #define UINT64_CONST(n) n ## ULL
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 320 return *(volatile uint64_t*)&refcnt == 0ULL;
329 return v == 0ULL;
756 res = (size_t)14695981039346656037ULL;
764 res *= (size_t)1099511628211ULL;
  /external/openssl/crypto/modes/
modes_lcl.h 22 #define U64(C) C##ULL
  /external/openssl/crypto/sha/
sha.h 179 #define U64(C) C##ULL
  /external/openssl/include/openssl/
sha.h 179 #define U64(C) C##ULL
  /external/valgrind/main/memcheck/tests/
sh-mem-random.c 23 #define PAGE_SIZE 4096ULL
sh-mem.c 101 assert( ((U1*)(&a[0])) < ((U1*)(32ULL * 1024*1024*1024)/*32G*/) );
  /external/wpa_supplicant_8/src/utils/
os_win32.c 27 #define EPOCHFILETIME (116444736000000000ULL)
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.h 146 #define BIT(x) (1ULL<<(x))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
swab.h 60 * how U/UL/ULL map to __u16, __u32, __u64. At least not in a portable way.
193 __u32 l = x & ((1ULL<<32)-1);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h 60 * how U/UL/ULL map to __u16, __u32, __u64. At least not in a portable way.
193 __u32 l = x & ((1ULL<<32)-1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h 60 * how U/UL/ULL map to __u16, __u32, __u64. At least not in a portable way.
193 __u32 l = x & ((1ULL<<32)-1);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h 194 # define __UINT64_C(c) c ## ULL
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h 194 # define __UINT64_C(c) c ## ULL
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h 194 # define __UINT64_C(c) c ## ULL

Completed in 1180 milliseconds

<<11121314151617181920>>