OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Bitfield
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/XRay/
FileHeaderReader.cpp
24
// (4) uint32 :
bitfield
45
uint32_t
Bitfield
= HeaderExtractor.getU32(&OffsetPtr);
52
FileHeader.ConstantTSC =
Bitfield
& 1uL;
53
FileHeader.NonstopTSC =
Bitfield
& 1uL << 1;
/src/games/hack/
config.h
194
* #define
Bitfield
(x,n) uchar x
197
#define
Bitfield
(x,n) unsigned x:n
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Bitfields.h
1
//===-- llvm/ADT/
Bitfield
.h - Get and Set bits in an integer ---*- C++ -*--===//
30
/// using Bool =
Bitfield
::Element<bool, 0, 1>;
31
///
Bitfield
::set<Bool>(Storage, true);
34
/// EXPECT_EQ(
Bitfield
::get<Bool>(Storage), true);
40
/// using Suit =
Bitfield
::Element<SuitEnum, 1, 2, SuitEnum::SPADES>;
41
///
Bitfield
::set<Suit>(Storage, SuitEnum::HEARTS);
44
/// EXPECT_EQ(
Bitfield
::get<Suit>(Storage), SuitEnum::HEARTS);
47
/// using Value =
Bitfield
::Element<unsigned, 3, 5>;
48
///
Bitfield
::set<Value>(Storage, 10);
51
/// EXPECT_EQ(
Bitfield
::get<Value>(Storage), 10U)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h
299
BitField
,
351
Bitfield
= 29,
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
922
struct BitfieldOp
Bitfield
;
2649
// Munge the lsb/width into a
bitfield
mask.
2650
unsigned lsb =
Bitfield
.LSB;
2651
unsigned width =
Bitfield
.Width;
3705
Op->
Bitfield
.LSB = LSB;
3706
Op->
Bitfield
.Width = Width;
4006
OS << "<
bitfield
" << "lsb: " <<
Bitfield
.LSB
4007
<< ", width: " <<
Bitfield
.Width << ">";
5547
// The
bitfield
descriptor is really two operands, the LSB and the width
[
all
...]
Completed in 75 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026