OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int32_max
(Results
276 - 300
of
350
) sorted by null
<<
11
12
13
14
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp
628
numInput =
INT32_MAX
;
632
numOutput =
INT32_MAX
;
[
all
...]
/frameworks/base/media/jni/
android_media_MediaCodec.cpp
1035
//
INT32_MAX
as maximum allocation size may be less than SIZE_MAX on some platforms
1036
} else if ( CC_UNLIKELY(numSubSamples >= (signed)(
INT32_MAX
/ sizeof(*subSamples))) ) {
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
unistr.h
[
all
...]
/external/icu/icu4c/source/common/unicode/
unistr.h
[
all
...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp
277
((int64_t)Value <=
INT32_MAX
&& (int64_t)Value >= INT32_MIN)));
295
assert(RealOffset <=
INT32_MAX
&& RealOffset >= INT32_MIN);
308
assert(RealOffset <=
INT32_MAX
&& RealOffset >= INT32_MIN);
[
all
...]
/external/chromium_org/sdch/open-vcdiff/src/
vcdecoder.cc
319
static const size_t kTargetSizeLimit = 2147483647U; //
INT32_MAX
[
all
...]
/external/elfutils/0.153/libcpu/
i386_lex.c
93
#ifndef
INT32_MAX
94
#define
INT32_MAX
(2147483647)
[
all
...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-flex.c
92
#ifndef
INT32_MAX
93
#define
INT32_MAX
(2147483647)
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
numrgts.cpp
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw_upload.c
271
*
INT32_MAX
, which will be scaled down by 1/65536 by the VS.
/external/icu/icu4c/source/test/intltest/
numrgts.cpp
[
all
...]
/external/iproute2/lib/
utils.c
214
res >
INT32_MAX
|| res < INT32_MIN)
/external/llvm/lib/Support/
YAMLTraits.cpp
792
if ((N >
INT32_MAX
) || (N < INT32_MIN))
/external/llvm/patches/
0002-Add-basic-Android-configuration.patch
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c
271
*
INT32_MAX
, which will be scaled down by 1/65536 by the VS.
/external/qemu/
main-loop.c
544
int64_t delta =
INT32_MAX
;
/external/bison/examples/calc++/
calc++-scanner.cc
98
#ifndef
INT32_MAX
99
#define
INT32_MAX
(2147483647)
[
all
...]
/external/bison/src/
scan-skel.c
117
#ifndef
INT32_MAX
118
#define
INT32_MAX
(2147483647)
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp
84
#ifndef
INT32_MAX
85
#define
INT32_MAX
(2147483647)
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c
74
#ifndef
INT32_MAX
75
#define
INT32_MAX
(2147483647)
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
olsontz.cpp
86
/*OlsonTimeZone::OlsonTimeZone() : finalYear(
INT32_MAX
), finalMillis(DBL_MAX), finalZone(0), transitionRulesInitialized(FALSE) {
[
all
...]
/external/icu/icu4c/source/i18n/
calendar.cpp
[
all
...]
olsontz.cpp
88
/*OlsonTimeZone::OlsonTimeZone() : finalYear(
INT32_MAX
), finalMillis(DBL_MAX), finalZone(0), transitionRulesInitialized(FALSE) {
[
all
...]
/external/llvm/include/llvm/Support/
ScaledNumber.h
562
/// \brief The log base 2, rounded towards
INT32_MAX
.
Completed in 1284 milliseconds
<<
11
12
13
14