/third_party/node/deps/brotli/c/enc/ |
H A D | memory.h | 32 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 D | ares_parse_txt_reply.c | 32 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 D | ngtcp2_crypto.h | 103 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 D | ngtcp2_conv.h | 74 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 D | stat02.c | 29 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 D | def.c | 105 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 D | fuzz_data_producer.c | 5 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 D | concurrent-marking.h | 91 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 D | test-malloc-stats-common.h | 29 #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 D | pcre2posix.h | 44 /* 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 D | Framebuffer9.h | 27 size_t count, 30 size_t count, 33 size_t count, 38 size_t index, 67 size_t outputPitch,
|
H A D | RenderTarget9.h | 28 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 D | BufferD3D.h | 44 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 D | CLKernelImpl.h | 34 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 D | SkBmpCodec.h | 24 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 D | SkAutoPixmapStorage.cpp | 31 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 D | SkMallocPixelRef.cpp | 24 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 D | webpi_dec.h | 59 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 D | VptrTest.cpp | 15 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 D | SkFloatUtils.h | 15 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 D | memory.h | 32 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 D | FeatureTests.cpp | 31 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 D | streaming_inflate_fuzzer.cc | 22 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 D | cord_rep_ring_reader.h | 49 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 D | str_replace_benchmark.cc | 54 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()
|