OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LL
(Results
276 - 300
of
871
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/libjingle/overrides/talk/base/
basictypes.h
34
#define INT64_C(x) x ##
LL
40
#define INT64_F "
ll
"
/external/chromium_org/third_party/libyuv/include/libyuv/
basic_types.h
50
#define INT64_C(x) x ##
LL
55
#define INT64_F "
ll
"
/external/chromium_org/third_party/tcmalloc/vendor/src/
system-alloc.cc
362
physmem_base = FLAGS_malloc_devmem_start*1024
LL
*1024
LL
;
363
physmem_limit = FLAGS_malloc_devmem_limit*1024
LL
*1024
LL
;
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
basictypes.h
40
#define INT64_C(x) x ##
LL
46
#define INT64_F "
ll
"
/external/icu/icu4c/source/common/unicode/
umachine.h
171
# define INT64_C(c) c ##
LL
/external/llvm/include/llvm/Support/
DataTypes.h
194
# define INT64_MAX 9223372036854775807
LL
/frameworks/base/services/core/jni/
com_android_server_AlarmManagerService.cpp
238
if (millis <= 0 || millis / 1000
LL
>= INT_MAX) {
242
tv.tv_sec = (time_t) (millis / 1000
LL
);
243
tv.tv_usec = (suseconds_t) ((millis % 1000
LL
) * 1000
LL
);
/hardware/invensense/60xx/libsensors/
SensorBase.cpp
88
return int64_t(t.tv_sec)*1000000000
LL
+ t.tv_nsec;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp
63
# define INTMAX_C(c) c##
LL
462
# define INT64_C(value) value##
LL
469
# define INT64_C(value) value##
LL
485
# define INT64_C(value) value##
LL
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdlib.h
93
return (__n < 0
LL
) ? -__n : __n;
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdlib.h
93
return (__n < 0
LL
) ? -__n : __n;
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdlib.h
93
return (__n < 0
LL
) ? -__n : __n;
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdlib.h
93
return (__n < 0
LL
) ? -__n : __n;
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdlib.h
93
return (__n < 0
LL
) ? -__n : __n;
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdlib.h
93
return (__n < 0
LL
) ? -__n : __n;
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdlib.h
91
return (__n < 0
LL
) ? -__n : __n;
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
stdlib.h
92
return (__n < 0
LL
) ? -__n : __n;
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
stdlib.h
92
return (__n < 0
LL
) ? -__n : __n;
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdlib.h
91
return (__n < 0
LL
) ? -__n : __n;
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdlib.h
91
return (__n < 0
LL
) ? -__n : __n;
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
stdlib.h
92
return (__n < 0
LL
) ? -__n : __n;
/prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
stdlib.h
92
return (__n < 0
LL
) ? -__n : __n;
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
stdlib.h
92
return (__n < 0
LL
) ? -__n : __n;
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
stdlib.h
92
return (__n < 0
LL
) ? -__n : __n;
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdlib.h
92
return (__n < 0
LL
) ? -__n : __n;
Completed in 1344 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>