HomeSort by: relevance | last modified time | path
    Searched refs:Line (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_powerpc64.cc 38 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
39 asm volatile("dcbf 0, %0" : : "r"(Line));
42 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
43 asm volatile("icbi 0, %0" : : "r"(Line));
xray_x86_64.cc 58 char Line[BufSize] = {};
61 std::tie(BytesRead, Success) = retryingReadSome(Fd, Line, Line + BufSize);
66 long long Tmp = internal_simple_strtoll(Line, &End, 10);
68 if (Line[0] != '\0' && (*End == '\n' || *End == '\0')) {
  /src/sys/external/bsd/acpica/dist/compiler/
aslascii.c 104 Status.Line = 1;
144 "0x%2.2X in line %u, file offset 0x%2.2X\n",
145 Byte, Status.Line, Status.Offset);
158 "0x%2.2X in line %u, file offset 0x%2.2X\n",
159 Byte, Status.Line, Status.Offset);
164 /* Update line counter as necessary */
168 Status.Line++;
246 /* Maintain line count */
250 Status->Line++;
287 Status->Line++
    [all...]
prexpress.c 53 char *Line);
98 * PARAMETERS: Line - Pointer into the current line
100 * RETURN: Updated pointer into the current line
102 * DESCRIPTION: Expand any macros found in the current line buffer.
108 char *Line)
143 /* Replace the name in the original line buffer */
164 return (Line);
250 * PARAMETERS: Line - Pointer to integer expression
263 char *Line,
    [all...]
dtutils.c 81 UINT32 Line = 0;
88 Line = FieldObject->Line;
94 Line, Level, MessageId))
102 FieldObject->Line,
103 FieldObject->Line,
158 FieldObject->Line,
159 FieldObject->Line,
dtfield.c 638 * Line
672 Field->Line = FieldValue->Line;
687 * Line
699 UINT32 Line,
706 Unit->Line = Line;
dtcompilerparser.l 134 DtCompilerParserlval.u->Line = DtCompilerParserlineno;
156 "Newline matched (data state). Current line number: %u\n",DtCompilerParserlineno);
dtcompilerparser.y 72 extern UINT64 DtCompilerParserlineno; /* Current line number */
133 : MultiLineDataList MultiLineData { $$ = DtCreateTableUnit (AcpiUtStrcat(AcpiUtStrcat($1->Value, " "), $2->Value), $1->Line, $1->Column); } /* combine the strings with strcat */
138 : DT_PARSEOP_LINE_CONTINUATION Datum { DbgPrint (ASL_PARSE_OUTPUT, "line continuation detected\n"); $$ = $2; }
dtio.c 60 UINT32 Line,
107 * PARAMETERS: String - Current source code line to trim
109 * RETURN: Trimmed line. Must be freed by caller.
192 * PARAMETERS: LineBuffer - Current source code line
193 * Line - Current line number in the source
194 * Offset - Current byte offset of the line
198 * DESCRIPTION: Parse one source line
205 UINT32 Line,
301 * Special "comment" fields at line end, ignore them
    [all...]
dtcompiler.h 67 /* Types for individual fields (one per input line) */
92 UINT32 Line; /* Line number for this field */
111 UINT32 Line; /* Line number for this field */
350 UINT32 Line,
preprocess.h 235 char *Line,
asltypes.h 145 UINT32 Line;
283 * An entry in the line-based expected messages list
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.h 47 u32 Line;
51 SourceLocation() : Filename(), Line(), Column() {}
52 SourceLocation(const char *Filename, unsigned Line, unsigned Column)
53 : Filename(Filename), Line(Line), Column(Column) {}
64 return SourceLocation(Filename, Line, OldColumn);
75 /// \brief Get the presumed line number.
76 unsigned getLine() const { return Line; }
77 /// \brief Get the column within the presumed line.
  /src/sys/external/bsd/acpica/dist/utilities/
uttrack.c 50 * line number. AcpiUtAllocate and AcpiUtAllocateZeroed call
77 UINT32 Line);
84 UINT32 Line);
131 * Line - Line number of caller
144 UINT32 Line)
154 ACPI_WARNING ((Module, Line,
164 ACPI_WARNING ((Module, Line,
171 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line);
200 * Line - Line number of calle
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMerge.cpp 44 // file2 # One file name per line.
52 std::string Line;
55 if (!std::getline(IS, Line, '\n')) return false;
56 std::istringstream L1(Line);
62 if (!std::getline(IS, Line, '\n')) return false;
63 std::istringstream L2(Line);
79 while (std::getline(IS, Line, '\n')) {
80 std::istringstream ISS1(Line);
190 std::string Line, Tmp;
192 while (std::getline(IS, Line, '\n'))
    [all...]
FuzzerTracePC.cpp 355 size_t Line = std::stoul(LineStr);
363 Printf(" %s %s:%zd\n", FunctionStr.c_str(), FileStr.c_str(), Line);
  /src/sys/external/bsd/acpica/dist/include/
acoutput.h 234 * Error reporting. Callers module and line number are inserted by AE_INFO,
296 * line number, function name, module(file) name, component ID
338 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \
342 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \
346 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \
347 ACPI_DO_DEBUG_PRINT (AcpiDebugPrint, Level, Line, \
350 #define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \
351 ACPI_DO_DEBUG_PRINT (AcpiDebugPrintRaw, Level, Line, \
acutils.h 1054 UINT32 Line);
1061 UINT32 Line);
1068 UINT32 Line);
aclocal.h 1494 UINT32 Line; \
  /src/tests/usr.bin/indent/
edge_cases.c 51 * they do not force a line break before.
75 package PkgLint::Line;
107 package PkgLint:: Line;
127 // $ Line break between '{' and '}'.
129 // $ Line break between '}' and ']'.
144 // $ Line breaks between '{', '$name', '}' and ');'.
  /src/sys/arch/m68k/060sp/dist/
fskeletn.s 214 # This is the exit point for the 060FPSP when an F-Line Illegal exception is
215 # encountered. Three different types of exceptions can enter the F-Line exception
217 # the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
218 # _fpsp_fline() distinguishes between the three and acts appropriately. F-Line
229 # encountered. Three different types of exceptions can enter the F-Line exception
231 # the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
fpsp.doc 109 For example, if the 68060 hardware took a "Line-F Emulator" exception
115 section is 128 bytes long; and the F-Line FPSP handler entry point is located
243 (unimplemented (fpu disabled) (possible F-line illegal)
  /src/usr.bin/make/unit-tests/
posix1.mk 6 all: line-continuations suffix-substitution localvars
16 # Line continuations
19 # Escaped newlines and leading whitespace from the next line are replaced
21 # are retained, but a single leading tab (if any) from the next line is
33 line-continuations:
  /src/tests/bin/sh/
t_redir.sh 50 atf_fail 'empty piped input line count'
61 atf_fail 'piped hello line count'
74 atf_fail 'piped hello world line check'
111 printf '%s\n%s\n%s\nEND\n' 'First Line' 'Second Line' 'Line 3' >File
114 -o inline:'First Line\nSecond Line\nLine 3\nEND\n' \
117 -o inline:'First Line\nSecond Line\nLine 3\nEND\n'
    [all...]
  /src/sbin/efi/
devpath3.c 651 20 Serial Line [Jon_Postel]

Completed in 31 milliseconds

1 2