Home
last modified time | relevance | path

Searched refs:size_t (Results 10076 - 10100 of 19393) sorted by relevance

1...<<401402403404405406407408409410>>...776

/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_https_sni.c143 size_t name_len; in sni_callback()
186 size_t len; in do_get()
/third_party/skia/src/pdf/
H A DSkPDFMakeToUnicodeCmap.cpp88 for (size_t i = 0; i < bfchar.size(); i += 100) { in append_bfchar_section()
108 for (size_t i = 0; i < bfrange.size(); i += 100) { in append_bfrange_section()
/third_party/skia/src/utils/
H A DSkParse.cpp266 size_t len = strlen(target); in FindList()
272 size_t entryLen; in FindList()
/third_party/skia/src/ports/
H A DSkImageGeneratorNDK.cpp26 bool onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
139 bool ImageGeneratorNDK::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in onGetPixels()
H A DSkImageGeneratorWIC.cpp37 bool onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options&)
169 bool ImageGeneratorWIC::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in onGetPixels()
/third_party/skia/src/pathops/
H A DSkOpCubicHull.cpp56 size_t index; in convexHull()
58 size_t yMin = 0; in convexHull()
/third_party/skia/src/sksl/
H A DSkSLRehydrator.h145 const uint8_t* src, size_t length);
191 while ((size_t) id >= fSymbols.size()) { in addSymbol()
H A DSkSLString.cpp41 size_t size = vsnprintf(buffer, BUFFER_SIZE, fmt, args); in vappendf()
53 size_t suffixLength = strlen(suffix); in consumeSuffix()
/third_party/skia/src/sksl/lex/
H A DRegexNode.cpp22 while (chars.size() <= (size_t) child.fPayload.fChar) { in createStates()
28 while (chars.size() <= (size_t) child.fChildren[1].fPayload.fChar) { in createStates()
/third_party/skia/tests/
H A DTemplatesTest.cpp111 test_container_apis<SkAutoTMalloc<int>, size_t>(reporter); in DEF_TEST()
112 test_container_apis<SkAutoSTMalloc<kStackPreallocCount, int>, size_t>(reporter); in DEF_TEST()
H A DMaskCacheTest.cpp44 size_t size = 256; in DEF_TEST()
81 size_t size = 256; in DEF_TEST()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DClient.cpp33 size_t GetMaximumAllocationSize() const final {
36 void* GetCmdSpace(size_t size) final {
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
H A DDawnNative.h204 DAWN_NATIVE_EXPORT size_t GetLazyClearCountForTesting(WGPUDevice device);
207 DAWN_NATIVE_EXPORT size_t GetDeprecationWarningCountForTesting(WGPUDevice device);
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dstate.h300 size_t rb_roundtrips; /* how many times we went around the ring-buffer */
301 size_t partial_pos_out; /* how much output to the user in total */
/third_party/skia/third_party/externals/dawn/src/common/
H A Dityp_bitset.h26 template <typename Index, size_t N>
31 static_assert(sizeof(I) <= sizeof(size_t), "");
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DGetProcAddressTests.cpp159 for (size_t i = 1; i < names.size(); i++) { in TEST()
166 for (size_t i = 1; i < names.size(); i++) { in TEST()
/third_party/optimized-routines/string/test/
H A Dstrncmp.c21 int (*fun) (const char *, const char *, size_t);
76 size_t mte_len = maxlen < len + 1 ? maxlen : len + 1; in test()
/third_party/skia/third_party/externals/piex/src/
H A Dtiff_parser.h123 std::vector<std::uint8_t> GetData(const size_t offset, const size_t length,
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
H A Dtag.cc83 const size_t CFF_TABLE_ORDERING_SIZE =
107 const size_t TRUE_TYPE_TABLE_ORDERING_SIZE =
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dfont_parsing_test.cc49 for (size_t i = 0; i < SAMPLE_TTF_KNOWN_TAGS; ++i) { in TestFontParsing()
81 for (size_t i = 0; i < SAMPLE_TTF_KNOWN_TAGS; ++i) { in TestFontParsing()
H A Dserialization_test.cc67 for (size_t i = 0; i < SAMPLE_TTF_KNOWN_TAGS; ++i) { in TestSerialization()
132 for (size_t i = 0; i < SAMPLE_BITMAP_KNOWN_TAGS; ++i) { in TestSerializationBitmap()
/third_party/python/Modules/_blake2/impl/
H A Dblake2-impl.h139 static inline void secure_zero_memory(void *v, size_t n) in secure_zero_memory()
144 static void *(*const volatile memset_v)(void *, int, size_t) = &memset; in secure_zero_memory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DConvertUTF.h295 std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
298 std::error_code UTF16ToCurCP(const wchar_t *utf16, size_t utf16_len,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DArchitectureSet.h56 size_t count() const;
68 : public std::iterator<std::forward_iterator_tag, Architecture, size_t> {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h78 void setNumLocals(size_t NumLocals) { Locals.resize(NumLocals, MVT::i32); } in setNumLocals()
79 void setLocal(size_t i, MVT VT) { Locals[i] = VT; } in setLocal()

Completed in 17 milliseconds

1...<<401402403404405406407408409410>>...776