OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__UINT_MAX
(Results
1 - 10
of
10
) sorted by relevancy
/src/lib/libc/locale/
wcstoul.c
45
#define
__UINT_MAX
ULONG_MAX
wcstoull.c
45
#define
__UINT_MAX
ULLONG_MAX
wcstoumax.c
46
#define
__UINT_MAX
UINTMAX_MAX
_wcstoul.h
43
*
__UINT_MAX
: upper limit of the return type
98
cutoff =
__UINT_MAX
/ (__UINT)base;
99
cutlim = (int)(
__UINT_MAX
% (__UINT)base);
110
acc =
__UINT_MAX
;
/src/lib/libc/stdlib/
strtouq.c
41
#define
__UINT_MAX
UQUAD_MAX
/src/common/lib/libc/stdlib/
strtoul.c
51
#define
__UINT_MAX
ULONG_MAX
strtoull.c
59
#define
__UINT_MAX
ULLONG_MAX
strtoumax.c
60
#define
__UINT_MAX
UINTMAX_MAX
_strtoul.h
41
*
__UINT_MAX
: upper limit of the return type
125
cutoff = ((__UINT)
__UINT_MAX
/ (__UINT)base);
126
cutlim = (int)((__UINT)
__UINT_MAX
% (__UINT)base);
141
acc =
__UINT_MAX
;
/src/lib/libc/citrus/
citrus_bcs_strtoul.c
52
#define
__UINT_MAX
ULONG_MAX
Completed in 16 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025