Home
last modified time | relevance | path

Searched defs:Field (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/flutter/skia/src/sksl/ir/
DSkSLField.h24 struct Field : public Symbol { struct
25 Field(int offset, const Variable& owner, int fieldIndex) in Field() function
31 return fOwner.description() + "." + fOwner.fType.fields()[fFieldIndex].fName; in description() argument
35 const int fFieldIndex; argument
37 typedef Symbol INHERITED;
DSkSLType.h29 struct Field { struct
30 Field(Modifiers modifiers, StringFragment name, const Type* type) in Field() argument
35 const String description() const { in description()
39 Modifiers fModifiers;
40 StringFragment fName;
41 const Type* fType;
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-sa1100/
Dbitfield.h67 #define FSize(Field) ((Field) >> 16) argument
68 #define FShft(Field) ((Field) & 0x0000FFFF) argument
69 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field)) argument
70 #define FAlnMsk(Field) ((UData (1) << FSize (Field)) - 1) argument
71 #define F1stBit(Field) (UData (1) << FShft (Field)) argument
89 #define FInsrt(Value, Field) \ argument
108 #define FExtr(Data, Field) \ argument
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-pxa/
Dbitfield.h67 #define FSize(Field) ((Field) >> 16) argument
68 #define FShft(Field) ((Field) & 0x0000FFFF) argument
69 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field)) argument
70 #define FAlnMsk(Field) ((UData (1) << FSize (Field)) - 1) argument
71 #define F1stBit(Field) (UData (1) << FShft (Field)) argument
89 #define FInsrt(Value, Field) \ argument
108 #define FExtr(Data, Field) \ argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DComputeLayoutMemoryBufferTests.cpp76 struct Field { struct
86 // Returns this Field so calls can be chained. argument
87 Field& PaddedSize(uint32_t value) { in PaddedSize() argument
95 Field& Strided() { in Strided() argument
102 Field& StorageBufferOnly() { in StorageBufferOnly() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp291 static DecodeStatus decodeBDAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr12Operand()
301 static DecodeStatus decodeBDAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr20Operand()
311 static DecodeStatus decodeBDXAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr12Operand()
323 static DecodeStatus decodeBDXAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr20Operand()
335 static DecodeStatus decodeBDLAddr12Len4Operand(MCInst &Inst, uint64_t Field, in decodeBDLAddr12Len4Operand()
347 static DecodeStatus decodeBDLAddr12Len8Operand(MCInst &Inst, uint64_t Field, in decodeBDLAddr12Len8Operand()
359 static DecodeStatus decodeBDRAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDRAddr12Operand()
371 static DecodeStatus decodeBDVAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDVAddr12Operand()
383 static DecodeStatus decodeBDAddr32Disp12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp12Operand()
389 static DecodeStatus decodeBDAddr32Disp20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp20Operand()
[all …]
/third_party/skia/src/sksl/ir/
DSkSLType.h62 struct Field { struct
63 Field(Modifiers modifiers, skstd::string_view name, const Type* type) in Field() function
68 String description() const { in description()
72 Modifiers fModifiers;
73 skstd::string_view fName;
74 const Type* fType;
DSkSLField.h27 Field(int line, const Variable* owner, int fieldIndex) in Field() function
/third_party/node/deps/icu-small/source/i18n/
Dformatted_string_builder.h59 struct U_I18N_API Field { struct
62 Field() = default; argument
224 constexpr FormattedStringBuilder::Field::Field(uint8_t category, uint8_t field) in Field() function
/third_party/icu/icu4c/source/i18n/
Dformatted_string_builder.h60 struct U_I18N_API Field { struct
63 Field() = default; argument
225 constexpr FormattedStringBuilder::Field::Field(uint8_t category, uint8_t field) in Field() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dformatted_string_builder.h59 struct U_I18N_API Field { struct
62 Field() = default; argument
224 constexpr FormattedStringBuilder::Field::Field(uint8_t category, uint8_t field) in Field() function
/third_party/protobuf/js/experimental/runtime/kernel/
Dfield.js36 class Field { class
195 Field, property
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DChineseDateFormat.java188 public static class Field extends DateFormat.Field { class in ChineseDateFormat
211 protected Field(String name, int calendarField) { in Field() method in ChineseDateFormat.Field
/third_party/typescript/tests/cases/compiler/
DinferentialTypingUsingApparentType3.ts1 interface Field<T> { interface
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeHeader.cpp209 NaClBitcodeHeaderField *Field = new NaClBitcodeHeaderField(); in ReadFields() local
309 NaClBitcodeHeaderField *Field = GetField(i); in InstallFields()
/third_party/skia/include/sksl/
DDSL.h20 using Field = DSLField; variable
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dudbgutil.cpp61 struct Field { struct
68 * Define another field name. Used in an array of Field s argument
/third_party/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp61 struct Field { struct
68 * Define another field name. Used in an array of Field s argument
/third_party/node/deps/icu-small/source/tools/toolutil/
Dudbgutil.cpp61 struct Field { struct
68 * Define another field name. Used in an array of Field s argument
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dudbgutil.cpp61 struct Field { struct
68 * Define another field name. Used in an array of Field s argument
/third_party/protobuf/src/google/protobuf/
Dreflection_internal.h268 typedef void Field; typedef
297 typedef void Field; typedef
336 typedef void Field; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DRecordSerialization.h106 T Field; in deserialize() local
129 StringRef Field; in deserialize() local
/third_party/skia/src/sfnt/
DSkOTTable_gasp.h32 struct Field { struct
/third_party/flutter/skia/src/sfnt/
DSkOTTable_gasp.h32 struct Field { struct
DSkOTTable_OS_2_VA.h55 struct Field { struct
100 struct Field { struct

12345