Home
last modified time | relevance | path

Searched refs:__UINT8_FMTx__ (Results 1 – 13 of 13) sorted by relevance

/dports/devel/gputils/gputils-1.5.0/include/
H A Dstdhdr.h135 #ifndef __UINT8_FMTx__
136 #define __UINT8_FMTx__ "hhx" macro
361 #define UINT8_FMTx __UINT8_FMTx__
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/basics/include/
H A D__header_inttypes.h65 #define PRIx8 __UINT8_FMTx__
146 #define SCNx8 __UINT8_FMTx__
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A D__header_inttypes.h65 #define PRIx8 __UINT8_FMTx__
146 #define SCNx8 __UINT8_FMTx__
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dcommon_int_fmtio.h106 #define PRIx8 __UINT8_FMTx__
200 #define SCNx8 __UINT8_FMTx__
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-bottom-half/headers/public/
H A D__header_inttypes.h65 #define PRIx8 __UINT8_FMTx__
146 #define SCNx8 __UINT8_FMTx__
/dports/lang/zig/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A D__header_inttypes.h65 #define PRIx8 __UINT8_FMTx__
146 #define SCNx8 __UINT8_FMTx__
/dports/biology/sra-tools/sra-tools-2.11.0/tools/build-sra-toolkit-Desktop_Qt_5_10_0_clang_64bit-Debug/obj/sra-toolkit/.moc/
H A Dmoc_predefs.h238 #define __UINT8_FMTx__ "hhx" macro
/dports/biology/sra-tools/sra-tools-2.11.0/tools/build-sra-toolkit-Desktop_Qt_5_9_2_clang_64bit-Debug/
H A Dmoc_predefs.h238 #define __UINT8_FMTx__ "hhx" macro
/dports/biology/sra-tools/sra-tools-2.11.0/tools/build-sra-toolkit-Desktop_Qt_5_9_2_clang_64bit-Debug/obj/sra-toolkit/.moc/
H A Dmoc_predefs.h238 #define __UINT8_FMTx__ "hhx" macro
/dports/biology/sra-tools/sra-tools-2.11.0/tools/build-sra-toolkit-gui-Desktop_Qt_5_9_2_clang_64bit-Debug/
H A Dmoc_predefs.h238 #define __UINT8_FMTx__ "hhx" macro
/dports/math/vtk9/VTK-9.1.0/Wrapping/Tools/
H A DvtkParsePreprocess.c3708 #ifdef __UINT8_FMTx__ in vtkParsePreprocess_AddStandardMacros()
3709 PREPROC_ADD_MACRO(info, __UINT8_FMTx__); in vtkParsePreprocess_AddStandardMacros()
/dports/math/vtk8/VTK-8.2.0/Wrapping/Tools/
H A DvtkParsePreprocess.c3557 #ifdef __UINT8_FMTx__ in vtkParsePreprocess_AddStandardMacros()
3558 PREPROC_ADD_MACRO(info, __UINT8_FMTx__); in vtkParsePreprocess_AddStandardMacros()
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-svelte/bindings/zig/
H A Dparser.zig812 pub const __UINT8_FMTx__ = "hhx";