OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLONG_MIN
(Results
126 - 132
of
132
) sorted by null
1
2
3
4
5
6
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h
72
#define PY_LLONG_MIN
LLONG_MIN
[
all
...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h
72
#define PY_LLONG_MIN
LLONG_MIN
[
all
...]
/external/clang/tools/libclang/
CXType.cpp
275
return
LLONG_MIN
;
278
return
LLONG_MIN
;
/external/openssh/
config.h.in
[
all
...]
configure
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c
20
#include <limits.h> /* For LLONG_MAX and
LLONG_MIN
. */
503
((sum64_tmp < 0 && sum64 < 0) && (
LLONG_MIN
- sum64 > sum64_tmp))) {
[
all
...]
/frameworks/base/services/input/
InputReader.cpp
228
mDisableVirtualKeysTimeout(
LLONG_MIN
), mNextTimeout(LLONG_MAX),
[
all
...]
Completed in 6144 milliseconds
1
2
3
4
5
6