Home
last modified time | relevance | path

Searched defs:count (Results 3676 - 3700 of 6348) sorted by relevance

1...<<141142143144145146147148149150>>...254

/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/
H A Dmain.go
/third_party/openssl/ssl/
H A Dt1_enc.c114 int count = 0; in count_unprocessed_records() local
/third_party/openssl/providers/implementations/rands/
H A Ddrbg.c323 int count; in prov_drbg_get_nonce() member
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtypes.cpp283 Vector::Vector(const Type* type, uint32_t count) in Vector() argument
308 Matrix::Matrix(const Type* type, uint32_t count) in Matrix() argument
503 const size_t count = element_types_.size(); in str() local
599 const size_t count = param_types_.size(); in str() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtypes.cpp283 Vector::Vector(const Type* type, uint32_t count) in Vector() argument
308 Matrix::Matrix(const Type* type, uint32_t count) in Matrix() argument
503 const size_t count = element_types_.size(); in str() local
599 const size_t count = param_types_.size(); in str() local
[all...]
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
H A Dmain.cpp138 uint32_t count; in SetupVulkan() local
/third_party/skia/third_party/externals/imgui/
H A Dimstb_rectpack.h514 int count=0; in stbrp__skyline_pack_rectangle() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Drdgif.c158 int count; in GetDataBlock() local
218 int offs, count; in GetCode() local
[all...]
/third_party/skia/third_party/externals/libpng/arm/
H A Dfilter_neon_intrinsics.c423 int count = row_info->rowbytes; in png_read_filter_row_up_neon() local
460 int count = row_info->rowbytes; in png_read_filter_row_up_x2_neon() local
581 int count = row_info->rowbytes; png_read_filter_row_sub4_neon() local
944 int count = row_info->rowbytes; png_read_filter_row_avg4_neon() local
1037 int count = row_info->rowbytes; png_read_filter_row_avg4_x2_neon() local
1500 int count = row_info->rowbytes; png_read_filter_row_paeth4_neon() local
1598 int count = row_info->rowbytes; png_read_filter_row_paeth4_x2_neon() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dchoicfmt.cpp426 int32_t count = pattern.countParts(); in findSubMessage() local
514 int32_t count = pattern.countParts(); in parseArgument() local
276 setChoices(const double* limits, const UBool* closures, const UnicodeString* formats, int32_t count, UErrorCode &errorCode) setChoices() argument
H A Ddatefmt.cpp508 int32_t count = locale.getKeywordValue("compat", buffer, sizeof(buffer), status); in create() local
551 DateFormat::getAvailableLocales(int32_t& count) in getAvailableLocales() argument
H A Dfmtable.cpp80 static Formattable* createArrayCopy(const Formattable* array, int32_t count) { in createArrayCopy() argument
198 Formattable::Formattable(const Formattable* arrayToCopy, int32_t count) in Formattable() argument
587 Formattable::setArray(const Formattable* array, int32_t count) in setArray() argument
610 adoptArray(Formattable* array, int32_t count) adoptArray() argument
674 getArray(int32_t& count, UErrorCode& status) const getArray() argument
871 int32_t i, count; streamOut() local
993 int32_t count; ufmt_getArrayLength() local
1001 int32_t count; ufmt_getArrayItemByIndex() local
[all...]
H A Dnumber_modifiers.cpp167 int32_t count = 0; in getCodePointCount() local
H A Dnumber_skeletons.cpp146 inline void appendMultiple(UnicodeString& sb, UChar32 cp, int32_t count) { in appendMultiple() argument
H A Dplurfmt.cpp423 int32_t count=pattern.countParts(); in findSubMessage() local
515 int count=msgPattern.countParts(); in parseType() local
H A Dregion.cpp732 RegionNameEnumeration::count(UErrorCode& /*status*/) const { in count() function in RegionNameEnumeration
H A Ducol_res.cpp543 int32_t count = 0; in ucol_getAvailable() local
554 int32_t count = 0; in ucol_countAvailable() local
H A Dumsg.cpp176 int32_t count = 0; in u_vparseMessage() local
214 int32_t count = 0; in u_vparseMessageWithError() local
405 int32_t count =0; in umsg_vformat() local
52 getArgTypeList(const MessageFormat& m, int32_t& count) getArgTypeList() argument
485 umsg_parse( const UMessageFormat *fmt, const UChar *source, int32_t sourceLength, int32_t *count, UErrorCode *status, ...) umsg_parse() argument
507 umsg_vparse(const UMessageFormat *fmt, const UChar *source, int32_t sourceLength, int32_t *count, va_list ap, UErrorCode *status) umsg_vparse() argument
[all...]
/third_party/skia/third_party/externals/icu/source/io/
H A Dustdio.cpp129 static const UChar * u_file_translit(UFILE *f, const UChar *src, int32_t *count, UBool flush) in u_file_translit() argument
288 int32_t count = u_file_write(s, u_strlen(s), f); in u_fputs() local
310 u_file_write_flush(const UChar *chars, int32_t count, UFILE *f, UBool flushIO, UBool flushTranslit) u_file_write_flush() argument
395 u_file_write( const UChar *chars, int32_t count, UFILE *f) u_file_write() argument
492 int32_t count; u_fgets() local
696 u_file_read( UChar *chars, int32_t count, UFILE *f) u_file_read() argument
[all...]
/third_party/skia/third_party/externals/icu/source/samples/cal/
H A Dcal.c298 int32_t count, i; in get_symbols() local
382 indent(int32_t count, in indent() argument
[all...]
/third_party/skia/third_party/externals/icu/source/samples/ucnv/
H A Dconvsamp.cpp245 int32_t count; in convsample_03() local
300 int32_t count; in convsample_05() local
400 int32_t count; in convsample_06() local
879 int32_t count; convsample_40() local
983 int32_t count; convsample_46() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dxmlparser.cpp717 int32_t i, count=fChildren.size(); in appendText() local
754 int32_t i, count=fAttNames.size(); in getAttribute() local
790 int32_t count=fChildren.size(); in nextChildElement() local
811 int32_t i, count=fChildren.size(); in getChildElement() local
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
H A Dmain.cpp146 uint32_t count; in SetupVulkan() local
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Dmuxread.c527 int count = 0; in CountChunks() local
/third_party/skia/src/pdf/
H A DSkPDFMetadata.cpp185 static void hexify(const uint8_t** inputPtr, char** outputPtr, int count) { in hexify() argument

Completed in 50 milliseconds

1...<<141142143144145146147148149150>>...254