OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCNx64
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
inttypes.h
39
#define SCNxMAX
SCNx64
/src/sys/arch/arm/include/
int_fmtio.h
333
#define
SCNx64
"llx" /* uint64_t */
335
#define
SCNx64
"lx" /* uint64_t */
/src/sys/arch/mips/include/
int_fmtio.h
377
#define
SCNx64
"lx" /* uint64_t */
379
#define
SCNx64
"llx" /* uint64_t */
/src/sys/arch/powerpc/include/
int_fmtio.h
344
#define
SCNx64
"lx" /* uint64_t */
346
#define
SCNx64
"llx" /* uint64_t */
/src/sys/arch/riscv/include/
int_fmtio.h
353
#define
SCNx64
"lx" /* uint64_t */
355
#define
SCNx64
"llx" /* uint64_t */
/src/sys/arch/sparc/include/
int_fmtio.h
382
#define
SCNx64
"lx" /* uint64_t */
384
#define
SCNx64
"llx" /* uint64_t */
/src/sys/arch/alpha/include/
int_fmtio.h
203
#define
SCNx64
"lx" /* uint64_t */
/src/sys/arch/amd64/include/
int_fmtio.h
206
#define
SCNx64
"lx" /* uint64_t */
/src/sys/arch/hppa/include/
int_fmtio.h
203
#define
SCNx64
"llx" /* uint64_t */
/src/sys/arch/i386/include/
int_fmtio.h
204
#define
SCNx64
"llx" /* uint64_t */
/src/sys/arch/ia64/include/
int_fmtio.h
203
#define
SCNx64
"lx" /* uint64_t */
/src/sys/arch/m68k/include/
int_fmtio.h
203
#define
SCNx64
"llx" /* uint64_t */
/src/sys/arch/or1k/include/
int_fmtio.h
202
#define
SCNx64
"llx" /* uint64_t */
/src/sys/arch/sh3/include/
int_fmtio.h
203
#define
SCNx64
"llx" /* uint64_t */
/src/sys/arch/vax/include/
int_fmtio.h
203
#define
SCNx64
"llx" /* uint64_t */
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
inttypes.d
311
enum _cstr
SCNx64
= "llx";
355
enum _cstr SCNxMAX =
SCNx64
;
379
enum _cstr SCNxPTR =
SCNx64
;
/src/tools/compat/
compat_defs.h
944
#ifndef
SCNx64
945
#define
SCNx64
"lx"
947
#ifndef
SCNX64
948
#define
SCNX64
"lX"
982
#ifndef
SCNx64
983
#define
SCNx64
"llx"
985
#ifndef
SCNX64
986
#define
SCNX64
"llX"
994
defined(SCNu64) && defined(
SCNx64
) && defined(
SCNX64
))
[
all
...]
/src/lib/libintl/
sysdep.c
197
T_(
SCNx64
),
/src/sys/sys/
common_int_fmtio.h
203
#define
SCNx64
__UINT64_FMTx__
218
#define
SCNX64
__UINT64_FMTX__
/src/tests/include/
t_inttypes.c
228
SCAN(
SCNx64
, ui64);
/src/sys/kern/
subr_blist.c
1094
if (sscanf(buf + 1, "%"
SCNx64
" %" SCNu64,
1102
if (sscanf(buf + 1, "%"
SCNx64
" %" SCNu64,
/src/external/gpl3/binutils/dist/gprof/
corefile.c
576
sscanf (address, "%"
SCNx64
, &addr);
/src/external/gpl3/binutils.old/dist/gprof/
corefile.c
576
sscanf (address, "%"
SCNx64
, &addr);
Completed in 42 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026