HomeSort by relevance Sort by last modified time
    Searched refs:LL (Results 401 - 425 of 1081) sorted by null

<<11121314151617181920>>

  /device/google/contexthub/firmware/os/cpu/cortexm4/
atomicBitset.c 28 set->words[numBits / 32] = ((uint32_t)((int32_t)-1LL)) << (numBits & 31);
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeTimerLib/
DxeTimerLib.c 173 *EndValue = (UINT64)-1LL;
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 44 * The LL(*) analysis algorithm fails to deal with this due to
55 * I'll have to optimize that in the future.
  /external/clang/test/CodeGen/
builtins-ppc-vsx.c 21 vector signed long long vsll = { 255LL, -937LL };
22 vector unsigned long long vull = { 1447LL, 2894LL };
    [all...]
const-init.c 143 static v1i64 a = (v1i64)10LL;
xcore-stringtype.c 33 long long LL, unsigned long long ULL, signed long long SLL,
  /external/clang/test/Misc/
caret-diags-macros.c 26 sprintf(Msg, " sizeof FoooLib : =%3u\n", 12LL);
  /external/clang/test/Sema/
switch.c 11 case 5000000000LL: // expected-warning {{overflow}}
378 void PR11778(char c, int n, long long ll) {
384 switch ((int)ll) case 0x100000001LL: case 1: ; // expected-warning {{overflow}} expected-error {{duplicate}} expected-note {{previous}}
386 switch (ll) case 0x100000001LL: case 1: ;
  /external/icu/icu4c/source/common/unicode/
umachine.h 230 # define INT64_C(c) c ## LL
  /external/libchrome/base/profiler/
tracked_time_unittest.cc 20 int64_t kReallyBigMilliseconds = (1LL << 35) + kSomeMilliseconds;
  /external/libtextclassifier/
base.h 47 #define GG_LONGLONG(x) x##LL
  /external/linux-kselftest/tools/testing/selftests/timers/
raw_skew.c 43 #define NSEC_PER_SEC 1000000000LL
  /external/skia/src/core/
SkFDot6.h 30 double magic = (1LL << (52 - (fractionalBits))) * 1.5;
  /external/toybox/toys/posix/
du.c 151 print(blocks*512LL, node);
  /frameworks/av/media/libstagefright/
HTTPBase.cpp 64 mBandWidthCollectFreqMs * 1000LL) {
WAVExtractor.cpp 320 1000000LL * (mDataSize / 65 * 320) / 8000;
333 1000000LL * num_samples / mSampleRate;
528 timeStampUs = 1000000LL * (mCurrentPos - mOffset) * 320 / 65 / mSampleRate;
531 timeStampUs = 1000000LL * (mCurrentPos - mOffset)
  /hardware/akm/AK8975_FS/libsensors/
SensorBase.cpp 113 return int64_t(t.tv_sec)*1000000000LL + t.tv_nsec;
  /hardware/invensense/6515/libsensors_iio/
PressureSensor.IIO.secondary.cpp 113 int t_poll_time = (int)(ns / 1000000LL);
  /hardware/invensense/65xx/libsensors_iio/
PressureSensor.IIO.secondary.cpp 114 int t_poll_time = (int)(ns / 1000000LL);
  /hardware/libhardware/modules/audio/
audio_hw.c 128 const int64_t now = (t.tv_sec * 1000000000LL + t.tv_nsec) / 1000;
130 int64_t sleep_time = bytes * 1000000LL / audio_stream_out_frame_size(stream) /
251 const int64_t now = (t.tv_sec * 1000000000LL + t.tv_nsec) / 1000;
257 int64_t sleep_time = bytes * 1000000LL / audio_stream_in_frame_size(stream) /
  /hardware/libhardware/modules/sensors/dynamic_sensor/test/
HidRawDeviceTest.cpp 96 sensor->batch(100LL*1000*1000 /*ns*/, 0);
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyprimtypes.swg 207 const double mant_max = 1LL << DBL_MANT_DIG;
261 const double mant_max = 1LL << DBL_MANT_DIG;
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
stdlib.h 95 return (__n < 0LL) ? -__n : __n;
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
stdlib.h 95 return (__n < 0LL) ? -__n : __n;
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
stdlib.h 95 return (__n < 0LL) ? -__n : __n;

Completed in 2195 milliseconds

<<11121314151617181920>>