OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTRDIFF_MAX
(Results
1 - 25
of
143
) sorted by relevancy
1
2
3
4
5
6
/src/external/gpl3/gdb/dist/gnulib/import/
idx.h
25
/* Get
PTRDIFF_MAX
. */
70
Won't this cause a problem with objects larger than
PTRDIFF_MAX
?
75
small platforms where allocations larger than
PTRDIFF_MAX
could
128
#define IDX_MAX
PTRDIFF_MAX
xalloc-oversized.h
32
&& ((size_t) (
PTRDIFF_MAX
< SIZE_MAX ?
PTRDIFF_MAX
: SIZE_MAX - 1) / (s) \
37
MIN (
PTRDIFF_MAX
, SIZE_MAX - 1).
47
argument exceeds MAX (
PTRDIFF_MAX
, SIZE_MAX). */
48
#if 7 <= __GNUC__ && !defined __clang__ &&
PTRDIFF_MAX
< SIZE_MAX
52
&&
PTRDIFF_MAX
< SIZE_MAX)
/src/external/gpl3/gdb.old/dist/gnulib/import/
idx.h
25
/* Get
PTRDIFF_MAX
. */
70
Won't this cause a problem with objects larger than
PTRDIFF_MAX
?
75
small platforms where allocations larger than
PTRDIFF_MAX
could
128
#define IDX_MAX
PTRDIFF_MAX
xalloc-oversized.h
32
&& ((size_t) (
PTRDIFF_MAX
< SIZE_MAX ?
PTRDIFF_MAX
: SIZE_MAX - 1) / (s) \
37
MIN (
PTRDIFF_MAX
, SIZE_MAX - 1).
47
argument exceeds MAX (
PTRDIFF_MAX
, SIZE_MAX). */
48
#if 7 <= __GNUC__ && !defined __clang__ &&
PTRDIFF_MAX
< SIZE_MAX
52
&&
PTRDIFF_MAX
< SIZE_MAX)
/src/external/gpl3/gcc/dist/fixincludes/tests/base/
stdint-hpux11.h
13
#define
PTRDIFF_MAX
(2147483647l)
14
#define PTRDIFF_MIN (-
PTRDIFF_MAX
- 1)
stdint-aix.h
31
#define
PTRDIFF_MAX
9223372036854775807L
34
#define
PTRDIFF_MAX
2147483647L
stdint-newlib.h
24
#define PTRDIFF_MIN (-
PTRDIFF_MAX
- 1)
25
#define
PTRDIFF_MAX
__PTRDIFF_MAX__
stdint-darwin.h
63
#define
PTRDIFF_MAX
9223372036854775807L
66
#define
PTRDIFF_MAX
2147483647
/src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
stdint-hpux11.h
13
#define
PTRDIFF_MAX
(2147483647l)
14
#define PTRDIFF_MIN (-
PTRDIFF_MAX
- 1)
stdint-aix.h
31
#define
PTRDIFF_MAX
9223372036854775807L
34
#define
PTRDIFF_MAX
2147483647L
stdint-newlib.h
24
#define PTRDIFF_MIN (-
PTRDIFF_MAX
- 1)
25
#define
PTRDIFF_MAX
__PTRDIFF_MAX__
stdint-darwin.h
63
#define
PTRDIFF_MAX
9223372036854775807L
66
#define
PTRDIFF_MAX
2147483647
/src/external/gpl2/xcvs/dist/lib/
getndelim2.c
46
#ifndef
PTRDIFF_MAX
47
# define
PTRDIFF_MAX
((ptrdiff_t) (SIZE_MAX / 2))
59
#define GETNDELIM2_MAXIMUM (
PTRDIFF_MAX
< SSIZE_MAX ?
PTRDIFF_MAX
: SSIZE_MAX)
/src/sys/arch/arm/include/
int_limits.h
128
#define
PTRDIFF_MAX
0x7fffffffffffffffL /* ptrdiff_t */
131
#define
PTRDIFF_MAX
0x7fffffffL /* ptrdiff_t */
/src/external/bsd/jemalloc/dist/test/unit/
size_classes.c
152
expect_u_eq(sz_size2index(ZU(
PTRDIFF_MAX
)+1), SC_NSIZES,
159
expect_zu_eq(sz_s2u(ZU(
PTRDIFF_MAX
)+1), 0,
166
expect_u_eq(sz_psz2ind(ZU(
PTRDIFF_MAX
)+1), SC_NPSIZES,
174
expect_zu_eq(sz_psz2u(ZU(
PTRDIFF_MAX
)+1), max_psz,
/src/external/bsd/jemalloc.old/dist/test/unit/
size_classes.c
147
assert_u_eq(sz_size2index(ZU(
PTRDIFF_MAX
)+1), NSIZES,
154
assert_zu_eq(sz_s2u(ZU(
PTRDIFF_MAX
)+1), 0,
161
assert_u_eq(sz_psz2ind(ZU(
PTRDIFF_MAX
)+1), NPSIZES,
169
assert_zu_eq(sz_psz2u(ZU(
PTRDIFF_MAX
)+1), max_psz,
/src/lib/libwrap/
expandm.c
78
if (blen >=
PTRDIFF_MAX
||
79
nlen >=
PTRDIFF_MAX
- blen ||
/src/sys/arch/mips/include/
int_limits.h
170
#define
PTRDIFF_MAX
0x7fffffffffffffffL /* ptrdiff_t */
173
#define
PTRDIFF_MAX
0x7fffffff /* ptrdiff_t */
/src/sys/arch/powerpc/include/
int_limits.h
170
#define
PTRDIFF_MAX
0x7fffffffffffffffL /* ptrdiff_t */
173
#define
PTRDIFF_MAX
0x7fffffff /* ptrdiff_t */
/src/sys/arch/sparc/include/
int_limits.h
170
#define
PTRDIFF_MAX
0x7fffffffffffffffL /* ptrdiff_t */
173
#define
PTRDIFF_MAX
0x7fffffffL /* ptrdiff_t */
/src/external/gpl2/diffutils/dist/lib/
cmpbuf.c
66
#ifndef
PTRDIFF_MAX
67
# define
PTRDIFF_MAX
TYPE_MAXIMUM (ptrdiff_t)
/src/external/gpl2/diffutils/dist/src/
io.c
115
PTRDIFF_MAX
- 2 * sizeof (word));
173
||
PTRDIFF_MAX
<= cc)
203
if (
PTRDIFF_MAX
/ 2 - sizeof (word) < current->bufsize)
416
if (
PTRDIFF_MAX
/ (2 * sizeof *eqs) <= eqs_alloc)
455
if (
PTRDIFF_MAX
/ 3 <= alloc_lines
456
||
PTRDIFF_MAX
/ sizeof *cureqs <= 2 * alloc_lines - linbuf_base
457
||
PTRDIFF_MAX
/ sizeof *linbuf <= alloc_lines - linbuf_base)
481
if (
PTRDIFF_MAX
/ 3 <= alloc_lines
482
||
PTRDIFF_MAX
/ sizeof *cureqs <= 2 * alloc_lines - linbuf_base
483
||
PTRDIFF_MAX
/ sizeof *linbuf <= alloc_lines - linbuf_base
[
all
...]
/src/sys/arch/alpha/include/
int_limits.h
121
#define
PTRDIFF_MAX
0x7fffffffffffffffL /* ptrdiff_t */
/src/sys/arch/amd64/include/
int_limits.h
124
#define
PTRDIFF_MAX
0x7fffffffffffffffL /* ptrdiff_t */
/src/sys/arch/hppa/include/
int_limits.h
118
#define
PTRDIFF_MAX
0x7fffffff /* ptrdiff_t */
Completed in 20 milliseconds
1
2
3
4
5
6
Indexes created Thu Apr 16 00:22:31 UTC 2026