HomeSort by relevance Sort by last modified time
    Searched refs:LL (Results 226 - 250 of 729) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libffi/testsuite/libffi.call/
nested_struct3.c 79 struct A e_dbl = { 1LL, 7};
80 struct B f_dbl = {{12LL , 127}, 99};
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 112 return (uint64_t)tv.tv_sec * 1000000000LL + (uint64_t)tv.tv_usec * 1000LL;
  /frameworks/ex/variablespeed/jni/
ring_buffer.cc 55 readers_.push_back(0LL);
57 head_logical_ = 0LL;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 73 static_assert((std::is_same<decltype(lldiv(0LL,0LL)), lldiv_t>::value), "");
  /bionic/libc/kernel/arch-mips/asm/
addrspace.h 34 #define _CONST64_(x) x ## LL
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_InstanceNonce.c 60 return (jlong) -1098765432109876543LL;
172 return v == 999888777666555444LL;
213 return (v1 == 914) && (v2 == 9140914091409140914LL);
219 return (v1 == -4321LL) && (v2 == 12341234);
android_jni_cts_StaticNonce.c 60 return (jlong) -1098765432109876543LL;
188 return v == 999888777666555444LL;
228 return (v1 == 914) && (v2 == 9140914091409140914LL);
234 return (v1 == -4321LL) && (v2 == 12341234);
  /development/ndk/platforms/android-3/include/
stdlib.h 91 return (__n < 0LL) ? -__n : __n;
  /development/ndk/platforms/android-8/include/
stdlib.h 92 return (__n < 0LL) ? -__n : __n;
  /development/ndk/platforms/android-9/arch-mips/include/asm/
addrspace.h 34 #define _CONST64_(x) x ## LL
  /development/ndk/platforms/android-9/include/
stdlib.h 92 return (__n < 0LL) ? -__n : __n;
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
basictypes.h 34 #define INT64_C(x) x ## LL
40 #define INT64_F "ll"
  /external/chromium_org/third_party/tcmalloc/vendor/src/
system-alloc.cc 362 physmem_base = FLAGS_malloc_devmem_start*1024LL*1024LL;
363 physmem_limit = FLAGS_malloc_devmem_limit*1024LL*1024LL;
  /external/clang/test/Sema/
switch.c 11 case 5000000000LL: // expected-warning {{overflow}}
  /external/icu4c/common/unicode/
umachine.h 171 # define INT64_C(c) c ## LL
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_collision_PhysicsCollisionEvent.h 11 #define com_jme3_bullet_collision_PhysicsCollisionEvent_serialVersionUID 5516075349620653480LL
  /external/llvm/include/llvm/Support/
DataTypes.h 194 # define INT64_MAX 9223372036854775807LL
  /hardware/invensense/60xx/libsensors/
SensorBase.cpp 88 return int64_t(t.tv_sec)*1000000000LL + t.tv_nsec;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 63 # define INTMAX_C(c) c##LL
462 # define INT64_C(value) value##LL
469 # define INT64_C(value) value##LL
485 # define INT64_C(value) value##LL
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdlib.h 93 return (__n < 0LL) ? -__n : __n;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdlib.h 93 return (__n < 0LL) ? -__n : __n;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdlib.h 93 return (__n < 0LL) ? -__n : __n;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdlib.h 93 return (__n < 0LL) ? -__n : __n;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdlib.h 93 return (__n < 0LL) ? -__n : __n;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdlib.h 93 return (__n < 0LL) ? -__n : __n;

Completed in 2292 milliseconds

1 2 3 4 5 6 7 8 91011>>