Home
last modified time | relevance | path

Searched refs:Format (Results 1 – 25 of 679) sorted by relevance

12345678910>>...28

/freebsd-12.1/sys/contrib/dev/acpica/components/utilities/
H A Dutxferror.c186 const char *Format, in AcpiError() argument
195 va_start (ArgList, Format); in AcpiError()
196 AcpiOsVprintf (Format, ArgList); in AcpiError()
227 const char *Format, in ACPI_EXPORT_SYMBOL()
248 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL()
249 AcpiOsVprintf (Format, ArgList); in ACPI_EXPORT_SYMBOL()
277 const char *Format, in ACPI_EXPORT_SYMBOL()
286 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL()
326 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL()
365 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL()
[all …]
H A Duterror.c192 const char *Format, in AcpiUtPredefinedWarning() argument
209 va_start (ArgList, Format); in AcpiUtPredefinedWarning()
210 AcpiOsVprintf (Format, ArgList); in AcpiUtPredefinedWarning()
241 const char *Format, in AcpiUtPredefinedInfo() argument
258 va_start (ArgList, Format); in AcpiUtPredefinedInfo()
259 AcpiOsVprintf (Format, ArgList); in AcpiUtPredefinedInfo()
290 const char *Format, in AcpiUtPredefinedBiosError() argument
307 va_start (ArgList, Format); in AcpiUtPredefinedBiosError()
308 AcpiOsVprintf (Format, ArgList); in AcpiUtPredefinedBiosError()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrFormats.td35 def MRM0m : Format<40>; def MRM1m : Format<41>; def MRM2m : Format<42>;
36 def MRM3m : Format<43>; def MRM4m : Format<44>; def MRM5m : Format<45>;
43 def MRM0r : Format<56>; def MRM1r : Format<57>; def MRM2r : Format<58>;
44 def MRM3r : Format<59>; def MRM4r : Format<60>; def MRM5r : Format<61>;
46 def MRM_C0 : Format<64>; def MRM_C1 : Format<65>; def MRM_C2 : Format<66>;
47 def MRM_C3 : Format<67>; def MRM_C4 : Format<68>; def MRM_C5 : Format<69>;
48 def MRM_C6 : Format<70>; def MRM_C7 : Format<71>; def MRM_C8 : Format<72>;
49 def MRM_C9 : Format<73>; def MRM_CA : Format<74>; def MRM_CB : Format<75>;
50 def MRM_CC : Format<76>; def MRM_CD : Format<77>; def MRM_CE : Format<78>;
51 def MRM_CF : Format<79>; def MRM_D0 : Format<80>; def MRM_D1 : Format<81>;
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueFormat.h19 OptionValueFormat(lldb::Format value) in OptionValueFormat()
22 OptionValueFormat(lldb::Format current_value, lldb::Format default_value) in OptionValueFormat()
56 lldb::Format GetCurrentValue() const { return m_current_value; } in GetCurrentValue()
58 lldb::Format GetDefaultValue() const { return m_default_value; } in GetDefaultValue()
60 void SetCurrentValue(lldb::Format value) { m_current_value = value; } in SetCurrentValue()
62 void SetDefaultValue(lldb::Format value) { m_default_value = value; } in SetDefaultValue()
65 lldb::Format m_current_value;
66 lldb::Format m_default_value;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.cpp103 if (!Format) in formatAfterToken()
242 ColumnFormat Format; in precomputeFormattingInfos() local
243 Format.Columns = Columns; in precomputeFormattingInfos()
244 Format.ColumnSizes.resize(Columns); in precomputeFormattingInfos()
246 Format.LineCount = 1; in precomputeFormattingInfos()
252 ++Format.LineCount; in precomputeFormattingInfos()
259 Format.ColumnSizes[Column] = std::max(Format.ColumnSizes[Column], Length); in precomputeFormattingInfos()
267 Format.TotalWidth = Columns - 1; // Width of the N-1 spaces. in precomputeFormattingInfos()
270 Format.TotalWidth += Format.ColumnSizes[i]; in precomputeFormattingInfos()
283 if (Format.TotalWidth > Style.ColumnLimit && Columns > 1) in precomputeFormattingInfos()
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Ddmextern.c1760 char *Format; in AcpiDmUnresolvedWarning() local
1775 Format = Type ? Pad : NoPad; in AcpiDmUnresolvedWarning()
1785 Format, (AcpiGbl_NumExternalMethods != 1 ? "were" : "was"), in AcpiDmUnresolvedWarning()
1787 Format, AcpiGbl_ResolvedExternalMethods, in AcpiDmUnresolvedWarning()
1790 Format, Format, Format, Format, Format); in AcpiDmUnresolvedWarning()
1799 Format, Format, Format, Format, Format, Format); in AcpiDmUnresolvedWarning()
1808 Format, Format, Format, Format, Format, Format); in AcpiDmUnresolvedWarning()
1814 Format, Format, Format); in AcpiDmUnresolvedWarning()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdMgr.cpp68 errMsg = CMIUtilString::Format(MIRSRC(IDS_MI_INIT_ERR_CMDINTERPRETER), in Initialize()
73 errMsg = CMIUtilString::Format(MIRSRC(IDS_MI_INIT_ERR_CMDFACTORY), in Initialize()
78 errMsg = CMIUtilString::Format(MIRSRC(IDS_MI_INIT_ERR_CMDINVOKER), in Initialize()
85 CMIUtilString::Format(MIRSRC(IDS_MI_INIT_ERR_CMDMGR), errMsg.c_str())); in Initialize()
122 errMsg += CMIUtilString::Format(MIRSRC(IDS_MI_SHTDWN_ERR_CMDINVOKER), in Shutdown()
129 errMsg += CMIUtilString::Format(MIRSRC(IDS_MI_SHTDWN_ERR_CMDFACTORY), in Shutdown()
137 CMIUtilString::Format(MIRSRC(IDS_MI_SHTDWN_ERR_CMDINTERPRETER), in Shutdown()
194 CMIUtilString::Format(MIRSRC(IDS_CMDMGR_ERR_CMD_FAILED_CREATE), in CmdExecute()
203 CMIUtilString::Format(MIRSRC(IDS_CMDMGR_ERR_CMD_INVOKER), in CmdExecute()
H A DMICmdCmdData.cpp329 SetError(CMIUtilString::Format( in Execute()
336 SetError(CMIUtilString::Format( in Execute()
394 CMIUtilString::Format("0x%016" PRIx64, addr)); in Execute()
401 CMIUtilString::Format("%lld", addrOffSet)); in Execute()
405 CMIUtilString::Format("%d", instrtSize)); in Execute()
422 CMIUtilString::Format("0x%u", nLine)); in Execute()
645 SetError(CMIUtilString::Format( in Execute()
681 CMIUtilString::Format("0x%016" PRIx64, m_nAddrStart)); in Acknowledge()
686 CMIUtilString::Format("0x%016" PRIx64, nAddrOffset)); in Acknowledge()
1672 SetError(CMIUtilString::Format( in Execute()
[all …]
H A DMICmdCmdExec.cpp130 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_INVALID_PROCESS), in Execute()
139 SetError(CMIUtilString::Format( in Execute()
173 const CMIUtilString strPid(CMIUtilString::Format("%lld", pid)); in Acknowledge()
243 SetError(CMIUtilString::Format( in Execute()
352 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_THREAD_INVALID), in Execute()
365 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_THREAD_INVALID), in Execute()
472 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_OPTION_NOT_FOUND), in Execute()
486 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_THREAD_INVALID), in Execute()
594 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_OPTION_NOT_FOUND), in Execute()
608 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_THREAD_INVALID), in Execute()
[all …]
H A DMICmnLLDBDebuggerHandleEvents.cpp198 m_pLog->WriteLog(CMIUtilString::Format( in HandleEventSBProcess()
271 m_pLog->WriteLog(CMIUtilString::Format( in HandleEventSBBreakPoint()
435 sBrkPtInfo.m_strOrigLoc = CMIUtilString::Format( in HandleEventSBBreakpointAdded()
469 SetErrorDescription(CMIUtilString::Format( in HandleEventSBBreakpointAdded()
476 SetErrorDescription(CMIUtilString::Format( in HandleEventSBBreakpointAdded()
839 m_pLog->WriteLog(CMIUtilString::Format( in HandleEventSBCommandInterpreter()
876 const CMIUtilString msg(CMIUtilString::Format( in HandleProcessEventBroadcastBitStateChanged()
925 const CMIUtilString msg(CMIUtilString::Format( in HandleProcessEventBroadcastBitStateChanged()
934 m_pLog->WriteLog(CMIUtilString::Format( in HandleProcessEventBroadcastBitStateChanged()
1049 m_pLog->WriteLog(CMIUtilString::Format( in HandleProcessEventStateStopped()
[all …]
H A DMICmdCmdTarget.cpp100 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_INVALID_TARGET_CURRENT), in Execute()
108 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_INVALID_TARGET_TYPE), in Execute()
116 CMIUtilString::Format("connect://%s", pArgParameters->GetValue().c_str()); in Execute()
126 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_INVALID_TARGET_PLUGIN), in Execute()
138 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_FNFAILED), in Execute()
179 const CMIUtilString strPid(CMIUtilString::Format("%lld", pid)); in Acknowledge()
281 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_INVALID_TARGET_CURRENT), in Execute()
299 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_ATTACH_BAD_ARGS), in Execute()
306 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_ATTACH_FAILED), in Execute()
340 const CMIUtilString strPid(CMIUtilString::Format("%lld", pid)); in Acknowledge()
[all …]
H A DMICmdCmdBreak.cpp163 m_strArgOptionThreadGrp = CMIUtilString::Format("i%d", nThreadGrp); in Execute()
309 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_BRKPT_INVALID), in Execute()
317 SetError(CMIUtilString::Format( in Execute()
443 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_BRKPT_INVALID), in Execute()
454 const CMIUtilString strBrkNum(CMIUtilString::Format("%d", nBrk)); in Execute()
455 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_BRKPT_INVALID), in Execute()
565 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_BRKPT_INVALID), in Execute()
604 const CMICmnMIValueConst miValueConst(CMIUtilString::Format( in Acknowledge()
697 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_BRKPT_INVALID), in Execute()
736 const CMICmnMIValueConst miValueConst(CMIUtilString::Format( in Acknowledge()
[all …]
H A DMICmdCmdVar.cpp115 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_OPTION_NOT_FOUND), in Execute()
125 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_OPTION_NOT_FOUND), in Execute()
145 m_strVarName = CMIUtilString::Format( in Execute()
159 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_OPTION_NOT_FOUND), in Execute()
231 const CMIUtilString strNumChild(CMIUtilString::Format("%d", m_nChildren)); in Acknowledge()
254 strErrMsg = CMIUtilString::Format( in Acknowledge()
384 SetError(CMIUtilString::Format(MIRSRC(IDS_CMD_ERR_VARIABLE_DOESNOTEXIST), in Execute()
1029 : CMIUtilString::Format("%s.%s", rVarObjName.c_str(), in Execute()
1033 CMIUtilString::Format("%u", member.GetThread().GetIndexID())); in Execute()
1047 const CMIUtilString strNumChild(CMIUtilString::Format("%u", nChildren)); in Execute()
[all …]
H A DMIDriver.cpp184 CMIUtilString::Format(MIRSRC(IDS_MI_INIT_ERR_DRIVER), errMsg.c_str()); in Initialize()
254 msg = CMIUtilString::Format(MIRSRC(IDS_MI_CLIENT_MSG), vMessage.c_str()); in WriteMessageToLog()
294 CMIUtilString::Format("%s %s", rName.c_str(), rVsn.c_str()); in GetName()
461 const CMIUtilString errMsg = CMIUtilString::Format( in ParseArgs()
514 const CMIUtilString errMsg = CMIUtilString::Format( in StartWorkerThreads()
924 return CMIUtilString::Format("%s-interpreter-exec command \"%s\"", in WrapCLICommandIntoMICommand()
973 logInput += CMIUtilString::Format("%d ", vMITextLine.at(i)); in InterpretCommandThisDriver()
983 strNotInCmdFactory = CMIUtilString::Format( in InterpretCommandThisDriver()
986 CMIUtilString::Format("%s ", MIRSRC(IDS_WORD_NOT))); in InterpretCommandThisDriver()
987 const CMIUtilString msg(CMIUtilString::Format( in InterpretCommandThisDriver()
[all …]
H A DMICmdFactory.cpp97 SetErrorDescription(CMIUtilString::Format( in CmdRegister()
102 SetErrorDescription(CMIUtilString::Format( in CmdRegister()
108 SetErrorDescription(CMIUtilString::Format( in CmdRegister()
193 SetErrorDescription(CMIUtilString::Format( in CmdCreate()
198 SetErrorDescription(CMIUtilString::Format( in CmdCreate()
/freebsd-12.1/sys/dev/acpica/Osd/
H A DOsdStream.c38 AcpiOsPrintf(const char *Format, ...) in AcpiOsPrintf() argument
42 va_start(ap, Format); in AcpiOsPrintf()
43 vprintf(Format, ap); in AcpiOsPrintf()
48 AcpiOsVprintf(const char *Format, va_list Args) in AcpiOsVprintf() argument
50 vprintf(Format, Args); in AcpiOsVprintf()
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dctf3 # ctf: file(1) magic for CTF (Common Trace Format) trace files
9 0 lelong 0xc1fc1fc1 Common Trace Format (CTF) trace data (LE)
10 0 belong 0xc1fc1fc1 Common Trace Format (CTF) trace data (BE)
13 0 lelong 0x75d11d57 Common Trace Format (CTF) packetized metadata (LE)
16 0 belong 0x75d11d57 Common Trace Format (CTF) packetized metadata (BE)
21 0 string /*\x20CTF\x20 Common Trace Format (CTF) plain text metadata
/freebsd-12.1/contrib/llvm/tools/llvm-diff/
H A DDiffLog.h36 StringRef Format; variable
41 LogBuilder(Consumer &c, StringRef Format) : consumer(&c), Format(Format) {} in LogBuilder() argument
43 : consumer(L.consumer), Format(L.Format), in LogBuilder()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacclib.h325 const char *Format,
332 const char *Format,
338 const char *Format,
362 const char *Format,
367 const char *Format,
373 const char *Format,
379 const char *Format,
/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingPort.h103 #define PROF_ERR(Format, ...) \ argument
104 fprintf(stderr, "LLVM Profile Error: " Format, __VA_ARGS__);
106 #define PROF_WARN(Format, ...) \ argument
107 fprintf(stderr, "LLVM Profile Warning: " Format, __VA_ARGS__);
109 #define PROF_NOTE(Format, ...) \ argument
110 fprintf(stderr, "LLVM Profile Note: " Format, __VA_ARGS__);
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td33 // Base class for Mips 16 Format
53 // Generic Mips 16 Format
91 // Mips Pseudo Instructions Format
378 // Format i8_SVRS instruction class in Mips :
405 // Format JAL instruction class in Mips16 :
428 // Format EXT-I instruction class in Mips16 :
450 // Format ASMACRO instruction class in Mips16 :
479 // Format EXT-RI instruction class in Mips16 :
503 // Format EXT-RRI instruction class in Mips16 :
528 // Format EXT-RRI-A instruction class in Mips16 :
[all …]
H A DMips16InstrInfo.td581 // Format: AND rx, ry MIPS16e
604 // Format: B offset MIPS16e
611 // Format: B offset MIPS16e
633 //Format: BREAK immediate
693 // Format: CMP rx, ry MIPS16e
757 // Format: JR ra MIPS16e
877 // Format: MFHI rx MIPS16e
888 // Format: MFLO rx MIPS16e
950 // Format: OR rx, ry MIPS16e
1013 // Format: SEB rx MIPS16e
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslprintf.c255 char *Format; in OpcParsePrintf() local
267 Format = ACPI_CAST_PTR (char, Op->Asl.Child->Asl.Value.String); in OpcParsePrintf()
276 for (; *Format; ++Format) in OpcParsePrintf()
278 if (*Format != '%') in OpcParsePrintf()
284 StartPosition = Format; in OpcParsePrintf()
311 ++Format; in OpcParsePrintf()
329 switch (*Format) in OpcParsePrintf()
H A Daslfileio.c364 char *Format, in FlPrintFile() argument
371 va_start (Args, Format); in FlPrintFile()
372 Actual = vfprintf (AslGbl_Files[FileId].Handle, Format, Args); in FlPrintFile()
388 if (!strncmp (Format, "#line", 5)) in FlPrintFile()
393 va_start (Args, Format); in FlPrintFile()
395 Format, Args); in FlPrintFile()
/freebsd-12.1/contrib/binutils/opcodes/
H A Dia64-ic.tbl28 indirect-brp; brp[Format in {B7}]
29 indirect-brs; br.call[Format in {B5}], br.cond[Format in {B4}], br.ia, br.ret
34 ld-all-postinc; IC:ld[Format in {M2 M3}], IC:ldfp[Format in {M12}], IC:ldf[Format in {M7 M8}]
96 mov-from-BR; mov_br[Format in {I22}]
97 mov-from-CR; mov_cr[Format in {M33}]
136 mov-ip; mov_ip[Format in {I25}]
150 mov-to-AR-gr; IC:mov-to-AR-M[Format in {M29}], IC:mov-to-AR-I[Format in {I26}]
163 mov-to-BR; mov_br[Format in {I21}]
164 mov-to-CR; mov_cr[Format in {M32}]
232 probe-fault; probe[Format in {M40}]
[all …]

12345678910>>...28