OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ByteAlignment
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/executer/
exprep.c
82
*
ByteAlignment
(1, 2, 3, or 4)
236
*
ByteAlignment
(1, 2, 3, or 4)
249
UINT32
ByteAlignment
;
263
ByteAlignment
=
267
BitLength =
ByteAlignment
* 8;
270
ByteAlignment
= 1;
277
ByteAlignment
= 1;
283
ByteAlignment
= 2;
289
ByteAlignment
= 4;
295
ByteAlignment
= 8
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmStreamer.cpp
196
unsigned
ByteAlignment
) override;
202
/// @param
ByteAlignment
- The alignment of the common symbol in bytes.
204
unsigned
ByteAlignment
) override;
207
uint64_t Size = 0, unsigned
ByteAlignment
= 0,
211
unsigned
ByteAlignment
= 0) override;
242
void emitValueToAlignment(unsigned
ByteAlignment
, int64_t Value = 0,
246
void emitCodeAlignment(unsigned
ByteAlignment
,
822
unsigned
ByteAlignment
) {
825
assert(isPowerOf2_32(
ByteAlignment
) && "Alignment must be a power of 2.");
831
OS << ',' << Log2_32(
ByteAlignment
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmInfo.h
50
enum LCOMMType { NoAlignment,
ByteAlignment
, Log2Alignment };
Completed in 27 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026