HomeSort by relevance Sort by last modified time
    Searched refs:LL (Results 551 - 575 of 731) sorted by null

<<21222324252627282930

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
binary.hpp 52 BOOST_SUFFIXED_BINARY_LITERAL( bit_groupings, LL )
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_limits.h 268 # define LONGLONG_MIN (-LONGLONG_MAX-1LL)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_limits.h 268 # define LONGLONG_MIN (-LONGLONG_MAX-1LL)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_limits.h 268 # define LONGLONG_MIN (-LONGLONG_MAX-1LL)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_limits.h 268 # define LONGLONG_MIN (-LONGLONG_MAX-1LL)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_limits.h 268 # define LONGLONG_MIN (-LONGLONG_MAX-1LL)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 140 /* If PYLONG_BITS_IN_DIGIT is not defined then we'll use 30-bit digits if all
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 140 /* If PYLONG_BITS_IN_DIGIT is not defined then we'll use 30-bit digits if all
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
avxintrin.h     [all...]
  /dalvik/vm/
Profile.cpp 112 return tv.tv_sec * 1000000LL + tv.tv_usec;
131 return tm.tv_sec * 1000000LL + tm.tv_nsec / 1000;
764 * method pointer, we cut things off early. (If we don't, we'll fail
769 * we'll likely crash when we dereference it. The possibility of
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 292 [fatal] rule <ruleName> has non-LL(*) decision due to recursive rule invocations reachable from alts <alts; separator=",">. Resolve by left-factoring or using syntactic predicates or using backtrack=true option.
  /external/chromium_org/sync/notifier/
sync_invalidation_listener_unittest.cc 42 const int64 kVersion1 = 1LL;
43 const int64 kVersion2 = 2LL;
    [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl_platform.h 94 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
185 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/mesa3d/include/CL/
cl_platform.h 94 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
185 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
    [all...]
  /external/opencv/ml/src/
mltree.cpp     [all...]
  /external/qemu/block/
raw-posix.c 659 size = lseek(fd, 0LL, SEEK_END);
665 if (size == 2048LL * (unsigned)-1)
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 314 *actualFrameTimeUs = -1ll;
316 const int64_t seekTimeNs = seekTimeUs * 1000ll;
411 *actualFrameTimeUs = (block()->GetTime(mCluster) + 500LL) / 1000LL;
426 return (mBlockEntry->GetBlock()->GetTime(mCluster) + 500ll) / 1000ll;
494 int64_t targetSampleTimeUs = -1ll;
527 if (targetSampleTimeUs >= 0ll) {
614 if (targetSampleTimeUs >= 0ll) {
  /frameworks/base/services/input/
InputDispatcher.h 179 keyRepeatTimeout(500 * 1000000LL),
180 keyRepeatDelay(50 * 1000000LL) { }
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 462 assert(llrint(1) == 1LL);
470 assert(llround(1) == 1LL);
  /system/core/adb/
commandline.c 425 printf("sending: '%s' %4d%% \r", fn, (int)(100LL - ((100LL * sz) / (total))));
    [all...]
  /system/core/charger/
charger.c 60 #define MSEC_PER_SEC (1000LL)
61 #define NSEC_PER_MSEC (1000000LL)
  /system/core/toolbox/
dd.c 956 #define tv2mS(tv) ((tv).tv_sec * 1000LL + ((tv).tv_usec + 500) / 1000)
1001 (unsigned long long) (st.bytes * 1000LL / mS));
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 50 const int64_t USEC = 1000LL;
51 const int64_t MSEC = USEC * 1000LL;
52 const int64_t SEC = MSEC * 1000LL;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 1717 milliseconds

<<21222324252627282930