Home
last modified time | relevance | path

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

/dports/devel/gputils/gputils-1.5.0/include/
H A Dstdhdr.h159 #ifndef __UINT16_FMTx__
160 #define __UINT16_FMTx__ "hx" macro
368 #define UINT16_FMTx __UINT16_FMTx__
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/basics/include/
H A D__header_inttypes.h53 #define PRIx16 __UINT16_FMTx__
137 #define SCNx16 __UINT16_FMTx__
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A D__header_inttypes.h53 #define PRIx16 __UINT16_FMTx__
137 #define SCNx16 __UINT16_FMTx__
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dcommon_int_fmtio.h107 #define PRIx16 __UINT16_FMTx__
201 #define SCNx16 __UINT16_FMTx__
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-bottom-half/headers/public/
H A D__header_inttypes.h53 #define PRIx16 __UINT16_FMTx__
137 #define SCNx16 __UINT16_FMTx__
/dports/lang/zig/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A D__header_inttypes.h53 #define PRIx16 __UINT16_FMTx__
137 #define SCNx16 __UINT16_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.h217 #define __UINT16_FMTx__ "hx" 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.h217 #define __UINT16_FMTx__ "hx" 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.h217 #define __UINT16_FMTx__ "hx" 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.h217 #define __UINT16_FMTx__ "hx" macro
/dports/math/vtk9/VTK-9.1.0/Wrapping/Tools/
H A DvtkParsePreprocess.c3645 #ifdef __UINT16_FMTx__ in vtkParsePreprocess_AddStandardMacros()
3646 PREPROC_ADD_MACRO(info, __UINT16_FMTx__); in vtkParsePreprocess_AddStandardMacros()
/dports/math/vtk8/VTK-8.2.0/Wrapping/Tools/
H A DvtkParsePreprocess.c3494 #ifdef __UINT16_FMTx__ in vtkParsePreprocess_AddStandardMacros()
3495 PREPROC_ADD_MACRO(info, __UINT16_FMTx__); in vtkParsePreprocess_AddStandardMacros()
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-svelte/bindings/zig/
H A Dparser.zig819 pub const __UINT16_FMTx__ = "hx";