OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTMAX_T
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_type_test.cc
26
COMPILER_CHECK(sizeof(::
INTMAX_T
) == sizeof(
intmax_t
));
interception.h
31
typedef __sanitizer::s64
INTMAX_T
;
/src/sys/lib/libsa/
subr_prf.c
45
#define
INTMAX_T
longlong_t
48
#define
INTMAX_T
long
228
if (sizeof(
intmax_t
) == sizeof(long long))
232
if (sizeof(
intmax_t
) == sizeof(long))
270
if ((
INTMAX_T
)ul < 0) {
271
ul = -(
INTMAX_T
)ul;
313
/* hold a
INTMAX_T
in base 8 */
314
char *p, buf[(sizeof(
INTMAX_T
) * NBBY / 3) + 1 + 2 /* ALT + SIGN */];
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors_format.inc
124
return sizeof(
INTMAX_T
);
sanitizer_common_interceptors.inc
3362
INTERCEPTOR(
INTMAX_T
, strtoimax, const char *nptr, char **endptr, int base) {
3369
INTMAX_T
res = REAL(strtoimax)(nptr, &real_endptr, base);
7834
INTERCEPTOR(
INTMAX_T
, strtoi, const char *nptr, char **endptr, int base,
7835
INTMAX_T
low,
INTMAX_T
high, int *rstatus) {
7839
INTMAX_T
ret = REAL(strtoi)(nptr, &real_endptr, base, low, high, rstatus);
Completed in 23 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025