Home
last modified time | relevance | path

Searched defs:value (Results 6601 - 6625 of 7544) sorted by relevance

1...<<261262263264265266267268269270>>...302

/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp1243 float value = 1.0f; in TEST_F() local
2150 void AddIntegerValue(CFMutableDictionaryRef dictionary, const CFStringRef key, int32_t value) in AddIntegerValue() argument
/third_party/openssl/ohos_lite/include/openssl/
H A Dasn1.h472 } value; member
[all...]
H A Dasn1t.h495 long value; /* NID for an object or value for an int */ member
/third_party/openssl/test/
H A Dbntest.c312 static BIGNUM *set_signed_bn(int value) in set_signed_bn() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp1472 std::vector<uint32_t> IntToWords(uint64_t value, uint32_t width, in IntToWords() argument
1416 MaybeGetIntegerConstantFromValueAndType(opt::IRContext* ir_context, uint32_t value, uint32_t int_type_id) MaybeGetIntegerConstantFromValueAndType() argument
1454 MaybeGetBoolConstant( opt::IRContext* ir_context, const TransformationContext& transformation_context, bool value, bool is_irrelevant) MaybeGetBoolConstant() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_util.cpp1472 std::vector<uint32_t> IntToWords(uint64_t value, uint32_t width, in IntToWords() argument
1416 MaybeGetIntegerConstantFromValueAndType(opt::IRContext* ir_context, uint32_t value, uint32_t int_type_id) MaybeGetIntegerConstantFromValueAndType() argument
1454 MaybeGetBoolConstant( opt::IRContext* ir_context, const TransformationContext& transformation_context, bool value, bool is_irrelevant) MaybeGetBoolConstant() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c165 int value; /* the actual value to use */ member
443 int value[option_count]; /* Corresponding value */ member
736 get_option(struct display *dp, const char *opt, int *value) get_option() argument
1225 getallopts_(struct display *dp, png_byte opt, int *value, int record) getallopts_() argument
1252 getallopts(struct display *dp, const char *opt_str, int *value) getallopts() argument
1258 getsearchopts(struct display *dp, const char *opt_str, int *value) getsearchopts() argument
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpng.c1823 png_icc_profile_error(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_alloc_size_t value, png_const_charp reason) png_icc_profile_error() argument
3864 png_gamma_8bit_correct(unsigned int value, png_fixed_point gamma_val) png_gamma_8bit_correct() argument
3912 png_gamma_16bit_correct(unsigned int value, png_fixed_point gamma_val) png_gamma_16bit_correct() argument
3947 png_gamma_correct(png_structrp png_ptr, unsigned int value, png_fixed_point gamma_val) png_gamma_correct() argument
[all...]
H A Dpngread.c1941 decode_gamma(png_image_read_control *display, png_uint_32 value, int encoding) in decode_gamma() argument
[all...]
H A Dpngrtran.c2370 int value = (bp[0] << 8) + bp[1]; png_do_unshift() local
4213 int shift, value; png_do_expand_palette() local
4386 int shift, value; png_do_expand() local
[all...]
H A Dpngwutil.c2120 int value; in png_do_write_interlace() local
2158 int value; in png_do_write_interlace() local
2195 int value; png_do_write_interlace() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_csp_enc.c196 double value; in WEBP_DSP_INIT_FUNC() local
207 double value; in WEBP_DSP_INIT_FUNC() local
228 LinearToGammaS(uint32_t value) LinearToGammaS() argument
249 LinearToGammaS(uint32_t value) LinearToGammaS() argument
[all...]
H A Dpredictor_enc.c150 static uint8_t NearLosslessComponent(uint8_t value, uint8_t predict, in NearLosslessComponent() argument
189 static uint32_t NearLossless(uint32_t value, uint32_t predict, in NearLossless() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dastro.cpp214 inline static double normalize(double value, double range) { in normalize() argument
1569 put(CalendarCache** cache, int32_t key, int32_t value, UErrorCode &status) put() argument
[all...]
H A Ddecimfmt.cpp127 void DecimalFormat::setParseAllInput(UNumberFormatAttributeValue value) { in setParseAllInput() argument
381 void DecimalFormat::setParseIntegerOnly(UBool value) { in setParseIntegerOnly() argument
949 void DecimalFormat::setSignAlwaysShown(UBool value) { in setSignAlwaysShown() argument
984 int value = multiplier; setMultiplier() local
1266 setParseNoExponent(UBool value) setParseNoExponent() argument
1282 setParseCaseSensitive(UBool value) setParseCaseSensitive() argument
1298 setFormatFailIfMoreThanMaxDigits(UBool value) setFormatFailIfMoreThanMaxDigits() argument
1452 setMinimumSignificantDigits(int32_t value) setMinimumSignificantDigits() argument
1463 setMaximumSignificantDigits(int32_t value) setMaximumSignificantDigits() argument
[all...]
H A Dnumber_longnames.cpp285 loadForPluralForm(const ResourceTable &genderTable, ResourceTable &caseTable, ResourceValue &value, UErrorCode &status) loadForPluralForm() argument
308 loadForGender(const ResourceTable &genderTable, const char *genderVal, ResourceTable &caseTable, ResourceValue &value, UErrorCode &status) loadForGender() argument
334 loadForCase(const ResourceTable &caseTable, const char *caseValue, ResourceValue &value) loadForCase() argument
[all...]
H A Dplurrule_impl.h351 int32_t value = -1; // valid for 'is' rules only. member in AndConstraint
H A Drbnf.cpp1657 RuleBasedNumberFormat::setContext(UDisplayContext value, UErrorCode& status) in setContext() argument
[all...]
H A Drulebasedcollator.cpp444 RuleBasedCollator::setAttribute(UColAttribute attr, UColAttributeValue value, in setAttribute() argument
513 int32_t value; setMaxVariable() local
1526 appendAttribute(CharString &s, char letter, UColAttributeValue value, UErrorCode &errorCode) appendAttribute() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dparse.cpp89 struct UString value; member
1371 int32_t value; parseIntVector() local
1474 LocalMemory<uint8_t> value; parseBinary() local
1520 int32_t value; parseInteger() local
[all...]
H A Dreslist.cpp304 StringBaseResource::StringBaseResource(int8_t type, const UChar *value, int32_t len, in StringBaseResource() argument
330 IntResource::IntResource(SRBRoot *bundle, const char *tag, int32_t value, in IntResource() argument
271 StringBaseResource(SRBRoot *bundle, const char *tag, int8_t type, const UChar *value, int32_t len, const UString* comment, UErrorCode &errorCode) StringBaseResource() argument
288 StringBaseResource(SRBRoot *bundle, int8_t type, const icu::UnicodeString &value, UErrorCode &errorCode) StringBaseResource() argument
355 add(int32_t value, UErrorCode &errorCode) add() argument
1114 string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) string_open() argument
1120 alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) alias_open() argument
1132 int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status) int_open() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c835 register int_fast32_t value; in transtime() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dinternal.h230 char *value; member
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp2066 void MetalCodeGenerator::writeVarInitializer(const Variable& var, const Expression& value) { in writeVarInitializer() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbrotli_bit_stream.c545 const uint8_t value = depth[i]; in BrotliBuildAndStoreHuffmanTreeFast() local
578 IndexOf(const uint8_t* v, size_t v_size, uint8_t value) IndexOf() argument
587 uint8_t value = v[index]; MoveToFront() local
[all...]

Completed in 52 milliseconds

1...<<261262263264265266267268269270>>...302