| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceAssemblerX8664.h | 275 explicit Immediate(int32_t value) : value_(value) {} in Immediate() argument 279 int32_t value() const { return value_; } in value() function in Ice::X8664::AssemblerX8664::Immediate 1017 inline void AssemblerX8664::emitUint8(uint8_t value) { in emitUint8() argument 1021 emitInt16(int16_t value) emitInt16() argument 1025 emitInt32(int32_t value) emitInt32() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | regcomp.c | 986 char value; in p_b_symbol() local 1532 dofwd(struct parse *p, sopno pos, sop value) in dofwd() argument [all...] |
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | function.h | 170 uint32_t value; member [all...] |
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | vertex_pulling.cc | 352 auto* value = fetch; in CreateVertexPullingPreamble() local [all...] |
| /third_party/skia/tools/skpbench/ |
| H A D | skpbench.cpp | 98 double value() const { return FLAGS_fps ? fFrames / this->seconds() : this->ms() / fFrames; } in value() function
|
| /third_party/spirv-headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.cpp | 461 unsigned int value = (unsigned int)std::strtol(str.c_str(), &parseEnd, 16); in NumberStringToBit() local [all...] |
| H A D | jsonToSpirv.h | 169 EValue& operator[](unsigned value) { in operator []() argument 177 void gatherAliases(unsigned value, st argument 215 unsigned value; global() member in spv::EnumValue 249 operator [](unsigned value) operator []() argument 255 getName(unsigned value) getName() argument [all...] |
| /third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
| H A D | jsoncpp.cpp | 149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString() argument 3366 Value& value = (*it).second; resolveReference() local 3386 Value& value = (*it).second; resolveReference() local 3391 const Value* value = &((*this)[index]); get() local 3445 append(const Value& value) append() argument 3531 Value const* value = find(key, end); isMember() local [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | dictbe.cpp | 1088 static inline bool isKatakana(UChar32 value) { in isKatakana() argument
|
| H A D | locdspnm.cpp | 379 UDisplayContext value = *contexts++; in LocaleDisplayNamesImpl() local 661 char value[ULOC_KEYWORD_AND_VALUES_CAPACITY]; // sigh, no ULOC_VALUE_CAPACITY localeDisplayName() local 847 keyValueDisplayName(const char* key, const char* value, UnicodeString& result, UBool skipAdjust) const keyValueDisplayName() argument 882 keyValueDisplayName(const char* key, const char* value, UnicodeString& result) const keyValueDisplayName() argument 1091 uldn_keyValueDisplayName(const ULocaleDisplayNames *ldn, const char *key, const char *value, UChar *result, int32_t maxResultSize, UErrorCode *pErrorCode) uldn_keyValueDisplayName() argument [all...] |
| H A D | ucnv_io.cpp | 773 int32_t value = 0; in ucnv_io_countStandardAliases() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | ImmutableSet.h | 232 value_type value; global() member in llvm::ImutAVLTree [all...] |
| H A D | STLExtras.h | 254 static const bool value = sizeof(test<Ty>(nullptr)) == sizeof(yes); member in llvm::has_rbegin_impl 1000 static const bool value = false; global() member 1005 static const bool value = global() member 1012 static const bool value = true; global() member 1017 static const bool value = global() member 1427 const value_reference value() const { return *Iter; } value() function 1428 value_reference value() { return *Iter; } value() function [all...] |
| /third_party/vixl/src/aarch32/ |
| H A D | disasm-aarch32.h | 281 DisassemblerStream& operator<<(T value) { in operator <<() argument 282 os_ << value; in operator <<() local [all...] |
| /third_party/vixl/src/aarch64/ |
| H A D | assembler-aarch64.h | 312 explicit Literal(T value, in Literal() argument [all...] |
| H A D | instructions-aarch64.cc | 34 RepeatBitsAcrossReg(unsigned reg_size, uint64_t value, unsigned width) RepeatBitsAcrossReg() argument
|
| /third_party/vixl/src/ |
| H A D | utils-vixl.h | 375 inline uint64_t RotateRight(uint64_t value, in RotateRight() argument 435 UnsignedNegate(T value) UnsignedNegate() argument 559 IsPositiveZero(double value) IsPositiveZero() argument 563 IsNaN(float value) IsNaN() argument 565 IsNaN(double value) IsNaN() argument 567 IsNaN(Float16 value) IsNaN() argument 569 IsInf(float value) IsInf() argument 571 IsInf(double value) IsInf() argument 573 IsInf(Float16 value) IsInf() argument 645 LowestSetBit(uint64_t value) LowestSetBit() argument 651 HighestSetBitPosition(T value) HighestSetBitPosition() argument 658 WhichPowerOf2(V value) WhichPowerOf2() argument 671 ReverseBits(T value) ReverseBits() argument 695 ReverseBytes(T value, int block_bytes_log2) ReverseBytes() argument 728 IsMultiple(T value) IsMultiple() argument 734 IsMultiple(T value, unsigned multiple) IsMultiple() argument 799 ExtractBit(T value, unsigned bit) ExtractBit() argument 804 ExtractBits(Ts value, int least_significant_bit, Td mask) ExtractBits() argument 809 AssignBit(Td& dst, int bit, Ts value) AssignBit() argument 1148 operator &=(Uint128 value) operator &=() argument 1153 operator |=(Uint128 value) operator |=() argument 1213 uint64_t value = u1 * v1 + w2 + w1; MultiplyHigh() local [all...] |
| /third_party/vixl/test/aarch64/ |
| H A D | test-utils-aarch64.cc | 551 void Clobber(MacroAssembler* masm, RegList reg_list, uint64_t const value) { in Clobber() argument 574 void ClobberFP(MacroAssembler* masm, RegList reg_list, double const value) { in ClobberFP() argument [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_pthread.cpp | 791 int dng_pthread_setspecific(dng_pthread_key_t key, const void *value) in dng_pthread_setspecific() argument
|
| /third_party/skia/third_party/externals/expat/expat/lib/ |
| H A D | expat.h | 1024 long int value; global() member [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | parser_unittest.cc | 3411 const EnumValueDescriptorProto& value = file_.enum_type(0).value(0); TEST_F() local [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/php/ |
| H A D | php_generator.cc | 423 std::string IntToString(int32 value) { in IntToString() argument 425 os << value; in IntToString() local 723 const FieldDescriptor* value = map_entry->FindFieldByName("value"); in GenerateFieldAccessor() local 827 const EnumValueDescriptor* value = en->value(i); GenerateEnumToPool() local 1303 const EnumValueDescriptor* value = en->value(i); GenerateEnumFile() local 1313 const EnumValueDescriptor* value = en->value(i); GenerateEnumFile() local 1643 FirstLineOf(const string& value) FirstLineOf() argument 1777 GenerateEnumValueDocComment(io::Printer* printer, const EnumValueDescriptor* value) GenerateEnumValueDocComment() argument [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/python/ |
| H A D | python_generator.cc | 236 double value = field.default_value_double(); in StringifyDefaultValue() local 252 float value in StringifyDefaultValue() local [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | descriptor_database.cc | 118 AddFile( const FileDescriptorProto& file, Value value) AddFile() argument 197 AddSymbol( const std::string& name, Value value) AddSymbol() argument 254 AddNestedExtensions( const std::string& filename, const DescriptorProto& message_type, Value value) AddNestedExtensions() argument 268 AddExtension( const std::string& filename, const FieldDescriptorProto& field, Value value) AddExtension() argument 440 Value value() const { return {data, size}; } value() function 627 AddFile(const FileProto& file, Value value) AddFile() argument [all...] |
| H A D | extension_set.h | 854 SetString(int number, FieldType type, std::string value, const FieldDescriptor* descriptor) SetString() argument 859 SetRepeatedString(int number, int index, std::string value) SetRepeatedString() argument 863 AddString(int number, FieldType type, std::string value, const FieldDescriptor* descriptor) AddString() argument 1065 Set(int number, FieldType field_type, const std::string& value, ExtensionSet* set) Set() argument 1092 Set(int number, int index, const std::string& value, ExtensionSet* set) Set() argument 1099 Add(int number, FieldType field_type, bool , const std::string& value, ExtensionSet* set) Add() argument 1148 Set(int number, FieldType field_type, ConstType value, ExtensionSet* set) Set() argument 1172 Set(int number, int index, ConstType value, ExtensionSet* set) Set() argument 1177 Add(int number, FieldType field_type, bool is_packed, ConstType value, ExtensionSet* set) Add() argument [all...] |