Home
last modified time | relevance | path

Searched refs:combined (Results 1 – 9 of 9) sorted by relevance

/system/ulib/edid/include/lib/edid/
A Dedid.h77 uint8_t combined; member
78 DEF_SUBFIELD(combined, 7, 6, horizontal_front_porch_high);
79 DEF_SUBFIELD(combined, 5, 4, horizontal_sync_pulse_width_high);
80 DEF_SUBFIELD(combined, 3, 2, vertical_front_porch_high);
81 DEF_SUBFIELD(combined, 1, 0, vertical_sync_pulse_width_high);
186 uint8_t combined; member
187 DEF_SUBBIT(combined, 7, underscan);
188 DEF_SUBBIT(combined, 6, basic_audio);
189 DEF_SUBBIT(combined, 5, ycbcr_444);
190 DEF_SUBBIT(combined, 4, ycbcr_422);
[all …]
/system/host/banjo/include/banjo/
A Dtoken.h40 constexpr uint16_t combined() const { return uint16_t(kind_) | uint16_t(subkind_ << 8); } in combined() function
53 switch (kind_and_subkind.combined()) { in Name()
59 case Token::KindAndSubkind(Token::Kind::kIdentifier, Token::Subkind::k##Name).combined(): \ in Name()
A Dparser.h158 if (actual.combined() != expected.combined()) { in IdentifierOfSubkind()
/system/host/fidl/include/fidl/
A Dtoken.h42 constexpr uint16_t combined() const { return uint16_t(kind_) | uint16_t(subkind_ << 8); } in combined() function
55 switch (kind_and_subkind.combined()) { in Name()
62 case Token::KindAndSubkind(Token::Kind::kIdentifier, Token::Subkind::k##Name).combined(): \ in Name()
A Dparser.h159 if (actual.combined() != expected.combined()) { in IdentifierOfSubkind()
/system/ulib/fidl-utils/
A DREADME.md8 not be able to do so if it was combined with libfidl.
/system/host/banjo/lib/
A Dparser.cpp126 switch (Peek().combined()) { in ParseCompoundIdentifier()
184 switch (Peek().combined()) { in ParseLiteral()
289 switch (Peek().combined()) { in ParseConstant()
449 switch (Peek().combined()) { in ParsePrimitiveType()
526 switch (Peek().combined()) { in ParseType()
654 switch (Peek().combined()) { in ParseEnumDeclaration()
704 switch (Peek().combined()) { in ParseParameterList()
885 switch (Peek().combined()) { in ParseStructDeclaration()
949 switch (Peek().combined()) { in ParseUnionDeclaration()
1003 switch (Peek().combined()) { in ParseFile()
[all …]
/system/host/fidl/lib/
A Dparser.cpp110 switch (Peek().combined()) { in ParseCompoundIdentifier()
198 switch (Peek().combined()) { in ParseLiteral()
300 switch (Peek().combined()) { in ParseConstant()
495 switch (Peek().combined()) { in ParseType()
609 switch (Peek().combined()) { in ParseEnumDeclaration()
656 switch (Peek().combined()) { in ParseParameterList()
843 switch (Peek().combined()) { in ParseStructDeclaration()
926 switch (Peek().combined()) { in ParseTableDeclaration()
986 switch (Peek().combined()) { in ParseUnionDeclaration()
1041 switch (Peek().combined()) { in ParseFile()
[all …]
/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/
A Dskylake-misc-events.inc48 "64 byte line requests to controller from GT, including partial requests that are later combined")
53 "64 byte line requests to controller from IA, including partial requests that are later combined")
58 "64 byte line requests to controller from IO, including partial requests that are later combined")

Completed in 18 milliseconds