Home
last modified time | relevance | path

Searched defs:size (Results 12351 - 12375 of 22988) sorted by relevance

1...<<491492493494495496497498499500>>...920

/third_party/lwip/src/api/
H A Dapi_lib.c974 netconn_write_partly(struct netconn *conn, const void *dataptr, size_t size, in netconn_write_partly() argument
1003 size_t size; in netconn_write_vectors_partly() local
[all...]
/third_party/lwip/src/core/
H A Dmem.c97 mem_overflow_check_raw(void *p, size_t size, const char *descr1, const char *descr2) in mem_overflow_check_raw() argument
135 mem_overflow_init_raw(void *p, size_t size) in mem_overflow_init_raw() argument
169 mem_trim(void *mem, mem_size_t size) in mem_trim() argument
207 mem_malloc(mem_size_t size) mem_malloc() argument
251 mem_malloc(mem_size_t size) mem_malloc() argument
701 mem_size_t size, newsize; mem_trim() local
833 mem_size_t ptr, ptr2, size; mem_malloc() local
982 mem_calloc(mem_size_t count, mem_size_t size) mem_calloc() argument
999 mem_calloc(mem_size_t count, mem_size_t size) mem_calloc() argument
[all...]
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-client.c418 size_t size; in lws_ssl_client_bio_create() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
H A Dminimal-secure-streams.c444 size_t size; in app_system_state_nf() local
/third_party/libdrm/tests/amdgpu/
H A Dvce_tests.c46 uint64_t size; member
240 static void alloc_resource(struct amdgpu_vce_bo *vce_bo, unsigned size, unsigned domain) in alloc_resource() argument
467 uint32_t *ptr, size; in check_result() local
[all...]
H A Dvcn_tests.c43 uint64_t size; member
332 int size, len, i, r; in amdgpu_cs_vcn_dec_decode() local
235 alloc_resource(struct amdgpu_vcn_bo *vcn_bo, unsigned size, unsigned domain) alloc_resource() argument
[all...]
/third_party/libdrm/tests/exynos/
H A Dexynos_fimg2d_test.c247 unsigned long userptr, size; in g2d_copy_test() local
455 unsigned long userptr, size; in g2d_copy_with_scale_test() local
134 exynos_create_buffer(struct exynos_device *dev, unsigned long size, unsigned int flags) exynos_create_buffer() argument
543 unsigned long userptr, size; g2d_blend_test() local
[all...]
/third_party/libdrm/tests/util/
H A Dpattern.c640 void util_smpte_c8_gamma(unsigned size, struct drm_color_lut *lut) in util_smpte_c8_gamma() argument
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.cc148 void UnicodeText::Repr::Copy(const char* data, int size) { in Copy() argument
153 void UnicodeText::Repr::TakeOwnershipOf(char* data, int size, int capacity) { in TakeOwnershipOf() argument
162 void UnicodeText::Repr::PointTo(const char* data, int size) { in PointTo() argument
383 int UnicodeText::size() cons function in i18n::phonenumbers::UnicodeText
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.c266 int size = 0, want_unsigned = 0; in get_number_value() local
[all...]
/third_party/lzma/C/
H A D7zDec.c84 size_t size = (size_t)(p->cur - p->begin); in ReadByte() local
H A DAlloc.c168 void *MyAlloc(size_t size) in MyAlloc() argument
194 MyRealloc(void *address, size_t size) MyRealloc() argument
219 MidAlloc(size_t size) MidAlloc() argument
262 SIZE_T size; SetLargePageSize() local
278 BigAlloc(size_t size) BigAlloc() argument
318 SzAlloc(ISzAllocPtr p, size_t size) SzAlloc() argument
323 SzMidAlloc(ISzAllocPtr p, size_t size) SzMidAlloc() argument
325 SzBigAlloc(ISzAllocPtr p, size_t size) SzBigAlloc() argument
402 SzAlignedAlloc(ISzAllocPtr pp, size_t size) SzAlignedAlloc() argument
474 AlignOffsetAlloc_Alloc(ISzAllocPtr pp, size_t size) AlignOffsetAlloc_Alloc() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis.h148 int size() const { return static_cast<int>(kTaggedSize * fields_.size()); } in size() function in v8::internal::compiler::VirtualObject
H A Dpersistent-map.h396 size_t size = sizeof(FocusedTree) + local
H A Dnode.cc12 size_t size = in New() local
104 size_t size = sizeof(Node) + capacity * (sizeof(ZoneNodePtr) + sizeof(Use)); in NewImpl() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc346 TNode<IntPtrT> size = ElementOffsetFromIndex(slots_intptr, PACKED_ELEMENTS, in FastNewFunctionContext() local
H A Dbuiltins-microtask-queue-gen.cc395 TNode<IntPtrT> size = Load<IntPtrT>(hsi, size_offset); in EnterMicrotaskContext() local
462 TNode<IntPtrT> size = Load<IntPtrT>(hsi, size_offset); in RewindEnteredContext() local
553 TNode<IntPtrT> size in TF_BUILTIN() local
600 TNode<IntPtrT> size = GetMicrotaskQueueSize(microtask_queue); TF_BUILTIN() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dassembler.cc99 explicit DefaultAssemblerBuffer(int size) in DefaultAssemblerBuffer() argument
122 ExternalAssemblerBufferImpl(byte* start, int size) in ExternalAssemblerBufferImpl() argument
167 ExternalAssemblerBuffer(void* start, int size) ExternalAssemblerBuffer() argument
173 NewAssemblerBuffer(int size) NewAssemblerBuffer() argument
318 int size = pc_offset() - offset; WriteCodeComments() local
[all...]
H A Doptimized-compilation-info.h189 void set_inlined_bytecode_size(unsigned size) { in set_inlined_bytecode_size() argument
H A Dconstant-pool.cc273 int size in EmitAndClear() local
521 int size = ComputeSize(require_jump, require_alignment); EmitAndClear() local
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-js.cc299 inline bool IsValidAsmjsMemorySize(size_t size) { in IsValidAsmjsMemorySize() argument
378 size_t size = memory->byte_length(); InstantiateAsmWasm() local
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform.h429 size_t size() const { return size_; } size() function in v8::base::AddressSpaceReservation
478 AddressSpaceReservation(void* base, size_t size, zx_handle_t vmar) AddressSpaceReservation() argument
481 AddressSpaceReservation(void* base, size_t size) AddressSpaceReservation() argument
[all...]
H A Dplatform-fuchsia.cc91 MapVmo(const zx::vmar& vmar, void* vmar_base, size_t page_size, void* address, const zx::vmo& vmo, uint64_t offset, PlacementMode placement, size_t size, size_t alignment, OS::MemoryPermission access) MapVmo() argument
133 CreateAndMapVmo(const zx::vmar& vmar, void* vmar_base, size_t page_size, void* address, PlacementMode placement, size_t size, size_t alignment, OS::MemoryPermission access) CreateAndMapVmo() argument
157 UnmapVmo(const zx::vmar& vmar, size_t page_size, void* address, size_t size) UnmapVmo() argument
164 SetPermissionsInternal(const zx::vmar& vmar, size_t page_size, void* address, size_t size, OS::MemoryPermission access) SetPermissionsInternal() argument
174 DiscardSystemPagesInternal(const zx::vmar& vmar, size_t page_size, void* address, size_t size) DiscardSystemPagesInternal() argument
183 CreateAddressSpaceReservationInternal( const zx::vmar& vmar, void* vmar_base, size_t page_size, void* address, PlacementMode placement, size_t size, size_t alignment, OS::MemoryPermission max_permission, zx::vmar* child, zx_vaddr_t* child_addr) CreateAddressSpaceReservationInternal() argument
247 Allocate(void* address, size_t size, size_t alignment, MemoryPermission access) Allocate() argument
257 Free(void* address, size_t size) Free() argument
262 AllocateShared(void* address, size_t size, OS::MemoryPermission access, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateShared() argument
274 FreeShared(void* address, size_t size) FreeShared() argument
279 Release(void* address, size_t size) Release() argument
282 SetPermissions(void* address, size_t size, MemoryPermission access) SetPermissions() argument
288 DiscardSystemPages(void* address, size_t size) DiscardSystemPages() argument
294 DecommitPages(void* address, size_t size) DecommitPages() argument
306 CreateAddressSpaceReservation( void* hint, size_t size, size_t alignment, MemoryPermission max_permission) CreateAddressSpaceReservation() argument
330 CreateSharedMemoryHandleForTesting(size_t size) CreateSharedMemoryHandleForTesting() argument
384 CreateSubReservation( void* address, size_t size, OS::MemoryPermission max_permission) CreateSubReservation() argument
406 Allocate(void* address, size_t size, OS::MemoryPermission access) Allocate() argument
416 Free(void* address, size_t size) Free() argument
422 AllocateShared(void* address, size_t size, OS::MemoryPermission access, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateShared() argument
433 FreeShared(void* address, size_t size) FreeShared() argument
439 SetPermissions(void* address, size_t size, OS::MemoryPermission access) SetPermissions() argument
446 DiscardSystemPages(void* address, size_t size) DiscardSystemPages() argument
452 DecommitPages(void* address, size_t size) DecommitPages() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.cc159 unsigned size = static_cast<Instr>(op) >> LSSize_offset; in CalcLSDataSize() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmemory-allocator.h211 const size_t size = Size(); in Available() local
268 size_t size; member
[all...]

Completed in 29 milliseconds

1...<<491492493494495496497498499500>>...920