/third_party/node/deps/v8/src/diagnostics/ |
H A D | basic-block-profiler.h | 26 explicit BasicBlockProfilerData(size_t n_blocks); 35 size_t n_blocks() const { in n_blocks() 44 void SetBlockId(size_t offset, int32_t id); 82 BasicBlockProfilerData* NewData(size_t n_blocks);
|
/third_party/node/deps/v8/src/heap/ |
H A D | read-only-heap.h | 37 static constexpr size_t kEntriesCount = 38 static_cast<size_t>(RootIndex::kReadOnlyRootsCount); 82 Object cached_read_only_object(size_t i) const; 84 size_t read_only_object_cache_size() const;
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | persistent-node.cc | 52 size_t PersistentRegionBase::NodesInUse() const { in NodesInUse() 54 const size_t accumulated_nodes_in_use_ = std::accumulate( in NodesInUse() 55 nodes_.cbegin(), nodes_.cend(), 0u, [](size_t acc, const auto& slots) { in NodesInUse() 153 size_t CrossThreadPersistentRegion::NodesInUse() const { in NodesInUse()
|
/third_party/node/deps/v8/src/utils/ |
H A D | scoped-list.h | 60 size_t index = start_ + i; in at() 67 size_t index = start_ + i; in at() 110 size_t start_; 111 size_t end_;
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_linear.c | 37 pipe_linear_to_tile(size_t src_stride, const void *src_ptr, in pipe_linear_to_tile() 42 size_t bytes = t->cols * t->block.size; in pipe_linear_to_tile() 62 size_t dst_stride, void *dst_ptr) in pipe_linear_from_tile() 66 size_t bytes = t->cols * t->block.size; in pipe_linear_from_tile()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_encoder_nalu_writer_h264.h | 116 size_t & writtenBytes); 124 size_t & writtenBytes); 128 size_t & writtenBytes); 131 size_t & writtenBytes);
|
/third_party/mesa3d/src/gtest/include/ |
H A D | mesa-gtest-extras.h | 36 size_t count) in array_equal_pred() 42 for (size_t i = 0; i < count; i++) { in array_equal_pred() 55 for (size_t i = 0; i < count; i++) { in array_equal_pred() 65 for (size_t i = 0; i < count; i++) { in array_equal_pred()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecdh_ossl.c | 28 int ossl_ecdh_compute_key(unsigned char **psec, size_t *pseclen, in ossl_ecdh_compute_key() 49 int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, in ossl_ecdh_simple_compute_key() 58 size_t buflen, len; in ossl_ecdh_simple_compute_key() 127 if (len != (size_t)BN_bn2bin(x, buf + buflen - len)) { in ossl_ecdh_simple_compute_key()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | http.h | 57 size_t OSSL_HTTP_REQ_CTX_get_resp_len(const OSSL_HTTP_REQ_CTX *rctx); 76 size_t max_resp_len, int timeout, int keep_alive); 83 size_t max_resp_len, int timeout); 93 size_t max_resp_len, int timeout, int keep_alive);
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc4.c | 55 static int rc4_einit(void *ctx, const unsigned char *key, size_t keylen, in rc4_einit() 56 const unsigned char *iv, size_t ivlen, in rc4_einit() 64 static int rc4_dinit(void *ctx, const unsigned char *key, size_t keylen, in rc4_dinit() 65 const unsigned char *iv, size_t ivlen, in rc4_dinit()
|
H A D | cipher_tdes_hw.c | 24 const unsigned char *key, size_t keylen) in ossl_cipher_hw_tdes_ede3_initkey() 59 const unsigned char *in, size_t inl) in ossl_cipher_hw_tdes_cbc() 82 const unsigned char *in, size_t len) in ossl_cipher_hw_tdes_ecb() 84 size_t i; in ossl_cipher_hw_tdes_ecb()
|
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
H A D | digestcommon.h | 40 static int name##_internal_final(void *ctx, unsigned char *out, size_t *outl, \ 41 size_t outsz) \ 119 int ossl_digest_default_get_params(OSSL_PARAM params[], size_t blksz, 120 size_t paramsz, unsigned long flags);
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | fuzz_rand.c | 44 ossl_unused size_t pstr_len, in fuzz_rand_instantiate() 58 unsigned char *out, size_t outlen, in fuzz_rand_generate() 62 ossl_unused size_t adinlen) in fuzz_rand_generate() 65 size_t i; in fuzz_rand_generate()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | ec_support.c | 120 size_t i; in OSSL_EC_curve_nid2name() 134 size_t i; in ossl_ec_curve_name2nid() 172 size_t i; in ossl_ec_curve_nid2nist_int() 182 size_t i; in ossl_ec_curve_nist2nid_int()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | ossl_core_bio.c | 94 int ossl_core_bio_read_ex(OSSL_CORE_BIO *cb, void *data, size_t dlen, in ossl_core_bio_read_ex() 95 size_t *readbytes) in ossl_core_bio_read_ex() 100 int ossl_core_bio_write_ex(OSSL_CORE_BIO *cb, const void *data, size_t dlen, in ossl_core_bio_write_ex() 101 size_t *written) in ossl_core_bio_write_ex()
|
/third_party/node/deps/uv/src/unix/ |
H A D | haiku.c | 36 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() 51 if (abspath_len >= 0 && *size > (size_t)abspath_len) in uv_exepath() 52 *size = (size_t)abspath_len; in uv_exepath() 87 int uv_resident_set_memory(size_t* rss) { in uv_resident_set_memory()
|
/third_party/libcoap/include/coap3/ |
H A D | coap_resource.h | 252 size_t host_name_count, const char *host_name_list[]); 273 size_t host_name_count, 488 size_t *len, 489 size_t *offset);
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | auth-cookie.c | 40 size_t size; 43 pa_auth_cookie* pa_auth_cookie_get(pa_core *core, const char *cn, bool create, size_t size) { in pa_auth_cookie_get() 78 pa_auth_cookie *pa_auth_cookie_create(pa_core *core, const void *data, size_t size) { in pa_auth_cookie_create() 133 const uint8_t* pa_auth_cookie_read(pa_auth_cookie *c, size_t size) { in pa_auth_cookie_read()
|
H A D | tagstruct.h | 64 pa_tagstruct *pa_tagstruct_new_fixed(const uint8_t* data, size_t length); 68 const uint8_t* pa_tagstruct_data(pa_tagstruct*t, size_t *l); 78 void pa_tagstruct_put_arbitrary(pa_tagstruct*t, const void *p, size_t length); 96 int pa_tagstruct_get_arbitrary(pa_tagstruct *t, const void **p, size_t length);
|
/third_party/python/Include/ |
H A D | objimpl.h | 97 PyAPI_FUNC(void *) PyObject_Malloc(size_t size); 99 PyAPI_FUNC(void *) PyObject_Calloc(size_t nelem, size_t elsize); 101 PyAPI_FUNC(void *) PyObject_Realloc(void *ptr, size_t new_size);
|
/third_party/openssl/crypto/ec/ |
H A D | ecdh_ossl.c | 28 int ossl_ecdh_compute_key(unsigned char **psec, size_t *pseclen, in ossl_ecdh_compute_key() 49 int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, in ossl_ecdh_simple_compute_key() 58 size_t buflen, len; in ossl_ecdh_simple_compute_key() 127 if (len != (size_t)BN_bn2bin(x, buf + buflen - len)) { in ossl_ecdh_simple_compute_key()
|
/third_party/openssl/crypto/evp/ |
H A D | ec_support.c | 120 size_t i; in OSSL_EC_curve_nid2name() 134 size_t i; in ossl_ec_curve_name2nid() 172 size_t i; in ossl_ec_curve_nid2nist_int() 182 size_t i; in ossl_ec_curve_nist2nid_int()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessUtil.hpp | 42 bool isValueZero (const void* valuePtr, size_t valueSize); 43 bool isValueWithinBuffer (const void* buffer, vk::VkDeviceSize bufferSize, const void* valuePtr, size_t valueSizeInBytes); 44 bool isValueWithinBufferOrZero (const void* buffer, vk::VkDeviceSize bufferSize, const void* valuePtr, size_t valueSizeInBytes); 47 void logValue (std::ostringstream& logMsg, const void* valuePtr, vk::VkFormat valueFormat, size_t valueSize);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | VertexBuffer9.cpp | 65 size_t count, in storeVertexAttributes() 72 size_t inputStride = gl::ComputeVertexAttributeStride(attrib, binding); in storeVertexAttributes() 73 size_t elementSize = gl::ComputeVertexAttributeTypeSize(attrib); in storeVertexAttributes() 101 size_t copySize = count * inputStride; in storeVertexAttributes()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | MemoryBuffer.cpp | 27 bool MemoryBuffer::resize(size_t size) in resize() 111 bool ScratchBuffer::get(size_t requestedSize, MemoryBuffer **memoryBufferOut) in get() 116 bool ScratchBuffer::getInitialized(size_t requestedSize, in getInitialized() 123 bool ScratchBuffer::getImpl(size_t requestedSize, in getImpl()
|