OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ULL
(Results
476 - 500
of
618
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/include/llvm/Object/
ObjectFile.h
265
const uint64_t UnknownAddressOrSize = ~0
ULL
;
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h
145
return (rHigh - rLow + 1
ULL
);
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp
461
FixedValue += 1
ULL
<< Log2Size;
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c
204
unsigned long long mask = (1
ULL
<< bits) - 1;
lp_bld_swizzle.c
397
mask |= ((1
ULL
<< 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) & ~(1
ULL
<< 63)) > 0x7ff0000000000000ULL);
/external/qemu-pc-bios/bochs/bios/
rombios32.c
624
((uint64_t)cmos_readb(0x5d) << 32)) + (1
ull
<< 32);
[
all
...]
/external/valgrind/main/drd/tests/
unit_bitmap.c
91
{ -2
ULL
- (1 << ADDR_LSB_BITS << ADDR_IGNORED_BITS),
/frameworks/rs/cpu_ref/
rsCpuCore.cpp
143
cpuset.bits[idx / 64] |= 1
ULL
<< (idx % 64);
/hardware/libhardware/modules/camera/
Camera.cpp
620
timestamp = ts.tv_sec * 1000000000
ULL
+ 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 = (1
ULL
<< 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(~0
ULL
>> 4)) | cpu_to_le64((__u64) type << 60);
387
return le64_to_cpu(v2->v) & (~0
ULL
>> 4);
392
offset &= (~0
ULL
>> 4);
393
v2->v = (v2->v & cpu_to_le64(15
ULL
<< 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(~0
ULL
>> 4)) | cpu_to_le64((__u64) type << 60);
387
return le64_to_cpu(v2->v) & (~0
ULL
>> 4);
392
offset &= (~0
ULL
>> 4);
393
v2->v = (v2->v & cpu_to_le64(15
ULL
<< 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(~0
ULL
>> 4)) | cpu_to_le64((__u64) type << 60);
387
return le64_to_cpu(v2->v) & (~0
ULL
>> 4);
392
offset &= (~0
ULL
>> 4);
393
v2->v = (v2->v & cpu_to_le64(15
ULL
<< 60)) | cpu_to_le64(offset);
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiseq_selection.h
188
__l = (1
ULL
<< __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 & (1
ULL
<< (id - 0xc0)));
58
if ((id >= 0xc0) && (NV50_ENG2D_SUPPORTED_FORMATS & (1
ULL
<< (id - 0xc0))))
/external/chromium_org/third_party/re2/re2/testing/
re2_test.cc
72
CHECK_OCTAL(unsigned long long, 1777777777777777777777
ULL
);
96
CHECK_DECIMAL(unsigned long long, 1234567890987654321
ULL
);
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/
nv50_surface.c
47
(NV50_ENG2D_SUPPORTED_FORMATS & (1
ULL
<< (id - 0xc0)));
58
if ((id >= 0xc0) && (NV50_ENG2D_SUPPORTED_FORMATS & (1
ULL
<< (id - 0xc0))))
/external/qemu/
qemu-io.c
[
all
...]
/external/regex-re2/re2/testing/
re2_test.cc
65
CHECK_OCTAL(unsigned long long, 1777777777777777777777
ULL
);
89
CHECK_DECIMAL(unsigned long long, 1234567890987654321
ULL
);
[
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) : 0
ULL
;
338
return (buf != NULL) ? get_u64_be(buf) : 0
ULL
;
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
random.h
327
for (; __z != 0
ULL
; --__z)
753
for (; __z != 0
ULL
; --__z)
[
all
...]
Completed in 1544 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>