OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UCHAR_MAX
(Results
1 - 25
of
39
) sorted by relevancy
1
2
/src/external/gpl2/groff/dist/src/include/
cmap.h
23
#ifndef
UCHAR_MAX
24
#define
UCHAR_MAX
255
38
unsigned char v[
UCHAR_MAX
+1];
cset.h
26
#ifndef
UCHAR_MAX
27
#define
UCHAR_MAX
255
46
char v[
UCHAR_MAX
+1];
/src/external/ibm-public/postfix/dist/src/tls/
tls_prng_egd.c
66
#ifndef
UCHAR_MAX
67
#define
UCHAR_MAX
0xff
117
unsigned char buffer[
UCHAR_MAX
];
124
buffer[1] = (len >
UCHAR_MAX
?
UCHAR_MAX
: len);
tls_prng_dev.c
68
#ifndef
UCHAR_MAX
69
#define
UCHAR_MAX
0xff
116
unsigned char buffer[
UCHAR_MAX
];
/src/sys/arch/hpc/stand/include/machine/
limits.h
13
#define
UCHAR_MAX
255 /* max value for an unsigned char */
/src/external/gpl3/binutils/dist/libiberty/
sort.c
40
#ifndef
UCHAR_MAX
41
#define
UCHAR_MAX
((unsigned char)(-1))
55
#define DIGIT_MAX (
UCHAR_MAX
+ 1)
76
j *= (
UCHAR_MAX
+ 1);
/src/external/gpl3/binutils.old/dist/libiberty/
sort.c
40
#ifndef
UCHAR_MAX
41
#define
UCHAR_MAX
((unsigned char)(-1))
55
#define DIGIT_MAX (
UCHAR_MAX
+ 1)
76
j *= (
UCHAR_MAX
+ 1);
/src/external/gpl3/gcc/dist/libiberty/
sort.c
40
#ifndef
UCHAR_MAX
41
#define
UCHAR_MAX
((unsigned char)(-1))
55
#define DIGIT_MAX (
UCHAR_MAX
+ 1)
76
j *= (
UCHAR_MAX
+ 1);
/src/external/gpl3/gcc.old/dist/libiberty/
sort.c
40
#ifndef
UCHAR_MAX
41
#define
UCHAR_MAX
((unsigned char)(-1))
55
#define DIGIT_MAX (
UCHAR_MAX
+ 1)
76
j *= (
UCHAR_MAX
+ 1);
/src/external/gpl3/gdb/dist/libiberty/
sort.c
40
#ifndef
UCHAR_MAX
41
#define
UCHAR_MAX
((unsigned char)(-1))
55
#define DIGIT_MAX (
UCHAR_MAX
+ 1)
76
j *= (
UCHAR_MAX
+ 1);
/src/external/gpl3/gdb.old/dist/libiberty/
sort.c
40
#ifndef
UCHAR_MAX
41
#define
UCHAR_MAX
((unsigned char)(-1))
55
#define DIGIT_MAX (
UCHAR_MAX
+ 1)
76
j *= (
UCHAR_MAX
+ 1);
/src/external/apache2/llvm/dist/clang/lib/Headers/
limits.h
28
#undef
UCHAR_MAX
54
#define
UCHAR_MAX
(__SCHAR_MAX__*2 +1)
67
#define CHAR_MAX
UCHAR_MAX
/src/external/ibm-public/postfix/dist/src/util/
base64_code.c
68
#ifndef
UCHAR_MAX
69
#define
UCHAR_MAX
0xff
153
#define CHARS_PER_BYTE (
UCHAR_MAX
+ 1)
/src/sys/arch/alpha/include/
limits.h
51
#define
UCHAR_MAX
0xff /* max value for an unsigned char */
/src/sys/arch/amd64/include/
limits.h
43
#define
UCHAR_MAX
0xff /* max value for an unsigned char */
/src/sys/arch/arm/include/
limits.h
41
#define
UCHAR_MAX
0xff /* max value for an unsigned char */
/src/sys/arch/hppa/include/
limits.h
76
#define
UCHAR_MAX
0xff /* max value for an unsigned char */
/src/sys/arch/i386/include/
limits.h
41
#define
UCHAR_MAX
0xff /* max value for an unsigned char */
/src/sys/arch/ia64/include/
limits.h
41
#define
UCHAR_MAX
0xff /* max value for an unsigned char */
/src/sys/arch/m68k/include/
limits.h
41
#define
UCHAR_MAX
0xff /* max value for an unsigned char */
/src/sys/arch/mips/include/
limits.h
51
#define
UCHAR_MAX
0xff /* max value for an unsigned char */
/src/sys/arch/powerpc/include/
limits.h
51
#define
UCHAR_MAX
0xff /* max value for an unsigned char */
/src/sys/arch/sh3/include/
limits.h
41
#define
UCHAR_MAX
0xff /* max value for an unsigned char */
/src/sys/arch/sparc/include/
limits.h
41
#define
UCHAR_MAX
0xff /* max value for an unsigned char */
/src/sys/arch/vax/include/
limits.h
41
#define
UCHAR_MAX
0xff /* max value for an unsigned char */
Completed in 47 milliseconds
1
2
Indexes created Sat Feb 28 05:31:39 UTC 2026