HomeSort by relevance Sort by last modified time
    Searched refs:ULL (Results 251 - 275 of 878) sorted by null

<<11121314151617181920>>

  /development/ndk/platforms/android-L/arch-x86/include/asm/
kvm_para.h 55 #define KVM_STEAL_VALID_BITS ((-1ULL << (KVM_STEAL_ALIGNMENT_BITS + 1)))
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
kvm_para.h 55 #define KVM_STEAL_VALID_BITS ((-1ULL << (KVM_STEAL_ALIGNMENT_BITS + 1)))
  /external/chromium_org/third_party/brotli/src/woff2/
font.cc 83 size_t max_offset = 12ULL + 16ULL * font.num_tables;
94 if (dst_size < 12ULL + 16ULL * font.num_tables) {
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p3-1y.cpp 31 decltype(auto) b = 42ULL;
  /external/clang/test/CodeGen/
object-size.c 4 ((__builtin_object_size(dest, 0) != -1ULL) \
  /external/clang/test/Sema/
c89.c 119 42ULL; /* expected-warning {{'long long' is an extension when C99 mode is not enabled}} */
enum.c 19 z = 9223372036854775808ULL }; // expected-warning {{ISO C restricts enumerator values to range of 'int'}}
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm_para.h 52 #define KVM_STEAL_VALID_BITS ((-1ULL << (KVM_STEAL_ALIGNMENT_BITS + 1)))
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 174 static_assert(INT64_MIN == -9223372036854775808ULL, "INT64_MIN == -9223372036854775808LL");
186 static_assert(UINT64_MAX == 18446744073709551615ULL, "UINT64_MAX == 18446744073709551615ULL");
192 static_assert(INT_FAST64_MIN <= -9223372036854775808ULL, "INT_FAST64_MIN <= -9223372036854775808LL");
204 static_assert(UINT_FAST64_MAX >= 18446744073709551615ULL, "UINT_FAST64_MAX >= 18446744073709551615ULL");
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 174 static_assert(INT64_MIN == -9223372036854775808ULL, "INT64_MIN == -9223372036854775808LL");
186 static_assert(UINT64_MAX == 18446744073709551615ULL, "UINT64_MAX == 18446744073709551615ULL");
192 static_assert(INT_FAST64_MIN <= -9223372036854775808ULL, "INT_FAST64_MIN <= -9223372036854775808LL");
204 static_assert(UINT_FAST64_MAX >= 18446744073709551615ULL, "UINT_FAST64_MAX >= 18446744073709551615ULL");
  /external/libyuv/files/include/libyuv/
basic_types.h 50 #define UINT64_C(x) x ## ULL
  /external/lldb/include/lldb/
lldb-defines.h 20 #define UINT64_MAX 18446744073709551615ULL
  /external/qemu/qobject/
json-lexer.c 21 #define MAX_TOKEN_SIZE (64ULL << 20)
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c 114 return 1000000ULL * tp.tv_sec + tp.tv_nsec / 1000;
126 tmr->tv_sec = (time_t) (ustime / 1000000ULL);
127 tmr->tv_nsec = (long) (1000ULL * (ustime % 1000000ULL));
  /external/valgrind/main/none/tests/ppc32/
test_dfp3.c 934 long long reference_sig_vals[] = {0ULL, 2ULL, 6ULL, 63ULL};
1005 long long target_exp_vals[] = {0ULL, 0ULL, 0ULL, -1ULL, -2ULL, -3ULL, -4ULL, -5ULL}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 174 static_assert(INT64_MIN == -9223372036854775808ULL, "INT64_MIN == -9223372036854775808LL");
186 static_assert(UINT64_MAX == 18446744073709551615ULL, "UINT64_MAX == 18446744073709551615ULL");
192 static_assert(INT_FAST64_MIN <= -9223372036854775808ULL, "INT_FAST64_MIN <= -9223372036854775808LL");
204 static_assert(UINT_FAST64_MAX >= 18446744073709551615ULL, "UINT_FAST64_MAX >= 18446744073709551615ULL");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 174 static_assert(INT64_MIN == -9223372036854775808ULL, "INT64_MIN == -9223372036854775808LL");
186 static_assert(UINT64_MAX == 18446744073709551615ULL, "UINT64_MAX == 18446744073709551615ULL");
192 static_assert(INT_FAST64_MIN <= -9223372036854775808ULL, "INT_FAST64_MIN <= -9223372036854775808LL");
204 static_assert(UINT_FAST64_MAX >= 18446744073709551615ULL, "UINT_FAST64_MAX >= 18446744073709551615ULL");
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
cmpxchg_32.h 25 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) )
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
cmpxchg_32.h 25 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) )
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
cmpxchg_32.h 25 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) )
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
cmpxchg_32.h 25 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) )
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
cmpxchg_32.h 25 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) )
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
cmpxchg_32.h 30 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) )
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
cmpxchg_32.h 30 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) )
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
cmpxchg_32.h 30 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) )

Completed in 802 milliseconds

<<11121314151617181920>>