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

1 2 3 4 56 7

  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
emmintrin.h 689 return _mm_set_epi64 ((__m64)0LL, *(__m64 *)__P);
719 return _mm_set_epi64 ((__m64)0LL, __A);
725 return _mm_set_epi64 ((__m64)0LL, _mm_movepi64_pi64 (__A));
    [all...]
mmintrin.h 854 return (__m64)0LL;
  /dalvik/vm/alloc/
Heap.c 67 gcHeap->heapWorkerInterpStartTime = 0LL;
84 /* Set up the table we'll use for ALLOC_NO_GC.
93 /* Set up the lists and lock we'll use for finalizable
295 /* The heap has shrunk enough that we'll use this as a new
    [all...]
  /device/htc/dream-sapphire/libsensors/
sensors.c 517 int64_t t = event.time.tv_sec*1000000000LL +
  /external/opencore/android/
metadatadriver.cpp 260 int duration = (mMetadataValueList[i].value.uint32_value * 1000LL) / timescale;
  /system/extras/tests/memtest/
memtest.cpp 49 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
  /external/qemu/block/
raw-posix.c 802 size = lseek(fd, 0LL, SEEK_END);
808 if (size == 2048LL * (unsigned)-1)
    [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 41 return tm.tv_sec * 1000LL + tm.tv_nsec / 1000000;
46 return tv.tv_sec * 1000LL + tv.tv_usec / 1000;
    [all...]
  /bionic/linker/
linker.c 981 /* Make the section writable just in case we'll have to write to
    [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.c 170 union { s8 ll; u4 parts[2]; } conv; member in union:__anon723
175 return conv.ll;
189 union { s8 ll; u4 parts[2]; } conv; member in union:__anon724
192 conv.ll = val;
    [all...]
InterpC-portdbg.c 170 union { s8 ll; u4 parts[2]; } conv; member in union:__anon747
175 return conv.ll;
189 union { s8 ll; u4 parts[2]; } conv; member in union:__anon748
192 conv.ll = val;
    [all...]
InterpC-portstd.c 170 union { s8 ll; u4 parts[2]; } conv; member in union:__anon751
175 return conv.ll;
189 union { s8 ll; u4 parts[2]; } conv; member in union:__anon752
192 conv.ll = val;
    [all...]
  /device/htc/passion-common/libsensors/
sensors.c 828 int64_t t = event->time.tv_sec*1000000000LL +
    [all...]
  /external/webkit/WebCore/platform/network/curl/
ResourceHandleManager.cpp 499 static const long long maxCurlOffT = (1LL << (expectedSizeOfCurlOffT * 8 - 1)) - 1;
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp 948 long long now = tv.tv_sec * 1000LL + tv.tv_usec / 1000;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
mmintrin.h 854 return (__m64)0LL;
  /external/netperf/
netlib.c 188 #define LONG_LONG_MAX 9223372036854775807LL
711 #define S64_SUFFIX(x) x##LL
    [all...]
  /external/safe-iop/include/
safe_iop.h 545 # define SAFE_INT64_MIN (-SAFE_INT64_MAX - 1LL)
  /external/v8/src/
platform-win32.cc 286 static const int64_t kTimeEpoc = 116444736000000000LL;
    [all...]
  /external/qemu/
vl-android.c 818 uint64_t ll; member in union:__anon4924
829 u.ll = a;
835 return res.ll;
841 #define QEMU_TIMER_BASE 1000000000LL
891 return ts.tv_sec * 1000000000LL + ts.tv_nsec;
899 return tv.tv_sec * 1000000000LL + (tv.tv_usec * 1000);
    [all...]
vl.c 723 uint64_t ll; member in union:__anon4928
734 u.ll = a;
740 return res.ll;
746 #define QEMU_TIMER_BASE 1000000000LL
796 return ts.tv_sec * 1000000000LL + ts.tv_nsec;
804 return tv.tv_sec * 1000000000LL + (tv.tv_usec * 1000);
    [all...]
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 52 LOGV("time: %lld us.", time.tv_sec * 1000000LL + time.tv_usec);
    [all...]
  /dalvik/vm/oo/
Class.c 319 /* Set up the table we'll use for tracking initiating loaders for
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h 259 #define CASE_INT_FN(FN) case FN: case FN##L: case FN##LL
    [all...]
  /external/qemu/fpu/
softfloat.c     [all...]

Completed in 462 milliseconds

1 2 3 4 56 7