Home
last modified time | relevance | path

Searched refs:size_t (Results 10526 - 10550 of 20717) sorted by relevance

1...<<421422423424425426427428429430>>...829

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dtoken_enc.c69 const size_t size = sizeof(*page) + b->page_size_ * sizeof(token_t); in TBufferNewPage()
226 size_t VP8EstimateTokenSize(VP8TBuffer* const b, const uint8_t* const probas) { in VP8EstimateTokenSize()
227 size_t size = 0; in VP8EstimateTokenSize()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_http.c82 size_t max) in http_cb_response()
162 size_t *upload_data_size, in http_cb_request()
327 size_t i; in http_create_response()
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dmicrospdy.h701 size_t size,
726 size_t max,
1148 size_t size);
/third_party/skia/tests/
H A DDrawBitmapRectTest.cpp193 for (size_t i = 0; i < SK_ARRAY_COUNT(gTests); ++i) { in test_giantrepeat_crbug118018()
223 size_t count = bm.width() * bm.bytesPerPixel(); in check_for_all_zeros()
226 for (size_t i = 0; i < count; i++) { in check_for_all_zeros()
H A DGrTextBlobTest.cpp208 template <size_t inlineSize>
311 auto a = arena.makeUniqueArray<I>(8, [](size_t i) { return i; }); in DEF_TEST()
312 for (size_t i = 0; i < 8; i++) { in DEF_TEST()
H A DSkGlyphBufferTest.cpp117 size_t j = i + 1; in DEF_TEST()
128 size_t j = i + 1; in DEF_TEST()
147 size_t j = i + 1; in DEF_TEST()
/third_party/skia/third_party/externals/brotli/research/
H A Dsieve.cc79 std::string sieve_generate(size_t dictionary_size_limit, size_t slice_len, in sieve_generate()
80 const std::vector<size_t>& sample_sizes, const uint8_t* sample_data) { in sieve_generate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DBufferVk.cpp142 constexpr size_t kAlignment = 4u; in Initialize()
305 MaybeError Buffer::MapAsyncImpl(wgpu::MapMode mode, size_t offset, size_t size) { in MapAsyncImpl()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dcompiler_test.cpp222 size_t currentPos = 0; in foundInCodeInOrder()
252 size_t currentPos = 0; in foundInCode()
255 const size_t searchStringLength = strlen(stringToFind); in foundInCode()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DPrimitiveTopologyTests.cpp173 size_t count;
177 template <std::size_t N>
217 for (size_t i = 0; i < locationSpec.count; ++i) { in DoTest()
/third_party/openssl/test/
H A Devp_fetch_prov_test.c57 static int calculate_digest(const EVP_MD *md, const char *msg, size_t len, in calculate_digest()
83 size_t i; in load_providers()
242 size_t len) in encrypt_decrypt()
/third_party/optimized-routines/networking/test/
H A Dchksum.c133 size_t poolsize, in benchmark()
286 for (size_t i = 0; i < POOLSIZE / 4; i++) in main()
340 for (size_t size = 1; size < POOLSIZE; size *= 2) in main()
/third_party/openssl/crypto/bio/
H A Dbss_mem.c87 size_t sz; in BIO_new_mem_buf()
93 sz = (len < 0) ? strlen(buf) : (size_t)len; in BIO_new_mem_buf()
200 ret = (outl >= 0 && (size_t)outl > bm->length) ? (int)bm->length : outl; in mem_read()
/third_party/openssl/crypto/ct/
H A Dct_log.c46 size_t invalid_log_entries;
324 size_t *log_id_len) in CTLOG_get0_log_id()
341 size_t log_id_len) in CTLOG_STORE_get0_log_by_id()
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1parse.c99 size_t header_length ) in check_type1_format()
428 pos_lf = ft_memchr( cur, '\n', (size_t)( limit - cur ) ); in FT_LOCAL_DEF()
432 (size_t)( limit - cur ) ) ); in FT_LOCAL_DEF()
/third_party/pulseaudio/src/pulsecore/
H A Dconf-parser.c113 size_t k; in parse_line()
332 size_t *i; in pa_config_parse_size()
344 *i = (size_t) k; in pa_config_parse_size()
/third_party/pulseaudio/src/tests/
H A Dlo-test-util.c71 static void calibrate_write_cb(pa_stream *s, size_t nbytes, void *userdata) { in calibrate_write_cb()
87 static void calibrate_read_cb(pa_stream *s, size_t nbytes, void *userdata) { in calibrate_read_cb()
96 size_t l; in calibrate_read_cb()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DStatepoint.h98 void *operator new(size_t, unsigned) = delete;
99 void *operator new(size_t s) = delete;
169 size_t arg_size() const { return getNumCallArgs(); } in arg_size()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DStackMapParser.h391 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex]; in getRecord()
432 std::size_t getFunctionOffset(unsigned FunctionIndex) const { in getFunctionOffset()
436 std::size_t getConstantOffset(unsigned ConstantIndex) const { in getConstantOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCfg.h233 size_t getTotalMemoryMB() const;
236 size_t getLivenessMemoryMB() const;
248 template <typename T> T *allocateArrayOf(size_t NumElems) { in allocateArrayOf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp96 size_t NumOps = Node->getNumOperands(); in GetFunctionFromMDNode()
105 size_t ExpectNumArgNodeOps = F->arg_size() + 1; in GetFunctionFromMDNode()
106 for (size_t i = 0; i < NumKernelArgMDNodes; ++i) { in GetFunctionFromMDNode()
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dtest_inspector_builder.h157 std::string StructMemberName(size_t idx, const ast::Type* type);
182 const ast::StructMember* MakeStructMember(size_t index,
236 std::vector<std::tuple<size_t, const ast::Type*>> members);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dlocalpointer.h71 static void* U_EXPORT2 operator new(size_t) = delete; member in LocalPointerBase
72 static void* U_EXPORT2 operator new[](size_t) = delete; member in LocalPointerBase
74 static void* U_EXPORT2 operator new(size_t, void*) = delete;
/third_party/skia/third_party/externals/icu/source/common/
H A Dustr_wcs.cpp47 uprv_memcpy(newBuffer, *pBuffer, (size_t)length*size); in u_growAnyBufferFromStatic()
205 uprv_memcpy(dest, intTarget, (size_t)count*sizeof(wchar_t)); in _strToWCS()
400 uprv_memcpy(pWStack, pSrc, (size_t)nulLen*sizeof(wchar_t)); in _strFromWCS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDenseSet.h76 size_t getMemorySize() const { return TheMap.getMemorySize(); } in getMemorySize()
80 void resize(size_t Size) { TheMap.resize(Size); } in resize()
84 void reserve(size_t Size) { TheMap.reserve(Size); } in reserve()

Completed in 25 milliseconds

1...<<421422423424425426427428429430>>...829