OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ByteLength
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
dtsubtable.c
290
UINT32
ByteLength
= 0;
309
ByteLength
+= DtGetFieldLength (Field, Info);
350
return (
ByteLength
);
dtutils.c
401
UINT32
ByteLength
= 0;
408
ByteLength
++;
419
return (++
ByteLength
);
443
UINT32
ByteLength
= 0;
472
ByteLength
= 0;
513
ByteLength
= 1;
529
ByteLength
= 2;
534
ByteLength
= 3;
545
ByteLength
= 4;
550
ByteLength
= 5
[
all
...]
/src/sys/external/bsd/acpica/dist/debugger/
dbtest.c
82
UINT32
ByteLength
);
323
UINT32
ByteLength
= 0;
347
ByteLength
= ObjDesc->String.Length;
353
ByteLength
= ObjDesc->Buffer.Length;
354
BitLength =
ByteLength
* 8;
380
ByteLength
= ACPI_ROUND_BITS_UP_TO_BYTES (BitLength);
417
Status = AcpiDbTestStringType (Node,
ByteLength
);
590
UINT32
ByteLength
;
595
ByteLength
= ACPI_ROUND_BITS_UP_TO_BYTES (BitLength);
596
if (
ByteLength
== 0
[
all
...]
/src/sys/external/bsd/acpica/dist/common/
dmtable.c
857
*
ByteLength
- Length of the field in bytes, 0 for flags
871
UINT32
ByteLength
,
884
if (
ByteLength
)
886
AcpiOsPrintf ("[%.4d] %34s : ",
ByteLength
, Name);
902
if (
ByteLength
)
905
Offset, Offset,
ByteLength
, Name);
924
UINT32
ByteLength
,
931
if (
ByteLength
)
934
ByteLength
, Name, Value);
944
if (
ByteLength
)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
1011
unsigned
ByteLength
= Str.size();
1012
assert((
ByteLength
% CharByteWidth == 0) &&
1021
Length =
ByteLength
;
1024
Length =
ByteLength
/ 2;
1027
Length =
ByteLength
/ 4;
1045
std::memcpy(getTrailingObjects<char>(), Str.data(),
ByteLength
);
/src/sys/external/bsd/acpica/dist/include/
acrestyp.h
257
UINT16
ByteLength
;
266
UINT16
ByteLength
;
Completed in 54 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026