HomeSort by relevance Sort by last modified time
    Searched refs:LL (Results 501 - 525 of 883) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /system/core/include/cutils/
trace.h 77 #define ATRACE_TAG_NOT_READY (1LL<<63)
  /system/extras/libpagemap/include/pagemap/
pagemap.h 159 #define _BITS(x, offset, bits) (((x) >> offset) & ((1LL << (bits)) - 1))
  /system/extras/tests/framebuffer/
refresh.c 24 return (int64_t)(t.tv_sec)*1000000000LL + t.tv_nsec;
  /system/extras/tests/memtest/
fptest.cpp 43 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
memtest.cpp 36 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 764 return FAIL_IF_UNEQUAL("%lld", -80080080087LL, result);
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.h 71 #define NSEC_PER_SEC 1000000000LL
73 #define NSEC_PER_33MSEC 33000000LL
  /external/bison/darwin-lib/
stdint.h 603 # define INT64_C(x) x##LL
617 # define INTMAX_C(x) x##LL
  /external/bison/lib/
stdint.in.h 602 # define INT64_C(x) x##LL
616 # define INTMAX_C(x) x##LL
  /external/blktrace/btt/
seek.c 285 long long rval = 0LL;
289 (void)__median(sip->root.rb_node, 0LL, sip->tot_seeks / 2,
  /external/chromium_org/base/strings/
string_util_unittest.cc 491 {10LL*1024*1024*1024, "10.0 GB"},
492 {99LL*1024*1024*1024, "99.0 GB"},
493 {105LL*1024*1024*1024, "105 GB"},
494 {105LL*1024*1024*1024 + 500LL*1024*1024, "105 GB"},
495 {~(1LL<<63), "8192 PB"},
501 {10LL*1024*1024*1024, "10.0 GB"},
502 {100LL*1024*1024*1024, "100 GB"},
    [all...]

Completed in 2205 milliseconds

<<21222324252627282930>>