| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | p_lib.c | 64 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 D | asn1t.h | 610 long size; /* Structure size (usually) */ member
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | fs.c | 1637 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 D | pipe.c | 101 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 D | util.c | 154 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 D | uvwasi.c | 110 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 D | coap_net.c | 1919 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 D | coap_openssl.c | 3599 unsigned int size = sizeof(coap_digest_t); in coap_digest_final() local
|
| /third_party/rust/crates/bindgen/bindgen/ |
| H A D | clang.rs | 1206 pub fn size(&self, ctx: &BindgenContext) -> usize { in size() functions
|
| /third_party/python/Python/ |
| H A D | traceback.c | 1069 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 D | endecode_test.c | 421 static int pass_pw(char *buf, int size, int rwflag, void *userdata) in pass_pw() argument
|
| H A D | modes_internal_test.c | 28 size_t size; member 195 size_t tail, size; in execute_cts128() local [all...] |
| /third_party/pcre2/pcre2/src/sljit/ |
| H A D | sljitNativeARM_64.c | 1608 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 D | tarfile.py | 853 size = 'Size in bytes.', global() variable in TarInfo [all...] |
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | module-bluez5-device.c | 430 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 D | alsa-util.c | 145 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 D | p_lib.c | 64 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 D | opencl_wrapper.cpp | 456 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 D | vktApiDeviceInitializationTests.cpp | 2407 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 D | vktBindingShaderAccessTests.cpp | 515 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 D | vktConditionalDrawAndClearTests.cpp | 601 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 D | vktDrawInstancedTests.cpp | 940 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 D | vktImagelessFramebufferTests.cpp | 570 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 D | vktMemoryAddressBindingTests.cpp | 69 VkDeviceSize size; member 270 VkDeviceSize size; member [all...] |
| H A D | vktMemoryBindingTests.cpp | 67 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...] |