OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LineLength
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslhex.c
171
UINT32
LineLength
;
203
LineLength
= HxReadAmlOutputFile (FileData);
204
if (!
LineLength
)
211
for (i = 0; i <
LineLength
; i++)
231
if (
LineLength
< HEX_TABLE_LINE_SIZE)
234
5 * (HEX_TABLE_LINE_SIZE -
LineLength
), " ");
240
LsDumpAsciiInComment (ASL_FILE_HEX_OUTPUT,
LineLength
, FileData);
243
HEX_TABLE_LINE_SIZE -
LineLength
+ 1, " ");
245
Offset +=
LineLength
;
272
UINT32
LineLength
;
[
all
...]
asldebug.c
330
UINT32
LineLength
;
345
LineLength
= IndentLength + 1 + NameLength + 1 + DataLength;
346
PaddingLength = (DEBUG_MAX_LINE_LENGTH + 1) -
LineLength
;
361
if (
LineLength
> DEBUG_MAX_LINE_LENGTH)
/src/external/apache2/llvm/dist/clang/lib/Format/
BreakableToken.cpp
544
unsigned
LineLength
=
551
LineLength
+= 2;
556
LineLength
-= Decoration.size();
559
return
LineLength
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerMatrixIntrinsics.cpp
1609
unsigned
LineLength
= 0;
1639
LineLength
+= N;
1646
LineLength
= 0;
1650
if (
LineLength
>= LengthToBreak)
1653
if (
LineLength
== 0)
1658
LineLength
+= S.size();
1757
LineLength
+= StringRef("stack addr").size();
1760
LineLength
+= StringRef("addr").size();
1764
LineLength
+= V->getName().size() + 2;
1784
LineLength
+= Tmp.size()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
SymbolCache.cpp
579
uint32_t
LineLength
= std::next(LineIter)->Addr - LineIter->Addr;
584
LineSect, LineOff,
LineLength
, SrcFileId, Modi);
Completed in 29 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026