Home
last modified time | relevance | path

Searched defs:fmtstr (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/gmmlib/Source/GmmLib/inc/External/Common/
H A DGmmFormatTable.h55 #define FC(ver, bpc, fmtstr, bpcstr, typestr) … argument
/aosp_15_r20/external/strace/tests/
H A Dquotactl.c169 const char *fmtstr; in print_dqfmt() local
/aosp_15_r20/external/iptables/extensions/
H A Dlibxt_icmp.h191 const char *codes_name, const char *fmtstr, in __ipt_parse_icmp()
/aosp_15_r20/external/strace/tests-mx32/
H A Dquotactl.c169 const char *fmtstr; in print_dqfmt() local
/aosp_15_r20/external/strace/tests-m32/
H A Dquotactl.c169 const char *fmtstr; in print_dqfmt() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp318 std::string fmtstr = itostr(++UniqID) + ":" + Sizes.str(); in lowerPrintfForGpu() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp335 std::string fmtstr = itostr(++UniqID) + ":" + Sizes.str().c_str(); in lowerPrintfForGpu() local
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c14331 PyObject *fmtstr; member