Home
last modified time | relevance | path

Searched defs:count (Results 3601 - 3625 of 15978) sorted by relevance

1...<<141142143144145146147148149150>>...640

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_bit_instruction_synonym.cpp203 const uint32_t count = fuzzerutil::MaybeGetIntegerConstant( in AddOpBitwiseOrOpNotSynonym() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dreducer_test.cpp228 ss << "temp_" << count << ".spv"; in InterestingWhileOpcodeExists() local
570 uint32_t& count = result[function.result_id()] = 0; in GetFunctionInstructionCount() local
224 InterestingWhileOpcodeExists(const std::vector<uint32_t>& binary, uint32_t opcode, uint32_t count, bool dump) InterestingWhileOpcodeExists() argument
254 InterestingWhileIMulReachable(const std::vector<uint32_t>& binary, uint32_t count) InterestingWhileIMulReachable() argument
259 InterestingWhileSDivReachable(const std::vector<uint32_t>& binary, uint32_t count) InterestingWhileSDivReachable() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-bignum-dtoa.cpp297 static void GenerateCountedDigits(int count, int* decimal_point, in GenerateCountedDigits() argument
[all...]
H A Dnumber_affixutils.cpp284 int32_t count = U16_LENGTH(cp); in nextToken() local
[all...]
H A Dselfmt.cpp133 int32_t count = pattern.countParts(); in findSubMessage() local
H A Dsortkey.cpp60 CollationKey::CollationKey(const uint8_t* newValues, int32_t count) in CollationKey() argument
71 uprv_memcpy(getBytes(), newValues, count); in CollationKey() local
[all...]
/third_party/skia/third_party/externals/icu/source/io/
H A Dsprintf.cpp39 u_sprintf_write(void *context, const UChar *str, int32_t count) u_sprintf_write() argument
141 u_snprintf(UChar *buffer, int32_t count, const char *patternSpecification, ... ) u_snprintf() argument
157 u_snprintf_u(UChar *buffer, int32_t count, const UChar *patternSpecification, ... ) u_snprintf_u() argument
173 u_vsnprintf(UChar *buffer, int32_t count, const char *patternSpecification, va_list ap) u_vsnprintf() argument
220 u_vsnprintf_u(UChar *buffer, int32_t count, const UChar *patternSpecification, va_list ap) u_vsnprintf_u() argument
[all...]
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DGnomeFontInstance.cpp47 void GnomeSurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, in drawGlyphs() argument
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Ddatamap.cpp181 const UnicodeString* RBDataMap::getStringArray(int32_t& count, const char* key, UErrorCode &status) const in getStringArray() argument
202 const int32_t* RBDataMap::getIntArray(int32_t& count, const char* key, UErrorCode &status) const in getIntArray() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dprscmnts.cpp170 int32_t count = 0; in getCount() local
210 int32_t count = 0; in getAt() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dswapimpl.cpp322 int32_t i, offset, count, size; in ucase_swap() local
424 int32_t i, offset, count, size; ubidi_swap() local
534 int32_t i, offset, count, size; unorm_swap() local
723 int32_t count = indexesLength * 4; ulayout_swap() local
[all...]
H A Duparse.cpp194 int32_t count; in u_parseCodePoints() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DWaveformView.java132 public void setSampleData(float[] samples, int offset, int count) { in setSampleData() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMidiConstants.java89 isAllActiveSensing(byte[] msg, int offset, int count) isAllActiveSensing() argument
/third_party/skia/src/pdf/
H A DSkPDFMakeToUnicodeCmap.cpp89 int count = SkToInt(bfchar.size() - i); in append_bfchar_section() local
109 int count = SkToInt(bfrange.size() - i); in append_bfrange_section() local
[all...]
/third_party/skia/src/utils/
H A DSkParse.cpp69 int count = 0; in Count() local
90 int count = 0; in Count() local
217 const char* SkParse::FindScalars(const char str[], SkScalar value[], int count) in FindScalars() argument
238 lookup_str(const char str[], const char** table, int count) lookup_str() argument
[all...]
/third_party/skia/tests/
H A DMipMapTest.cpp219 int count = builder->countLevels(); in fill_in_mips() local
H A DPathBuilderTest.cpp61 static bool check_points(const SkPath& path, const SkPoint expected[], size_t count) { in check_points() argument
H A DPathCoverageTest.cpp64 uint32_t count = std::min<uint32_t>(SkNextPow2(temp), MAX_POINTS_PER_CURVE); in compute_pointCount() local
111 static bool one_d_pe(const int* array, const unsigned int count, in one_d_pe() argument
H A DDataRefTest.cpp75 int count = SK_ARRAY_COUNT(str); in test_vartable() local
100 int count = SK_ARRAY_COUNT(gData); test_globaltable() local
[all...]
H A DEmptyPathTest.cpp28 size_t count = DIMENSION * DIMENSION; in drawAndTest() local
/third_party/skia/src/ports/
H A DSkFontMgr_custom_embedded.cpp13 struct SkEmbeddedResourceHeader { const SkEmbeddedResource* entries; int count; }; member
/third_party/skia/src/pathops/
H A DSkOpBuilder.cpp130 int count = fOps.count(); in resolve() local
/third_party/skia/src/sksl/dsl/
H A DDSLType.cpp252 DSLType Array(const DSLType& base, int count, PositionInfo pos) { in Array() argument
H A DDSLVar.cpp51 int count; in DSLVarBase() local

Completed in 15 milliseconds

1...<<141142143144145146147148149150>>...640