Home
last modified time | relevance | path

Searched defs:size (Results 14326 - 14350 of 15565) sorted by relevance

1...<<571572573574575576577578579580>>...623

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_lib.c64 int size = 0; in EVP_PKEY_get_bits() local
76 int size = 0; in EVP_PKEY_get_security_bits() local
1804 int size = 0; EVP_PKEY_get_size() local
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dasn1t.h610 long size; /* Structure size (usually) */ member
/third_party/node/deps/uv/src/unix/
H A Dfs.c1637 static size_t uv__fs_buf_offset(uv_buf_t* bufs, size_t size) { in uv__fs_buf_offset() argument
/third_party/node/deps/uv/src/win/
H A Dpipe.c101 static void uv__unique_pipe_name(char* ptr, char* name, size_t size) { in uv__unique_pipe_name() argument
2352 static int uv__pipe_getname(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv__pipe_getname() argument
2526 uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) uv_pipe_getsockname() argument
2540 uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) uv_pipe_getpeername() argument
[all...]
H A Dutil.c154 int uv_cwd(char* buffer, size_t* size) { in uv_cwd() argument
457 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() argument
1082 uv_os_homedir(char* buffer, size_t* size) uv_os_homedir() argument
1119 uv_os_tmpdir(char* buffer, size_t* size) uv_os_tmpdir() argument
1440 uv_os_getenv(const char* name, char* buffer, size_t* size) uv_os_getenv() argument
1588 uv_os_gethostname(char* buffer, size_t* size) uv_os_gethostname() argument
[all...]
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c110 static void* default_malloc(size_t size, void* mem_user_data) { in default_malloc() argument
118 static void* default_calloc(size_t nmemb, size_t size, void* mem_user_data) { in default_calloc() argument
122 static void* default_realloc(void* ptr, size_t size, void* mem_user_data) { in default_realloc() argument
126 void* uvwasi__malloc(const uvwasi_t* uvwasi, size_t size) { in uvwasi__malloc() argument
137 void* uvwasi__calloc(const uvwasi_t* uvwasi, size_t nmemb, size_t size) { in uvwasi__calloc() argument
143 uvwasi__realloc(const uvwasi_t* uvwasi, void* ptr, size_t size) uvwasi__realloc() argument
248 uvwasi_size_t size; uvwasi_init() local
1206 size_t size; uvwasi_fd_prestat_dir_name() local
[all...]
/third_party/libcoap/src/
H A Dcoap_net.c1919 size_t size = coap_pdu_parse_size(session->proto, session->read_header, in coap_read_session() local
2371 size_t size = request->e_token_length; in coap_new_error_response() local
[all...]
H A Dcoap_openssl.c3599 unsigned int size = sizeof(coap_digest_t); in coap_digest_final() local
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs1206 pub fn size(&self, ctx: &BindgenContext) -> usize { in size() functions
/third_party/python/Python/
H A Dtraceback.c1069 const Py_ssize_t size = Py_ARRAY_LENGTH(buffer) - 1; in _Py_DumpHexadecimal() local
1092 Py_ssize_t i, size; in _Py_DumpASCII() local
[all...]
/third_party/openssl/test/
H A Dendecode_test.c421 static int pass_pw(char *buf, int size, int rwflag, void *userdata) in pass_pw() argument
H A Dmodes_internal_test.c28 size_t size; member
195 size_t tail, size; in execute_cts128() local
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c1608 sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_u32 size) sljit_emit_op_custom() argument
[all...]
/third_party/python/Lib/
H A Dtarfile.py853 size = 'Size in bytes.', global() variable in TarInfo
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c430 bt_transport_read(pa_bluetooth_transport *t, int fd, void *buffer, size_t size, pa_usec_t *p_timestamp) bt_transport_read() argument
[all...]
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c145 static int set_period_size(snd_pcm_t *pcm_handle, snd_pcm_hw_params_t *hwparams, snd_pcm_uframes_t size) { in set_period_size() argument
170 static int set_buffer_size(snd_pcm_t *pcm_handle, snd_pcm_hw_params_t *hwparams, snd_pcm_uframes_t size) { in set_buffer_size() argument
[all...]
/third_party/openssl/crypto/evp/
H A Dp_lib.c64 int size = 0; in EVP_PKEY_get_bits() local
76 int size = 0; in EVP_PKEY_get_security_bits() local
1801 int size = 0; EVP_PKEY_get_size() local
[all...]
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp456 cl_mem clCreateBuffer(cl_context context, cl_mem_flags flags, size_t size, void *host_ptr, cl_int *errcode_ret) in clCreateBuffer() argument
846 void *clSVMAlloc(cl_context context, cl_mem_flags flags, size_t size, cl_uint align) in clSVMAlloc() argument
511 clEnqueueReadBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t offset, size_t size, void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueReadBuffer() argument
538 clEnqueueWriteBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t offset, size_t size, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueWriteBuffer() argument
574 clEnqueueMapBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, cl_map_flags map_flags, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event, cl_int *errcode_ret) clEnqueueMapBuffer() argument
864 clEnqueueSVMMap(cl_command_queue command_queue, cl_bool blocking, cl_map_flags flags, void *host_ptr, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueSVMMap() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2407 initAllocTracker(size_t size, deUint32 intentionalFailIndex = (deUint32)~0) initAllocTracker() argument
2449 allocCallbackFunc(void *pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) allocCallbackFunc() argument
2498 reallocCallbackFunc(void *pUserData, void *pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) reallocCallbackFunc() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp515 SingleTargetRenderInstance(Context& context, const tcu::UVec2& size) SingleTargetRenderInstance() argument
535 createColorAttachment(const vk::DeviceInterface& vki, vk::VkDevice device, vk::Allocator& allocator, const tcu::TextureFormat& format, const tcu::UVec2& size, de::MovePtr<vk::Allocation>* outAllocation) createColorAttachment() argument
594 createFramebuffer(const vk::DeviceInterface& vki, vk::VkDevice device, vk::VkRenderPass renderpass, vk::VkImageView colorAttachmentView, const tcu::UVec2& size) createFramebuffer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp601 void ConditionalRenderingBaseTestInstance::bufferMemoryBarrier (VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size, VkAccessFlags srcAccessMask, VkAccessFlags dstAccessMask, in bufferMemoryBarrier() argument
748 VkDeviceSize size = WIDTH * HEIGHT * mapVkFormat(format).getPixelSize(); in createResultBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInstancedTests.cpp940 cmdBindIndexBufferImpl(vk::VkCommandBuffer commandBuffer, vk::VkBuffer indexBuffer, vk::VkDeviceSize offset, vk::VkDeviceSize size, vk::VkIndexType indexType) cmdBindIndexBufferImpl() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp570 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const VkExtent2D size, const VkImageUsageFlags usage, VkSampleCountFlagBits samples = VK_SAMPLE_COUNT_1_BIT) in makeImageCreateInfo() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp69 VkDeviceSize size; member
270 VkDeviceSize size; member
[all...]
H A DvktMemoryBindingTests.cpp67 MemoryMappingRAII(const DeviceInterface& deviceInterface, const VkDevice& device, VkDeviceMemory deviceMemory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags) MemoryMappingRAII() argument
112 makeMemoryRange(VkDeviceSize offset, VkDeviceSize size) makeMemoryRange() argument
374 makeMemoryBarrierInfo(VkBuffer buffer, VkDeviceSize size, TransferDirection direction) makeMemoryBarrierInfo() argument
900 pushData(VkDeviceMemory memory, deUint32 dataSeed, VkDeviceSize size) pushData() argument
917 checkData(VkDeviceMemory memory, deUint32 dataSeed, VkDeviceSize size) checkData() argument
[all...]

Completed in 99 milliseconds

1...<<571572573574575576577578579580>>...623