Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DExpression.c1136 CHAR16 *PrintFormat; in IfrToString() local
1157 PrintFormat = L"%ld"; in IfrToString()
1161 PrintFormat = L"%lx"; in IfrToString()
1165 PrintFormat = L"%lX"; in IfrToString()
1172 UnicodeSPrint (Buffer, BufferSize, PrintFormat, Value.Value.u64); in IfrToString()
1204 PrintFormat = L"%a"; in IfrToString()
1208 PrintFormat = L"%s"; in IfrToString()
1210 UnicodeSPrint (Buffer, sizeof (Buffer), PrintFormat, TmpBuf); in IfrToString()