OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ULL
(Results
276 - 300
of
619
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/libjingle/source/talk/base/
timeutils.cc
102
static const uint64 kFileTimeToUnixTimeEpochOffset = 116444736000000000
ULL
;
/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 == 0
ULL
;
329
return v == 0
ULL
;
756
res = (size_t)14695981039346656037
ULL
;
764
res *= (size_t)1099511628211
ULL
;
/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 = ~0
ULL
>> (64 - IntPtrWidth);
/external/llvm/lib/Support/
APInt.cpp
81
pVal[i] = -1
ULL
;
309
carry = hx * ly + (dest[i] >> 32) + (hasCarry ? (1
ULL
<< 32) : 0);
316
carry = (((!carry && hasCarry != 2) || hasCarry == 1) ? (1
ULL
<< 32) : 0) +
341
carry = (hasCarry ? (1
ULL
<< 32) : 0) + hx * ly + (resul >> 32);
347
carry = (((!carry && hasCarry != 2) || hasCarry == 1) ? (1
ULL
<< 32) : 0)+
725
if (pVal[i] == -1
ULL
)
751
for (; i < getNumWords() && pVal[i] == -1
ULL
; ++i)
833
uint64_t mantissa = (T.I & (~0
ULL
>> 12)) | 1
ULL
<< 52;
909
uint64_t sign = isNeg ? (1
ULL
<< (APINT_BITS_PER_WORD - 1)) : 0
[
all
...]
DataExtractor.cpp
171
result |= -(1
ULL
<< 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 == 0
ULL
;
329
return v == 0
ULL
;
756
res = (size_t)14695981039346656037
ULL
;
764
res *= (size_t)1099511628211
ULL
;
/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 4096
ULL
sh-mem.c
101
assert( ((U1*)(&a[0])) < ((U1*)(32
ULL
* 1024*1024*1024)/*32G*/) );
/external/wpa_supplicant_8/src/utils/
os_win32.c
27
#define EPOCHFILETIME (116444736000000000
ULL
)
/hardware/ti/wlan/mac80211/ti-utils/
calibrator.h
146
#define BIT(x) (1
ULL
<<(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 & ((1
ULL
<<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 & ((1
ULL
<<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 & ((1
ULL
<<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
<<
11
12
13
14
15
16
17
18
19
20
>>