Home
last modified time | relevance | path

Searched refs:size_t (Results 1626 - 1650 of 20098) sorted by relevance

1...<<61626364656667686970>>...804

/third_party/node/deps/v8/src/heap/
H A Dcode-range.cc34 Address CodeRangeAddressHint::GetAddressHint(size_t code_range_size, in GetAddressHint()
35 size_t alignment) { in GetAddressHint()
87 size_t code_range_size) { in NotifyFreedCodeRange()
95 size_t CodeRange::GetWritableReservedAreaSize() { in GetWritableReservedAreaSize()
100 size_t requested) { in InitReservation()
109 const size_t reserved_area = GetWritableReservedAreaSize(); in InitReservation()
125 const size_t allocate_page_size = page_allocator->AllocatePageSize(); in InitReservation()
172 size_t embedded_blob_code_size) { in RemapEmbeddedBuiltins()
193 const size_t kAllocatePageSize = page_allocator()->AllocatePageSize(); in RemapEmbeddedBuiltins()
194 const size_t kCommitPageSiz in RemapEmbeddedBuiltins()
[all...]
/third_party/node/deps/v8/src/execution/
H A Dfutex-emulation.h65 size_t wait_addr, Handle<JSObject> promise_capability,
104 size_t wait_addr_ = 0;
154 Handle<JSArrayBuffer> array_buffer, size_t addr,
159 Handle<JSArrayBuffer> array_buffer, size_t addr,
166 size_t addr, int32_t value,
173 size_t addr, int64_t value,
181 size_t addr,
190 size_t addr);
200 Handle<JSArrayBuffer> array_buffer, size_t addr);
210 Handle<JSArrayBuffer> array_buffer, size_t add
[all...]
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest42-PR21296-clanggcc.cc26 typedef unsigned long size_t; typedef
91 template<std::size_t _Idx, typename _Head, bool _IsEmptyNotFinal>
95 template<std::size_t _Idx, typename _Head>
114 template<std::size_t _Idx, typename... _Elements>
117 template<std::size_t _Idx>
120 template<std::size_t, typename...> friend class _Tuple_impl;
128 template<std::size_t _Idx, typename _Head, typename... _Tail>
134 template<std::size_t, typename...> friend class _Tuple_impl;
174 template<std::size_t __i, typename _Tp>
181 template<std::size_t __
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dmemblock.h71 size_t length;
125 pa_memblock *pa_memblock_new(pa_mempool *, size_t length);
128 pa_memblock *pa_memblock_new_pool(pa_mempool *, size_t length);
131 pa_memblock *pa_memblock_new_user(pa_mempool *, void *data, size_t length, pa_free_cb_t free_cb, void *free_cb_data, bool read_only);
134 static inline pa_memblock *pa_memblock_new_malloced(pa_mempool *p, void *data, size_t length) { in pa_memblock_new_malloced()
139 pa_memblock *pa_memblock_new_fixed(pa_mempool *, void *data, size_t length, bool read_only);
162 size_t pa_memblock_get_length(pa_memblock *b);
170 pa_mempool *pa_mempool_new(pa_mem_type_t type, size_t size, bool per_client);
182 size_t pa_mempool_block_size_max(pa_mempool *p);
192 uint32_t shm_id, size_t offse
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.h49 typedef size_t DataRevision;
89 size_t getTotalCPUBufferMemoryBytes() const;
92 size_t getSize() const override;
102 size_t size,
107 size_t size,
108 size_t offset) override;
116 size_t offset,
117 size_t length,
159 size_t sourceOffset,
160 size_t storageSiz
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dct.h176 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
183 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
191 size_t log_id_len);
223 size_t SCT_get0_extensions(const SCT *sct, unsigned char **ext);
229 void SCT_set0_extensions(SCT *sct, unsigned char *ext, size_t ext_len);
237 size_t ext_len);
244 size_t SCT_get0_signature(const SCT *sct, unsigned char **sig);
250 void SCT_set0_signature(SCT *sct, unsigned char *sig, size_t sig_len);
257 size_t sig_len);
348 size_t le
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dstructures.h338 size_t size,
472 size_t data_size;
734 size_t read_ignore_bytes;
742 size_t read_buffer_size;
748 size_t read_buffer_offset;
753 size_t read_buffer_beginning;
759 size_t write_buffer_size;
765 size_t write_buffer_offset;
770 size_t write_buffer_beginning;
1032 size_t headers_siz
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_consume_test.cc50 CordRepFlat* CreateFlatWithLength(size_t length) { in CreateFlatWithLength()
57 CordRepSubstring* CreateSubstring(CordRep* child, size_t start, size_t length) { in CreateSubstring()
90 MockFunction<void(CordRep*, size_t, size_t)> consume; in TEST()
107 MockFunction<void(CordRep*, size_t, size_t)> consume; in TEST()
125 MockFunction<void(CordRep*, size_t, size_t)> consume; in TEST()
142 MockFunction<void(CordRep*, size_t, size_ in TEST()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay_i.h67 size_t icv_len;
69 int (*cak_trfm)(const u8 *msk, size_t msk_bytes, const u8 *mac1,
70 const u8 *mac2, u8 *cak, size_t cak_bytes);
71 int (*ckn_trfm)(const u8 *msk, size_t msk_bytes, const u8 *mac1,
72 const u8 *mac2, const u8 *sid, size_t sid_len, u8 *ckn);
73 int (*kek_trfm)(const u8 *cak, size_t cak_bytes,
74 const u8 *ckn, size_t ckn_len,
75 u8 *kek, size_t kek_bytes);
76 int (*ick_trfm)(const u8 *cak, size_t cak_bytes,
77 const u8 *ckn, size_t ckn_le
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_i.h80 size_t last_rx_eapol_key_len;
104 size_t wpa_ie_len;
121 size_t xxkey_len;
127 size_t r0kh_id_len;
134 const u8 *ies, size_t ies_len);
152 size_t fils_key_auth_len;
225 size_t wpa_ie_len;
270 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len,
279 const u8 *kde, size_t kde_len,
289 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t le
[all...]
/third_party/curl/tests/libtest/
H A Dlib1540.c59 static size_t header_callback(void *ptr, size_t size, size_t nmemb, in header_callback()
62 size_t len = size * nmemb; in header_callback()
68 static size_t write_callback(void *ptr, size_t size, size_t nmemb, void *userp) in write_callback()
71 size_t len = size * nmemb; in write_callback()
/third_party/curl/lib/
H A Ddynbuf.h49 size_t leng; /* number of bytes *EXCLUDING* the null-terminator */
50 size_t allc; /* size of the current allocation */
51 size_t toobig; /* size limit for the buffer */
57 void Curl_dyn_init(struct dynbuf *s, size_t toobig);
59 CURLcode Curl_dyn_addn(struct dynbuf *s, const void *mem, size_t len)
68 CURLcode Curl_dyn_tail(struct dynbuf *s, size_t trail);
69 CURLcode Curl_dyn_setlen(struct dynbuf *s, size_t set);
72 size_t Curl_dyn_len(const struct dynbuf *s);
/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_port.c66 static size_t
73 return (size_t) size; in jerry_port_get_file_size()
82 size_t *out_size_p) /**< [out] read bytes */ in jerry_port_read_source()
92 size_t file_size = jerry_port_get_file_size (file_p); in jerry_port_read_source()
103 size_t bytes_read = fread (buffer_p, 1u, file_size, file_p); in jerry_port_read_source()
134 size_t
137 size_t out_buf_size, /**< size of output buffer */ in jerry_port_normalize_path()
142 size_t len = strlen (in_path_p); in jerry_port_normalize_path()
/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_key_agreement.c34 size_t key_buffer_size, in mbedtls_test_transparent_key_agreement()
37 size_t peer_key_length, in mbedtls_test_transparent_key_agreement()
39 size_t shared_secret_size, in mbedtls_test_transparent_key_agreement()
40 size_t *shared_secret_length) in mbedtls_test_transparent_key_agreement()
127 size_t key_buffer_size, in mbedtls_test_opaque_key_agreement()
130 size_t peer_key_length, in mbedtls_test_opaque_key_agreement()
132 size_t shared_secret_size, in mbedtls_test_opaque_key_agreement()
133 size_t *shared_secret_length) in mbedtls_test_opaque_key_agreement()
/third_party/node/deps/brotli/c/include/brotli/
H A Dencode.h280 * @returns @c 0 if result does not fit @c size_t
282 BROTLI_ENC_API size_t BrotliEncoderMaxCompressedSize(size_t input_size);
313 int quality, int lgwin, BrotliEncoderMode mode, size_t input_size,
315 size_t* encoded_size,
381 BrotliEncoderState* state, BrotliEncoderOperation op, size_t* available_in,
382 const uint8_t** next_in, size_t* available_out, uint8_t** next_out,
383 size_t* total_out);
434 BrotliEncoderState* state, size_t* size);
/third_party/node/deps/brotli/c/enc/
H A Dutf8_util.c17 static size_t BrotliParseAsUTF8( in BrotliParseAsUTF8()
18 int* symbol, const uint8_t* input, size_t size) { in BrotliParseAsUTF8()
69 const uint8_t* data, const size_t pos, const size_t mask, in BrotliIsMostlyUTF8()
70 const size_t length, const double min_fraction) { in BrotliIsMostlyUTF8()
71 size_t size_utf8 = 0; in BrotliIsMostlyUTF8()
72 size_t i = 0; in BrotliIsMostlyUTF8()
75 size_t bytes_read = in BrotliIsMostlyUTF8()
/third_party/node/deps/cares/src/lib/
H A Dares_expand_name.c41 size_t alen, char **s, size_t *enclen, in ares__expand_name_validated()
46 size_t start_len; in ares__expand_name_validated()
69 status = ares__buf_set_position(buf, (size_t)(encoded - abuf)); in ares__expand_name_validated()
91 size_t enclen_temp = 0; in ares_expand_name()
98 status = ares__expand_name_validated(encoded, abuf, (size_t)alen, s, in ares_expand_name()
108 size_t alen, char **s, in ares__expand_name_for_response()
109 size_t *enclen, in ares__expand_name_for_response()
/third_party/ltp/testcases/kernel/kvm/include/
H A Dkvm_guest.h30 typedef unsigned long size_t; typedef
45 void *memset(void *dest, int val, size_t size);
46 void *memzero(void *dest, size_t size);
47 void *memcpy(void *dest, const void *src, size_t size);
51 size_t strlen(const char *str);
81 void *tst_heap_alloc_aligned(size_t size, size_t align);
82 void *tst_heap_alloc(size_t size);
/third_party/node/deps/v8/src/base/
H A Dvirtual-address-space-page-allocator.cc15 void* hint, size_t size, size_t alignment, in AllocatePages()
22 bool VirtualAddressSpacePageAllocator::FreePages(void* ptr, size_t size) { in FreePages()
35 bool VirtualAddressSpacePageAllocator::ReleasePages(void* ptr, size_t size, in ReleasePages()
36 size_t new_size) { in ReleasePages()
55 void* address, size_t size, PageAllocator::Permission access) { in SetPermissions()
61 size_t size) { in DiscardSystemPages()
66 size_t size) { in DecommitPages()
/third_party/node/deps/v8/src/inspector/
H A Dsearch-util.cc19 size_t length = content.length(); in findMagicComment()
20 size_t nameLength = name.length(); in findMagicComment()
22 size_t pos = length; in findMagicComment()
23 size_t equalSignPos = 0; in findMagicComment()
24 size_t closingCommentPos = 0; in findMagicComment()
52 size_t urlPos = equalSignPos + 1; in findMagicComment()
57 size_t newLine = match.find("\n"); in findMagicComment()
61 for (size_t i = 0; i < match.length(); ++i) { in findMagicComment()
72 for (size_t i = 0; i < text.length(); i++) { in createSearchRegexSource()
85 std::unique_ptr<std::vector<size_t>> lineEnding
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm_hw.c14 size_t nlen, size_t mlen) in ossl_ccm_generic_setiv()
20 size_t alen) in ossl_ccm_generic_setaad()
26 int ossl_ccm_generic_gettag(PROV_CCM_CTX *ctx, unsigned char *tag, size_t tlen) in ossl_ccm_generic_gettag()
32 unsigned char *out, size_t len, in ossl_ccm_generic_auth_encrypt()
33 unsigned char *tag, size_t taglen) in ossl_ccm_generic_auth_encrypt()
49 unsigned char *out, size_t len, in ossl_ccm_generic_auth_decrypt()
50 unsigned char *expected_tag, size_t taglen) in ossl_ccm_generic_auth_decrypt()
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H A Dtexture_utils.cpp23 const size_t width = 2; in CreateSimpleTexture2D()
24 const size_t height = 2; in CreateSimpleTexture2D()
63 for (size_t i = 0; i < 6; i++) in CreateSimpleTextureCubemap()
79 const size_t width = 256; in CreateMipMappedTexture2D()
80 const size_t height = 256; in CreateMipMappedTexture2D()
83 const size_t checkerSize = 8; in CreateMipMappedTexture2D()
84 for (size_t y = 0; y < height; y++) in CreateMipMappedTexture2D()
86 for (size_t x = 0; x < width; x++) in CreateMipMappedTexture2D()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DBufferNULL.h30 size_t size,
36 size_t size,
41 size_t size,
42 size_t offset) override;
50 size_t offset,
51 size_t length,
58 size_t offset,
59 size_t count,
/third_party/skia/src/codec/
H A DSkBmpRLECodec.h49 size_t dstRowBytes, const Options&,
72 size_t checkForMoreData();
77 void setPixel(void* dst, size_t dstRowBytes,
83 void setRGBPixel(void* dst, size_t dstRowBytes,
90 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
92 int decodeRLE(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes);
104 inline static constexpr size_t kBufferSize = 4096;
106 size_t fBytesBuffered;
/third_party/skia/src/gpu/
H A DGrStagingBufferManager.cpp16 size_t size, size_t requiredAlignment) { in allocateStagingBufferSlice()
18 size_t offset = 0; in allocateStagingBufferSlice()
19 for (size_t i = 0; i < fBuffers.size(); ++i) { in allocateStagingBufferSlice()
20 size_t totalBufferSize = fBuffers[i].fBuffer->size(); in allocateStagingBufferSlice()
21 size_t currentOffset = fBuffers[i].fOffset; in allocateStagingBufferSlice()
31 size_t bufferSize = std::max(size, kMinStagingBufferSize); in allocateStagingBufferSlice()
55 for (size_t i = 0; i < fBuffers.size(); ++i) { in detachBuffers()

Completed in 12 milliseconds

1...<<61626364656667686970>>...804