Home
last modified time | relevance | path

Searched refs:size_t (Results 3376 - 3400 of 20613) sorted by relevance

1...<<131132133134135136137138139140>>...825

/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/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
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/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()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dextension_test.cc45 std::string MakeRandomString(size_t len) { in MakeRandomString()
57 for (size_t chunk_size : {1, 10, 100, 1000, 10000}) { in TEST()
60 for (size_t chunks = 0; chunks < 10; ++chunks) { in TEST()
71 for (size_t chunk_size : {1, 10, 100, 1000, 10000}) { in TEST()
74 for (size_t chunks = 0; chunks < 10; ++chunks) { in TEST()
/third_party/skia/modules/skottie/src/effects/
H A DGaussianBlurEffect.cpp38 enum : size_t { in GaussianBlurEffectAdapter()
57 const auto dim_index = SkTPin<size_t>(static_cast<size_t>(fDimensions),
70 const auto repeat_index = SkTPin<size_t>(static_cast<size_t>(fRepeatEdge),
/third_party/selinux/libsepol/src/
H A Dkernel_to_common.h83 size_t size;
95 int strs_init(struct strs **strs, size_t size);
102 int strs_add_at_index(struct strs *strs, char *s, size_t index);
103 char *strs_read_at_index(struct strs *strs, size_t index);
106 size_t strs_len_items(const struct strs *strs);
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dsha.rs15 pub unsafe fn SHA1(d: *const c_uchar, n: size_t, md: *mut c_uchar) -> *mut c_uchar { in SHA1()
32 pub unsafe fn SHA224(d: *const c_uchar, n: size_t, md: *mut c_uchar) -> *mut c_uchar { in SHA224()
48 pub unsafe fn SHA256(d: *const c_uchar, n: size_t, md: *mut c_uchar) -> *mut c_uchar { in SHA256()
71 pub unsafe fn SHA384(d: *const c_uchar, n: size_t, md: *mut c_uchar) -> *mut c_uchar { in SHA384()
87 pub unsafe fn SHA512(d: *const c_uchar, n: size_t, md: *mut c_uchar) -> *mut c_uchar { in SHA512()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wext.h27 size_t assoc_req_ies_len;
29 size_t assoc_resp_ies_len;
52 int wpa_driver_wext_set_ssid(void *priv, const u8 *ssid, size_t ssid_len);
57 int set_tx, const u8 *seq, size_t seq_len,
58 const u8 *key, size_t key_len);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_fast_common.h82 size_t eap_payload_tlv_len;
84 size_t crypto_binding_len;
89 size_t pac_len;
101 size_t len);
105 int tlv_type, u8 *pos, size_t len);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H A Dl2_packet_none.c22 const u8 *buf, size_t len);
38 const u8 *buf, size_t len) in l2_packet_send()
70 const u8 *buf, size_t len), in l2_packet_init()
98 const u8 *buf, size_t len), in l2_packet_init_bridge()
120 int l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) in l2_packet_get_ip_addr()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dconst_time.h78 size_t len) in const_time_eq_bin()
82 size_t i; in const_time_eq_bin()
162 const u8 *false_val, size_t len, in const_time_select_bin()
165 size_t i; in const_time_select_bin()
172 static inline int const_time_memcmp(const void *a, const void *b, size_t len) in const_time_memcmp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddpp_hostapd.h23 const u8 *buf, size_t len, unsigned int freq);
25 const u8 *data, size_t data_len, int ok);
28 const u8 *query, size_t query_len,
29 const u8 *data, size_t data_len);
35 char *buf, size_t buflen);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_fast_common.h82 size_t eap_payload_tlv_len;
84 size_t crypto_binding_len;
89 size_t pac_len;
101 size_t len);
105 int tlv_type, u8 *pos, size_t len);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
H A Deapol_auth_sm.h23 size_t eap_req_id_text_len;
45 size_t datalen);
47 size_t datalen);
50 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len,
76 size_t buflen);

Completed in 13 milliseconds

1...<<131132133134135136137138139140>>...825