OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAXVAL
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/pci/
cmpci.c
1029
#define
MAXVAL
256
1034
val += (
MAXVAL
- mask) >> 1;
1035
if (val >=
MAXVAL
)
1036
val =
MAXVAL
-1;
/src/sys/dev/isa/
sbdsp.c
1671
#define
MAXVAL
256
1676
val += (
MAXVAL
- mask) >> 1;
1677
if (val >=
MAXVAL
)
1678
val =
MAXVAL
-1;
/src/lib/libc/time/
private.h
472
# define PTRDIFF_MAX
MAXVAL
(ptrdiff_t, TYPE_BIT(ptrdiff_t))
972
#define
MAXVAL
(t, b) /*LINTED*/ \
976
((t) (TYPE_SIGNED(t) ? - TWOS_COMPLEMENT(t) -
MAXVAL
(t, b) : 0))
980
#define TIME_T_MAX_NO_PADDING
MAXVAL
(time_t, TYPE_BIT(time_t))
/src/external/gpl3/binutils/dist/bfd/
aoutx.h
426
#define
MAXVAL
(x) ((UINT64_C (1) << (8 * sizeof (x) - 1) << 1) - 1)
427
if ((val = execp->a_text) >
MAXVAL
(bytes->e_text))
429
else if ((val = execp->a_data) >
MAXVAL
(bytes->e_data))
431
else if ((val = execp->a_bss) >
MAXVAL
(bytes->e_bss))
433
else if ((val = execp->a_syms) >
MAXVAL
(bytes->e_syms))
435
else if ((val = execp->a_entry) >
MAXVAL
(bytes->e_entry))
437
else if ((val = execp->a_trsize) >
MAXVAL
(bytes->e_trsize))
439
else if ((val = execp->a_drsize) >
MAXVAL
(bytes->e_drsize))
441
#undef
MAXVAL
pdp11.c
467
#define
MAXVAL
(x) ((UINT64_C (1) << (8 * sizeof (x) - 1) << 1) - 1)
468
if ((val = execp->a_text) >
MAXVAL
(bytes->e_text))
470
else if ((val = execp->a_data) >
MAXVAL
(bytes->e_data))
472
else if ((val = execp->a_bss) >
MAXVAL
(bytes->e_bss))
474
else if ((val = execp->a_syms) >
MAXVAL
(bytes->e_syms))
476
else if ((val = execp->a_entry) >
MAXVAL
(bytes->e_entry))
478
#undef
MAXVAL
/src/external/gpl3/binutils.old/dist/bfd/
aoutx.h
426
#define
MAXVAL
(x) ((UINT64_C (1) << (8 * sizeof (x) - 1) << 1) - 1)
427
if ((val = execp->a_text) >
MAXVAL
(bytes->e_text))
429
else if ((val = execp->a_data) >
MAXVAL
(bytes->e_data))
431
else if ((val = execp->a_bss) >
MAXVAL
(bytes->e_bss))
433
else if ((val = execp->a_syms) >
MAXVAL
(bytes->e_syms))
435
else if ((val = execp->a_entry) >
MAXVAL
(bytes->e_entry))
437
else if ((val = execp->a_trsize) >
MAXVAL
(bytes->e_trsize))
439
else if ((val = execp->a_drsize) >
MAXVAL
(bytes->e_drsize))
441
#undef
MAXVAL
pdp11.c
467
#define
MAXVAL
(x) ((UINT64_C (1) << (8 * sizeof (x) - 1) << 1) - 1)
468
if ((val = execp->a_text) >
MAXVAL
(bytes->e_text))
470
else if ((val = execp->a_data) >
MAXVAL
(bytes->e_data))
472
else if ((val = execp->a_bss) >
MAXVAL
(bytes->e_bss))
474
else if ((val = execp->a_syms) >
MAXVAL
(bytes->e_syms))
476
else if ((val = execp->a_entry) >
MAXVAL
(bytes->e_entry))
478
#undef
MAXVAL
Completed in 52 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026