/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelRoutine.hpp | 71 void stencilTest(Byte8 &value, StencilCompareMode stencilCompareMode, bool CCW);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | conf.h | 27 char *value; member
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | CMapFormat2.java | 20 super(data, CMapFormat.Format2.value, cmapId); in CMapFormat2() 104 // position of idRangeOffset + value of idRangeOffset + index for low byte in glyphId()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass.h | 173 // with |words| as its value. If either the required integer type or the 182 // type of width specified by |width|, with |words| as its value. If either 191 // according to |value|. If either the required instruction or the bool 195 uint32_t FindOrCreateBoolConstant(bool value, bool is_irrelevant);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass.h | 173 // with |words| as its value. If either the required integer type or the 182 // type of width specified by |width|, with |words| as its value. If either 191 // according to |value|. If either the required instruction or the bool 195 uint32_t FindOrCreateBoolConstant(bool value, bool is_irrelevant);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | parse_number.cpp | 155 // getAsFloat will return the Float16 value, and get_value in ParseAndEncodeFloatingPointNumber() 159 emit(static_cast<uint32_t>(hVal.value().getAsFloat().get_value())); in ParseAndEncodeFloatingPointNumber()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_constant_boolean_test.cpp | 79 ->value()); in TEST()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/nasm/ |
H A D | jsimdcfg.inc.h | 68 ; Representation of a single sample (pixel element value).
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | gregocal.h | 238 * @param year The value used to set the YEAR time field in the calendar. 239 * @param month The value used to set the MONTH time field in the calendar. Month 240 * value is 0-based. e.g., 0 for January. 241 * @param date The value used to set the DATE time field in the calendar. 252 * @param year The value used to set the YEAR time field in the calendar. 253 * @param month The value used to set the MONTH time field in the calendar. Month 254 * value is 0-based. e.g., 0 for January. 255 * @param date The value used to set the DATE time field in the calendar. 256 * @param hour The value used to set the HOUR_OF_DAY time field in the calendar. 257 * @param minute The value use [all...] |
H A D | usearch.h | 175 * The default value will be USEARCH_OFF. 191 * The default value will be USEARCH_STANDARD_ELEMENT_COMPARISON. 198 * One more than the highest normal USearchAttribute value. 199 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420. 210 * Default value for any USearchAttribute 273 * One more than the highest normal USearchAttributeValue value. 274 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420. 418 * @param value text attribute value 425 USearchAttributeValue value, [all...] |
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLGLSLCodeGenerator.h | 94 virtual void writeVarInitializer(const Variable& var, const Expression& value);
|
/third_party/skia/src/sksl/analysis/ |
H A D | SkSLProgramUsage.cpp | 48 if (vd.value()) { 49 // The initial-value expression, when present, counts as a write. 122 // Consider the variable dead if it's never read and never written (besides the initial-value). in isDead()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.h | 109 void drawAnnotation(const SkRect&, const char key[], SkData* value) override;
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPURenderPassEncoder.h | 107 void setLabel(Napi::Env, std::optional<std::string> value) override;
|
/third_party/openssl/crypto/asn1/ |
H A D | tasn_fre.c | 170 pval = &typ->value.asn1_value; in ossl_asn1_primitive_free()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCSection.h | 126 unsigned getAlignment() const { return Alignment.value(); } in getAlignment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FormatVariadic.h | 156 : formatv_object_base(Fmt, std::tuple_size<Tuple>::value), in formatv_object() 186 // parameter pack to print. Any other value is invalid. 204 // then the text is output according to the value of `loc`, and padded 218 // output the same value multiple times without passing it multiple times to the 224 // to compute the value of the parameter, and you would otherwise have had to
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FormatVariadic.h | 148 : formatv_object_base(Fmt, std::tuple_size<Tuple>::value), in formatv_object() 170 // parameter pack to print. Any other value is invalid. 188 // then the text is output according to the value of `loc`, and padded 202 // output the same value multiple times without passing it multiple times to the 208 // to compute the value of the parameter, and you would otherwise have had to
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
H A D | NaClBitcodeHeader.h | 38 // Defines the ID associated with the value. Valid values are in 46 // Defines the type of value. 66 // Create a header field with an uint32_t value. 67 NaClBitcodeHeaderField(Tag MyID, uint32_t value); 118 /// \brief Returns the uint32_t value stored. Requires that 237 // of the magic number 'PEXE', and the value defining the number
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceClFlags.h | 135 std::is_same<cl_detail::ClType, cl_detail::release_opt_flag>::value || \ 152 /// \brief Get the value of ClFlags::GenerateUnitTestMessages 159 /// Set ClFlags::GenerateUnitTestMessages to a new value
|
H A D | IceCompiler.cpp | 161 Ctx.getErrorStatus()->assign(Translator->getErrorStatus().value()); in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64CallingConvention.cpp | 50 Size, std::max((unsigned)Align.value(), SlotAlign))); in finishStackBlock()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | function.h | 45 uint32_t value; member
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass.h | 173 // with |words| as its value. If either the required integer type or the 182 // type of width specified by |width|, with |words| as its value. If either 191 // according to |value|. If either the required instruction or the bool 195 uint32_t FindOrCreateBoolConstant(bool value, bool is_irrelevant);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | normlzr.h | 324 * @return Boolean value indicating whether the source string is in the 342 * @return Boolean value indicating whether the source string is in the 495 * The DONE value could be confused with a U+FFFF non-character code point 511 * The DONE value could be confused with a U+FFFF non-character code point 657 * @param option the option(s) whose value is/are to be set. 658 * @param value the new setting for the option. Use <code>true</code> to 665 UBool value);
|