OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZE_MAX
(Results
1 - 25
of
68
) sorted by relevancy
1
2
3
/xsrc/external/mit/libFS/dist/src/
FSQGlyphs.c
91
#if
SIZE_MAX
<= UINT_MAX
92
if (reply.num_chars >
SIZE_MAX
/ sizeof(FSOffset))
100
#if (
SIZE_MAX
>> 2) <= UINT_MAX
102
if (reply.length > (
SIZE_MAX
>> 2)) {
161
if (str_len >
SIZE_MAX
/SIZEOF(fsChar2b_version1))
181
#if
SIZE_MAX
<= UINT_MAX
182
if(reply.num_chars >
SIZE_MAX
/sizeof(FSOffset))
189
#if (
SIZE_MAX
>> 2) <= UINT_MAX
191
if (reply.length > (
SIZE_MAX
>>2)) {
reallocarray.c
29
* This is sqrt(
SIZE_MAX
+1), as s1*s2 <=
SIZE_MAX
38
nmemb > 0 &&
SIZE_MAX
/ nmemb < size) {
FSGetCats.c
77
#if (
SIZE_MAX
>> 2) <= UINT_MAX
78
&& rep.num_catalogues <=
SIZE_MAX
/sizeof(char *)
79
&& rep.length <= (
SIZE_MAX
>> 2)
FSListExt.c
77
#if (
SIZE_MAX
>> 2) <= UINT_MAX
78
&& rep.nExtensions <=
SIZE_MAX
/ sizeof(char *)
79
&& rep.length <= (
SIZE_MAX
>>2)
FSFtNames.c
96
#if (
SIZE_MAX
>> 2) <= UINT_MAX
97
&& rep.nFonts <=
SIZE_MAX
/ sizeof(char *)
98
&& rep.length <= (
SIZE_MAX
>> 2)
FSListCats.c
95
#if (
SIZE_MAX
>> 2) <= UINT_MAX
96
&& rep.num_catalogues <=
SIZE_MAX
/sizeof(char *)
97
&& rep.length <= (
SIZE_MAX
>>2)
FSQXExt.c
98
#if
SIZE_MAX
<= UINT_MAX
99
if (reply.num_extents >
SIZE_MAX
/ sizeof(FSXCharInfo))
162
#if
SIZE_MAX
<= UINT_MAX
163
if (reply.num_extents >
SIZE_MAX
/sizeof(FSXCharInfo))
FSQXInfo.c
94
#if
SIZE_MAX
<= UINT_MAX
95
if (props->num_offsets >
SIZE_MAX
/ sizeof(FSPropOffset))
FSFontInfo.c
124
if (reply.nReplies >
SIZE_MAX
- i - 1)
128
if (size >
SIZE_MAX
/ sizeof(char *))
182
#if
SIZE_MAX
<= UINT_MAX
183
if (pi[i]->num_offsets >
SIZE_MAX
/ sizeof(FSPropOffset))
FSOpenServ.c
156
if (setuplength > (
SIZE_MAX
>>2)
164
#if
SIZE_MAX
<= UINT_MAX
165
if (prefix.num_alternates >
SIZE_MAX
/ sizeof(AlternateServer)) {
195
if (setuplength > (
SIZE_MAX
>>2)
FSlibos.h
63
# include <stdint.h> /* For
SIZE_MAX
*/
79
# ifndef
SIZE_MAX
81
# define
SIZE_MAX
ULONG_MAX
83
# define
SIZE_MAX
UINT_MAX
/xsrc/external/mit/libX11/dist/src/
reallocarray.c
29
* This is sqrt(
SIZE_MAX
+1), as s1*s2 <=
SIZE_MAX
38
nmemb > 0 &&
SIZE_MAX
/ nmemb < size) {
/xsrc/external/mit/libXext/dist/src/
reallocarray.c
29
* This is sqrt(
SIZE_MAX
+1), as s1*s2 <=
SIZE_MAX
38
nmemb > 0 &&
SIZE_MAX
/ nmemb < size) {
/xsrc/external/mit/libXfont2/dist/src/util/
reallocarray.c
29
* This is sqrt(
SIZE_MAX
+1), as s1*s2 <=
SIZE_MAX
38
nmemb > 0 &&
SIZE_MAX
/ nmemb < size) {
/xsrc/external/mit/libXmu/dist/src/
reallocarray.c
29
* This is sqrt(
SIZE_MAX
+1), as s1*s2 <=
SIZE_MAX
38
nmemb > 0 &&
SIZE_MAX
/ nmemb < size) {
/xsrc/external/mit/libfontenc/dist/src/
reallocarray.c
29
* This is sqrt(
SIZE_MAX
+1), as s1*s2 <=
SIZE_MAX
38
nmemb > 0 &&
SIZE_MAX
/ nmemb < size) {
/xsrc/external/mit/xorg-server/dist/os/
reallocarray.c
29
* This is sqrt(
SIZE_MAX
+1), as s1*s2 <=
SIZE_MAX
38
nmemb > 0 &&
SIZE_MAX
/ nmemb < size) {
/xsrc/external/mit/libXt/dist/test/
Alloc.c
71
/* Square root of
SIZE_MAX
+1 */
233
#if UINT_MAX <
SIZE_MAX
239
p = XtMalloc(
SIZE_MAX
);
251
p = XtMalloc(
SIZE_MAX
- 1);
263
p = XtMalloc(
SIZE_MAX
- 8);
374
#if UINT_MAX <
SIZE_MAX
380
p = XtCalloc(2,
SIZE_MAX
);
517
#if UINT_MAX <
SIZE_MAX
530
p2 = XtRealloc(p,
SIZE_MAX
);
542
p2 = XtRealloc(p,
SIZE_MAX
- 1)
[
all
...]
/xsrc/external/mit/libXpm/dist/src/
RdFToBuf.c
79
if (len < 0 || len >=
SIZE_MAX
) {
/xsrc/external/mit/libXt/dist/src/
Alloc.c
209
#if (
SIZE_MAX
/ UINT_MAX) <= UINT_MAX
210
if ((num > 0) && (
SIZE_MAX
/ num) < size)
221
# if (
SIZE_MAX
/ UINT_MAX) <= UINT_MAX
222
if ((num > 0) && ((
SIZE_MAX
/ num) < size))
441
#if (
SIZE_MAX
/ UINT_MAX) <= UINT_MAX
442
if ((num > 0) && (
SIZE_MAX
/ num) < size)
/xsrc/external/mit/pixman/dist/pixman/
pixman-compiler.h
65
#ifndef
SIZE_MAX
66
# define
SIZE_MAX
((size_t)-1)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_async_debug.c
52
new_max >
SIZE_MAX
/ sizeof(*adbg->messages)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_async_debug.c
52
new_max >
SIZE_MAX
/ sizeof(*adbg->messages)) {
/xsrc/external/mit/libXfont/dist/src/fc/
fslibos.h
55
# ifndef
SIZE_MAX
57
# define
SIZE_MAX
ULONG_MAX
59
# define
SIZE_MAX
UINT_MAX
/xsrc/external/mit/libXfont2/dist/src/fc/
fslibos.h
55
# ifndef
SIZE_MAX
57
# define
SIZE_MAX
ULONG_MAX
59
# define
SIZE_MAX
UINT_MAX
Completed in 19 milliseconds
1
2
3
Indexes created Sun Aug 23 00:25:02 UTC 2026