Home
last modified time | relevance | path

Searched defs:size (Results 13226 - 13250 of 15565) sorted by relevance

1...<<521522523524525526527528529530>>...623

/third_party/node/deps/openssl/openssl/include/crypto/
H A Dx509.h35 int size; /* temp variable */ member
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_lib.c450 int BIO_gets(BIO *b, char *buf, int size) in BIO_gets() argument
502 int BIO_get_line(BIO *bio, char *buf, int size) in BIO_get_line() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dctrl_params_translate.c656 size_t size = (size_t)ctx->p1; in default_fixup_args() local
[all...]
/third_party/node/deps/uv/src/unix/
H A Dcore.c709 int uv_cwd(char* buffer, size_t* size) { in uv_cwd() argument
1080 int uv_os_homedir(char* buffer, size_t* size) { in uv_os_homedir() argument
1116 uv_os_tmpdir(char* buffer, size_t* size) uv_os_tmpdir() argument
1324 uv_os_getenv(const char* name, char* buffer, size_t* size) uv_os_getenv() argument
1372 uv_os_gethostname(char* buffer, size_t* size) uv_os_gethostname() argument
[all...]
H A Daix.c875 size_t size; in uv_setup_args() local
960 uv_get_process_title(char* buffer, size_t size) uv_get_process_title() argument
1102 int sockfd, sock6fd, inet6, i, r, size = 1; uv_interface_addresses() local
[all...]
H A Dos390.c156 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() argument
H A Dstream.c704 size_t size; in uv__write_req_size() local
/third_party/node/deps/uv/src/
H A Duv-common.c75 void* uv__malloc(size_t size) { in uv__malloc() argument
92 void* uv__calloc(size_t count, size_t size) { in uv__calloc() argument
96 void* uv__realloc(void* ptr, size_t size) { in uv__realloc() argument
103 void* uv__reallocf(void* ptr, size_t size) { in uv__reallocf() argument
267 uv_ip4_name(const struct sockaddr_in* src, char* dst, size_t size) uv_ip4_name() argument
272 uv_ip6_name(const struct sockaddr_in6* src, char* dst, size_t size) uv_ip6_name() argument
277 uv_ip_name(const struct sockaddr *src, char *dst, size_t size) uv_ip_name() argument
608 uv_fs_event_getpath(uv_fs_event_t* handle, char* buffer, size_t* size) uv_fs_event_getpath() argument
[all...]
/third_party/libcoap/src/
H A Dcoap_oscore.c674 size_t size; in coap_oscore_new_pdu_encrypted() local
1669 get_split_entry(const char **start, size_t size, coap_str_const_t *keyword, oscore_value_t *value) get_split_entry() argument
[all...]
/third_party/python/Python/
H A Dsymtable.c954 Py_ssize_t size; in symtable_exit_block() local
1482 Py_ssize_t i, size; in symtable_extend_namedexpr_scope() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_dfa_match.c326 uint32_t size; /* Number of ints */ member
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dresampler.c1420 static void fit_buf(pa_resampler *r, pa_memchunk *buf, size_t len, size_t *size, size_t copy) { in fit_buf() argument
H A Dmemblock.c790 pa_mempool *pa_mempool_new(pa_mem_type_t type, size_t size, bool per_client) { in pa_mempool_new() argument
1195 pa_memimport_get(pa_memimport *i, pa_mem_type_t type, uint32_t block_id, uint32_t shm_id, size_t offset, size_t size, bool writable) pa_memimport_get() argument
1419 pa_memexport_put(pa_memexport *e, pa_memblock *b, pa_mem_type_t *type, uint32_t *block_id, uint32_t *shm_id, size_t *offset, size_t * size) pa_memexport_put() argument
[all...]
/third_party/python/Include/
H A Dobject.h173 Py_SET_SIZE(PyVarObject *ob, Py_ssize_t size) Py_SET_SIZE() argument
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbackend-native.c387 static ssize_t sco_transport_write(pa_bluetooth_transport *t, int fd, const void* buffer, size_t size, size_t write_mtu) { in sco_transport_write() argument
[all...]
/third_party/openssl/crypto/bio/
H A Dbio_lib.c450 int BIO_gets(BIO *b, char *buf, int size) in BIO_gets() argument
502 int BIO_get_line(BIO *bio, char *buf, int size) in BIO_get_line() argument
/third_party/openssl/crypto/evp/
H A Dctrl_params_translate.c656 size_t size = (size_t)ctx->p1; in default_fixup_args() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp297 deUint32 size; member
[all...]
H A DvkWsiUtil.cpp932 createBuffer(const DeviceInterface& vkd, VkDevice device, VkDeviceSize size, VkBufferUsageFlags usage) createBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp156 writeHostMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceMemory memory, size_t size, size_t memorySize, const void* data) writeHostMemory() argument
172 invalidateHostMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceMemory memory, size_t size) invalidateHostMemory() argument
184 checkMarkerBuffer(const DeviceInterface& vk, VkDevice device, const MovePtr<vk::Allocation>& memory, const std::vector<deUint32>& expected, size_t size, bool useHostMemory) checkMarkerBuffer() argument
211 deUint32 size; // Number of buffer markers global() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp165 VkStridedDeviceAddressRegionKHR makeStridedDeviceAddressRegion (const DeviceInterface& vkd, const VkDevice device, VkBuffer buffer, VkDeviceSize size) in makeStridedDeviceAddressRegion() argument
382 VkDeviceSize size = 0; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp158 VkDeviceSize size = sizeof(deUint32) * workgroupSize; in runCompute() local
1232 SizeTest(tcu::TestContext& testCtx, deUint32 size, const vk::ComputePipelineConstructionType computePipelineConstructionType) SizeTest() argument
1417 tcu::TestCaseGroup* size = new tcu::TestCaseGroup(testCtx, "size", "Test blocks of various sizes"); createWorkgroupMemoryExplicitLayoutTests() local
[all...]
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp76 VkDeviceSize size = bufferSize; local
251 const deUint32 size in iterate() local
1037 deUint32 size = (deUint32)sizeof(deUint32) * wgx * wgy * wgz; iterate() local
1134 const deUint32 size = (deUint32)sizeof(deUint32) * m_x * m_y * m_z; iterate() local
1244 VkDeviceSize size = bufferSize; iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp99 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
H A DvktDrawMultipleInterpolationTests.cpp56 tcu::UVec2 size; member
[all...]

Completed in 49 milliseconds

1...<<521522523524525526527528529530>>...623