OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:long_max
(Results
301 - 325
of
336
) sorted by null
<<
11
12
13
14
/external/fio/
parse.c
334
if (*val ==
LONG_MAX
&& errno == ERANGE)
options.c
936
if (off !=
LONG_MAX
|| errno != ERANGE) {
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
zdump.c
81
# define INTMAX_MAX
LONG_MAX
/external/squashfs-tools/squashfs-tools/
unsquashfs.c
[
all
...]
/bionic/tests/
stdio_test.cpp
452
snprintf(buf, sizeof(buf), "%ld",
LONG_MAX
);
[
all
...]
/external/dhcpcd-6.8.2/
if-linux.c
517
if (sizeof(pid_t) == sizeof(long)) return
LONG_MAX
;
[
all
...]
if-options.c
[
all
...]
/external/e2fsprogs/e2fsck/
profile.c
[
all
...]
/external/elfutils/src/
ar.c
215
if (((instance = strtol (argv[remaining], &endp, 10)) ==
LONG_MAX
[
all
...]
/external/pdfium/third_party/lcms2-2.6/include/
lcms2.h
123
#elif (
LONG_MAX
== +2147483647)
138
# if (
LONG_MAX
== +9223372036854775807)
[
all
...]
/frameworks/base/core/jni/
android_opengl_GLES31.cpp
460
if (sizeof(GLintptr) != sizeof(jlong) && (indirect < LONG_MIN || indirect >
LONG_MAX
)) {
[
all
...]
/bionic/libc/tzcode/
localtime.c
[
all
...]
/external/libevent/
evutil.c
[
all
...]
/external/protobuf/src/google/protobuf/stubs/
strutil.cc
570
} else if (errno == ERANGE && result ==
LONG_MAX
) {
[
all
...]
/external/e2fsprogs/
aclocal.m4
[
all
...]
/external/libweave/third_party/chromium/base/third_party/dmg_fp/
dtoa.cc
278
#ifndef
LONG_MAX
279
#define
LONG_MAX
2147483647
[
all
...]
/frameworks/base/media/java/android/media/
MediaPlayer.java
[
all
...]
/external/icu/icu4c/source/test/intltest/
calregts.cpp
27
// these numbers correspond to using LONG_MIN and
LONG_MAX
in Java
[
all
...]
/external/libmicrohttpd/src/microhttpd/
connection.c
[
all
...]
/external/pcre/dist/
pcre_internal.h
219
#define PCRE_INT32_MAX
LONG_MAX
[
all
...]
/external/v8/src/arm/
macro-assembler-arm.cc
5
#include <limits.h> // For LONG_MIN,
LONG_MAX
.
[
all
...]
/toolchain/binutils/binutils-2.25/libiberty/
functions.texi
[
all
...]
/art/compiler/optimizing/
code_generator_x86_64.cc
[
all
...]
/external/v8/src/ppc/
macro-assembler-ppc.cc
6
#include <limits.h> // For LONG_MIN,
LONG_MAX
.
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-mmix.c
307
/* We'll very rarely have sections longer than
LONG_MAX
, but we'll make a
[
all
...]
Completed in 5771 milliseconds
<<
11
12
13
14