OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packed_type
(Results
1 - 4
of
4
) sorted by null
/art/compiler/optimizing/
nodes_vector.h
63
Primitive::Type
packed_type
,
74
SetPackedField<TypeField>(
packed_type
);
121
Primitive::Type
packed_type
,
125
packed_type
,
147
Primitive::Type
packed_type
,
151
packed_type
,
175
Primitive::Type
packed_type
,
180
: HVecOperation(arena,
packed_type
, side_effects, number_of_inputs, vector_length, dex_pc),
181
alignment_(Primitive::ComponentSize(
packed_type
), 0) { }
223
Primitive::Type
packed_type
,
[
all
...]
code_generator_vector_arm64.cc
785
Primitive::Type
packed_type
= instruction->GetPackedType();
local
786
uint32_t offset = mirror::Array::DataOffset(Primitive::ComponentSize(
packed_type
)).Uint32Value();
787
size_t shift = Primitive::ComponentSizeShift(
packed_type
);
/external/flatbuffers/include/flatbuffers/
flexbuffers.h
334
Reference(const uint8_t *data, uint8_t parent_width, uint8_t
packed_type
)
336
byte_width_ = 1U << static_cast<BitWidth>(
packed_type
& 3);
337
type_ = static_cast<Type>(
packed_type
>> 2);
646
auto
packed_type
= (data_ + len * byte_width_)[i];
648
return Reference(elem, byte_width_,
packed_type
);
698
auto
packed_type
= *--end;
local
700
return Reference(end, byte_width,
packed_type
);
[
all
...]
/external/elfutils/libdw/
known-dwarf.h
592
DWARF_ONE_KNOWN_DW_TAG (
packed_type
, DW_TAG_packed_type) \
[
all
...]
Completed in 85 milliseconds