HomeSort by relevance Sort by last modified time
    Searched refs:LL (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/libffi/testsuite/libffi.call/
closure_fn4.c 90 (1LL, 2LL, 3LL, 4LL, 127LL, 429LL, 7LL, 8LL, 9LL, 10LL, 11LL, 12LL
    [all...]
closure_fn5.c 92 (1LL, 2LL, 3LL, 4LL, 127LL, 429LL, 7LL, 8LL, 9LL, 10LL, 11, 12LL
    [all...]
return_ll.c 9 static long long return_ll(long long ll)
11 return ll;
20 long long ll; local
23 values[0] = ≪
29 for (ll = 0LL; ll < 100LL; ll++)
32 CHECK(rlonglong == ll);
    [all...]
cls_ulonglong.c 43 res = (*((cls_ret_ulonglong)pcl))(214LL);
48 res = (*((cls_ret_ulonglong)pcl))(9223372035854775808LL);
  /development/simulator/app/
ported.cpp 49 ptv->tv_usec = (long) ((nsTime / 10LL) % 1000000LL);
50 ptv->tv_sec = (long) ((nsTime - 116444736000000000LL) / 10000000LL);
  /bionic/libc/arch-arm/include/machine/
limits.h 59 #define LONGLONG_MIN (-9223372036854775807LL-1)
60 #define LONGLONG_MAX 9223372036854775807LL
  /bionic/libc/arch-sh/include/machine/
limits.h 56 #define LONGLONG_MIN (-9223372036854775807LL-1)
57 #define LONGLONG_MAX 9223372036854775807LL
  /bionic/libc/arch-x86/include/machine/
limits.h 59 #define LONGLONG_MIN (-9223372036854775807LL-1)
60 #define LONGLONG_MAX 9223372036854775807LL
  /ndk/build/platforms/android-3/arch-arm/usr/include/machine/
limits.h 59 #define LONGLONG_MIN (-9223372036854775807LL-1)
60 #define LONGLONG_MAX 9223372036854775807LL
  /ndk/build/platforms/android-4/arch-arm/usr/include/machine/
limits.h 59 #define LONGLONG_MIN (-9223372036854775807LL-1)
60 #define LONGLONG_MAX 9223372036854775807LL
  /ndk/build/platforms/android-5/arch-arm/usr/include/machine/
limits.h 59 #define LONGLONG_MIN (-9223372036854775807LL-1)
60 #define LONGLONG_MAX 9223372036854775807LL
  /ndk/build/platforms/android-5/arch-x86/usr/include/machine/
limits.h 59 #define LONGLONG_MIN (-9223372036854775807LL-1)
60 #define LONGLONG_MAX 9223372036854775807LL
  /ndk/build/platforms/android-8/arch-arm/usr/include/machine/
limits.h 59 #define LONGLONG_MIN (-9223372036854775807LL-1)
60 #define LONGLONG_MAX 9223372036854775807LL
  /ndk/build/platforms/android-8/arch-x86/usr/include/machine/
limits.h 59 #define LONGLONG_MIN (-9223372036854775807LL-1)
60 #define LONGLONG_MAX 9223372036854775807LL
  /system/extras/tests/icachetest/
icache_main.c 22 t = (tm.tv_sec*1000000LL+tm.tv_usec) - (now.tv_sec*1000000LL+now.tv_usec);
29 t = (tm.tv_sec*1000000LL+tm.tv_usec) - (now.tv_sec*1000000LL+now.tv_usec);
30 MBs = (8388608LL*32*1000000) / (t * (1024*1024));
  /external/openssl/crypto/des/
des_locl.h 214 #define D_ENCRYPT(LL,R,S) { \
222 LL^= *(const DES_LONG *)(des_SP +u1); \
223 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
227 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
228 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
233 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
234 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
238 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
239 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
242 #define D_ENCRYPT(LL,R,S) {
    [all...]
  /external/qemu/
varint.c 24 static const uint64_t k2Exp35 = (32LL * 1024LL * 1024LL * 1024LL);
25 static const uint64_t k2Exp42 = (4LL * 1024LL * 1024LL * 1024LL * 1024LL);
  /external/dropbear/libtomcrypt/testprof/
store_test.c 9 ulong64 LL, LL1;
32 LL = CONST64 (0x01020304050607);
34 STORE64L(LL, buf + y);
36 if (LL1 != LL) {
40 STORE64H(LL, buf + y);
42 if (LL1 != LL) {
  /external/dbus/dbus/
dbus-arch-deps.h 39 #define DBUS_INT64_CONSTANT(val) (val##LL)
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
osTIType.h 59 #define TI_CONST64(x) (x##LL)
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
osTIType.h 59 #define TI_CONST64(x) (x##LL)
  /frameworks/base/libs/utils/
Timers.cpp 46 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
52 return nsecs_t(t.tv_sec)*1000000000LL + nsecs_t(t.tv_usec)*1000LL;
87 long long stop = ((long long) ptv1->tv_sec) * 1000000LL +
89 long long start = ((long long) ptv2->tv_sec) * 1000000LL +
SystemClock.cpp 60 if (millis <= 0 || millis / 1000LL >= INT_MAX) {
64 tv.tv_sec = (time_t) (millis / 1000LL);
65 tv.tv_usec = (suseconds_t) ((millis % 1000LL) * 1000LL);
  /external/webkit/JavaScriptCore/wtf/
RandomNumber.cpp 91 fullRandom &= (1LL << 53) - 1;
92 return static_cast<double>(fullRandom)/static_cast<double>(1LL << 53);
110 fullRandom &= (1LL << 53) - 1;
111 return static_cast<double>(fullRandom)/static_cast<double>(1LL << 53);
134 fullRandom &= (1LL << 53) - 1;
135 return static_cast<double>(fullRandom)/static_cast<double>(1LL << 53);
  /frameworks/base/core/jni/
android_os_SystemClock.cpp 73 return tm.tv_sec * 1000LL + tm.tv_nsec / 1000000;
78 return tv.tv_sec * 1000LL + tv.tv_usec / 1000;

Completed in 345 milliseconds

1 2 3 4 5 6 7