Home
last modified time | relevance | path

Searched refs:size_t (Results 3251 - 3275 of 19934) sorted by relevance

1...<<131132133134135136137138139140>>...798

/third_party/node/deps/brotli/c/enc/
H A Dmemory.h32 size_t perm_allocated;
33 size_t new_allocated;
34 size_t new_freed;
43 BROTLI_INTERNAL void* BrotliAllocate(MemoryManager* m, size_t n);
83 size_t _new_size = (C == 0) ? (R) : C; \
/third_party/node/deps/cares/src/lib/
H A Dares_parse_txt_reply.c32 static int ares__parse_txt_reply(const unsigned char *abuf, size_t alen, in ares__parse_txt_reply()
40 size_t i; in ares__parse_txt_reply()
58 size_t ptr_len; in ares__parse_txt_reply()
126 return ares__parse_txt_reply(abuf, (size_t)alen, ARES_FALSE, in ares_parse_txt_reply()
136 return ares__parse_txt_reply(abuf, (size_t)alen, ARES_TRUE, (void **)txt_out); in ares_parse_txt_reply_ext()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_crypto.h103 size_t secretlen,
105 const uint8_t *iv, size_t ivlen,
112 int ngtcp2_crypto_km_nocopy_new(ngtcp2_crypto_km **pckm, size_t secretlen,
113 size_t ivlen, const ngtcp2_mem *mem);
127 void ngtcp2_crypto_create_nonce(uint8_t *dest, const uint8_t *iv, size_t ivlen,
H A Dngtcp2_conv.h74 uint64_t ngtcp2_get_varint(size_t *plen, const uint8_t *p);
80 int64_t ngtcp2_get_pkt_num(const uint8_t *p, size_t pkt_numlen);
135 uint8_t *ngtcp2_put_pkt_num(uint8_t *p, int64_t pkt_num, size_t len);
141 size_t ngtcp2_get_varint_len(const uint8_t *p);
147 size_t ngtcp2_put_varint_len(uint64_t n);
/third_party/ltp/testcases/kernel/syscalls/stat/
H A Dstat02.c29 size_t bytes_to_write;
30 size_t decrement;
38 void verify(const char *fname, size_t bytes, size_t decrement) in verify()
42 size_t bytes_written = 0; in verify()
/third_party/lwip/src/core/
H A Ddef.c105 lwip_strnstr(const char *buffer, const char *token, size_t n) in lwip_strnstr()
108 size_t tokenlen = strlen(token); in lwip_strnstr()
163 lwip_strnicmp(const char *str1, const char *str2, size_t len) in lwip_strnicmp()
199 lwip_itoa(char *result, size_t bufsize, int number) in lwip_itoa()
238 memmove(res, tmp, (size_t)((result + bufsize) - tmp)); in lwip_itoa()
/third_party/lz4/ossfuzz/
H A Dfuzz_data_producer.c5 size_t size;
8 FUZZ_dataProducer_t* FUZZ_dataProducer_create(const uint8_t* data, size_t size) { in FUZZ_dataProducer_create()
22 const size_t size = producer->size; in FUZZ_dataProducer_retrieve32()
46 size_t const seed = FUZZ_dataProducer_retrieve32(producer); in FUZZ_dataProducer_range32()
75 size_t FUZZ_dataProducer_remainingBytes(FUZZ_dataProducer_t *producer){ in FUZZ_dataProducer_remainingBytes()
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-marking.h91 size_t TotalMarkedBytes();
102 size_t marked_bytes = 0;
111 size_t GetMaxConcurrency(size_t worker_count);
118 std::atomic<size_t> total_marked_bytes_{0};
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-stats-common.h29 #define SIZE_ALIGN (8 * sizeof(size_t))
32 #define OVERHEAD (sizeof(size_t) + LIST_OVERHEAD)
34 static size_t sizes[SIZES_COUNT] = {
54 size_t alloc_size;
63 for (size_t i = 0; i < SIZES_COUNT; i++) { in get_total_from_test_sizes()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h44 /* Have to include stdlib.h in order to ensure that size_t is defined. */
105 size_t re_nsub;
106 size_t re_erroffset;
162 PCRE2POSIX_EXP_DECL int PCRE2_CALL_CONVENTION pcre2_regexec(const regex_t *, const char *, size_t,
164 PCRE2POSIX_EXP_DECL size_t PCRE2_CALL_CONVENTION pcre2_regerror(int, const regex_t *, char *, size_t);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.h27 size_t count,
30 size_t count,
33 size_t count,
38 size_t index,
67 size_t outputPitch,
H A DRenderTarget9.h28 virtual size_t getTextureLevel() const = 0;
39 size_t textureLevel,
55 size_t getTextureLevel() const override;
69 size_t mTextureLevel;
86 size_t getTextureLevel() const override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DBufferD3D.h44 virtual size_t getSize() const = 0;
58 void promoteStaticUsage(const gl::Context *context, size_t dataSize);
62 size_t offset,
63 size_t count,
83 size_t mUnmodifiedDataUse;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLKernelImpl.h34 std::array<size_t, 3u> globalWorkSize = {};
35 size_t workGroupSize = 0u;
36 std::array<size_t, 3u> compileWorkGroupSize = {};
38 size_t prefWorkGroupSizeMultiple = 0u;
86 virtual cl_int setArg(cl_uint argIndex, size_t argSize, const void *argValue) = 0;
/third_party/skia/src/codec/
H A DSkBmpCodec.h24 static bool IsBmp(const void*, size_t);
83 size_t srcRowBytes() const { return fSrcRowBytes; } in srcRowBytes()
131 virtual int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
139 int onGetScanlines(void* dst, int count, size_t rowBytes) override;
145 const size_t fSrcRowBytes;
/third_party/skia/src/core/
H A DSkAutoPixmapStorage.cpp31 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) { in AllocSize()
32 size_t rb = info.minRowBytes(); in AllocSize()
42 size_t rb; in tryAlloc()
43 size_t size = AllocSize(info, &rb); in tryAlloc()
H A DSkMallocPixelRef.cpp24 sk_sp<SkPixelRef> SkMallocPixelRef::MakeAllocate(const SkImageInfo& info, size_t rowBytes) { in MakeAllocate()
27 // rowBytes can still be zero, if it overflowed (width * bytesPerPixel > size_t) in MakeAllocate()
33 size_t size = info.computeByteSize(rowBytes); in MakeAllocate()
48 PixelRef(int w, int h, void* s, size_t r) : SkPixelRef(w, h, s, r) {} in MakeAllocate()
55 size_t rowBytes, in MakeWithData()
69 PixelRef(int w, int h, void* s, size_t r, sk_sp<SkData> d) in MakeWithData()
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dwebpi_dec.h59 size_t data_size; // input buffer size
61 size_t offset; // offset to main data chunk (VP8 or VP8L)
63 size_t alpha_data_size; // alpha chunk size
64 size_t compressed_size; // VP8/VP8L compressed data size
65 size_t riff_size; // size of the riff payload (or 0 if absent)
/third_party/skia/tests/
H A DVptrTest.cpp15 virtual size_t val() const = 0;
19 SubclassA(size_t val) : fVal(val) {} in SubclassA()
21 size_t val() const override { return fVal; }
23 size_t fVal;
29 size_t val() const override { return 42; }
/third_party/skia/src/utils/
H A DSkFloatUtils.h15 template <size_t size>
61 static const size_t kBitCount = CHAR_BIT * sizeof(RawType);
64 static const size_t kFractionBitCount = SkNumericLimits<RawType>::digits - 1;
67 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;
80 static const size_t kMaxUlps = ULPs;
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dmemory.h32 size_t perm_allocated;
33 size_t new_allocated;
34 size_t new_freed;
43 BROTLI_INTERNAL void* BrotliAllocate(MemoryManager* m, size_t n);
83 size_t _new_size = (C == 0) ? (R) : C; \
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DFeatureTests.cpp31 for (size_t i = 0; i < kTotalFeaturesCount; ++i) { in GetAllFeatureNames()
37 static constexpr size_t kTotalFeaturesCount =
38 static_cast<size_t>(dawn_native::Feature::EnumCount);
49 for (size_t i = 0; i < kTotalFeaturesCount; ++i) { in TEST_F()
69 for (size_t i = 0; i < kTotalFeaturesCount; ++i) { in TEST_F()
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
H A Dstreaming_inflate_fuzzer.cc22 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput()
31 size_t comp_buf_cap = deflateBound(&comp_strm, size); in LLVMFuzzerTestOneInput()
40 size_t comp_sz = comp_buf_cap - comp_strm.avail_out; in LLVMFuzzerTestOneInput()
60 size_t num_out = sizeof(decomp_buf) - decomp_strm.avail_out; in LLVMFuzzerTestOneInput()
61 for (size_t i = 0; i < num_out; i++) { in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring_reader.h49 size_t length() const { in length()
59 size_t consumed() const { in consumed()
66 size_t remaining() const { in remaining()
98 absl::string_view Seek(size_t offset) { in Seek()
100 size_t current = ring_->entry_end_offset(index_); in Seek()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_replace_benchmark.cc54 size_t r = 0; in SetUpStrings()
68 for (size_t pos = 0; in SetUpStrings()
74 for (size_t pos = 0;;) { in SetUpStrings()
75 size_t next_pos = static_cast<size_t>(-1); in SetUpStrings()

Completed in 12 milliseconds

1...<<131132133134135136137138139140>>...798