OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LL
(Results
351 - 375
of
871
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/development/ndk/platforms/android-3/include/
stdlib.h
94
return (__n < 0
LL
) ? -__n : __n;
/development/ndk/platforms/android-8/include/
stdlib.h
95
return (__n < 0
LL
) ? -__n : __n;
/development/ndk/platforms/android-9/include/
stdlib.h
95
return (__n < 0
LL
) ? -__n : __n;
/device/samsung/manta/libsensors/
SensorBase.cpp
94
return int64_t(t.tv_sec)*1000000000
LL
+ t.tv_nsec;
/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/chromium_org/base/profiler/
tracked_time_unittest.cc
18
int64 kReallyBigMilliseconds = (1
LL
<< 35) + kSomeMilliseconds;
/external/chromium_org/content/public/renderer/
content_renderer_client.cc
129
return 0
LL
;
/external/chromium_org/third_party/icu/source/common/unicode/
umachine.h
190
# define INT64_C(c) c ##
LL
/external/chromium_org/third_party/smhasher/src/
pstdint.h
197
# define PRINTF_INT64_MODIFIER "
ll
"
273
# define INT64_MAX 9223372036854775807
LL
450
# define INT64_C(v) v ##
LL
452
# define PRINTF_INT64_MODIFIER "
ll
"
463
# define INT64_C(v) v ##
LL
465
# define PRINTF_INT64_MODIFIER "
ll
"
472
# define INT64_C(v) v ##
LL
474
# define PRINTF_INT64_MODIFIER "
ll
"
538
* we'
ll
have bigger things to worry about.
/external/chromium_org/third_party/tcmalloc/chromium/src/
system-alloc.cc
499
physmem_base = FLAGS_malloc_devmem_start*1024
LL
*1024
LL
;
500
physmem_limit = FLAGS_malloc_devmem_limit*1024
LL
*1024
LL
;
/external/chromium_org/v8/src/
globals.h
77
# define V8_PTR_PREFIX "
ll
"
84
# define V8_INT64_C(x) (x ##
LL
)
85
# define V8_INTPTR_C(x) (x ##
LL
)
90
# define V8_INT64_C(x) (x ##
LL
)
99
# define V8_INT64_C(x) (x ##
LL
)
/external/clang/test/CodeGen/
const-init.c
143
static v1i64 a = (v1i64)10
LL
;
xcore-stringtype.c
25
long long
LL
, unsigned long long ULL, signed long long SLL,
/external/clang/test/Misc/
caret-diags-macros.c
29
sprintf(Msg, " sizeof FoooLib : =%3u\n", 12
LL
);
/external/clang/test/Sema/
switch.c
11
case 5000000000
LL
: // expected-warning {{overflow}}
/external/llvm/unittests/Support/
BlockFrequencyTest.cpp
56
const uint64_t Big = 387246523487234346
LL
;
/external/qemu/android/camera/
camera-common.h
187
return (uint64_t)t.tv_sec * 1000000
LL
+ t.tv_usec;
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c
166
4 | (1
LL
<< 60), /* GIFtag */
217
im[it++] = (isize >> 4) | (eop ? (1 << 15) : 0) | (2
LL
<< 58);
231
3 | (1
LL
<< 60), /* GIFtag */
241
5 | (1
LL
<< 60), /* GIFtag */
/frameworks/av/media/libmedia/
AudioRecord.cpp
871
static const nsecs_t kFudgeNs = 10000000
LL
; // 10 ms
872
ns = ((minFrames * 1000000000
LL
) / mSampleRate) + kFudgeNs;
883
timeout.tv_sec = ns / 1000000000
LL
;
884
timeout.tv_nsec = ns % 1000000000
LL
;
913
1100000000
LL
) / mSampleRate;
937
return WAIT_PERIOD_MS * 1000000
LL
;
968
return (mRemainingFrames * 1100000000
LL
) / mSampleRate;
[
all
...]
/frameworks/av/media/libstagefright/
HTTPBase.cpp
62
mBandWidthCollectFreqMs * 1000
LL
) {
WAVExtractor.cpp
311
1000000
LL
* (mDataSize / 65 * 320) / 8000;
315
1000000
LL
* (mDataSize / (mNumChannels * bytesPerSample))
514
timeStampUs = 1000000
LL
* (mCurrentPos - mOffset) * 320 / 65 / mSampleRate;
517
timeStampUs = 1000000
LL
* (mCurrentPos - mOffset)
/frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.h
318
static const nsecs_t kWaitForBufferDuration = 3000000000
LL
; // 3000 ms
/hardware/akm/AK8975_FS/libsensors/
SensorBase.cpp
112
return int64_t(t.tv_sec)*1000000000
LL
+ t.tv_nsec;
/hardware/invensense/6515/libsensors_iio/
PressureSensor.IIO.secondary.cpp
113
int t_poll_time = (int)(ns / 1000000
LL
);
/hardware/invensense/65xx/libsensors_iio/
PressureSensor.IIO.secondary.cpp
113
int t_poll_time = (int)(ns / 1000000
LL
);
Completed in 1178 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>