OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitMaskType
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/compiler/
common-operator.h
160
typedef uint32_t
BitMaskType
;
163
static const
BitMaskType
kDenseBitMask = 0x0;
165
static const
BitMaskType
kEndMarker = 0x1;
167
static const
BitMaskType
kEntryMask = 0x1;
170
static const int kMaxSparseInputs = (sizeof(
BitMaskType
) * kBitsPerByte - 1);
176
InputIterator(
BitMaskType
bit_mask, Node* parent);
206
BitMaskType
bit_mask_;
211
explicit SparseInputMask(
BitMaskType
bit_mask) : bit_mask_(bit_mask) {}
216
BitMaskType
mask() const { return bit_mask_; }
243
BitMaskType
bit_mask_
[
all
...]
state-values-utils.h
58
SparseInputMask::
BitMaskType
FillBufferWithValues(WorkingBuffer* node_buffer,
state-values-utils.cc
138
SparseInputMask::
BitMaskType
StateValuesCache::FillBufferWithValues(
142
SparseInputMask::
BitMaskType
input_mask = 0;
176
SparseInputMask::
BitMaskType
input_mask = SparseInputMask::kDenseBitMask;
common-operator.cc
167
SparseInputMask::
BitMaskType
bit_mask, Node* parent)
230
SparseInputMask::
BitMaskType
mask = p.mask();
[
all
...]
Completed in 6481 milliseconds