Home
last modified time | relevance | path

Searched defs:size (Results 2376 - 2400 of 7794) sorted by relevance

1...<<919293949596979899100>>...312

/third_party/lzma/CPP/Windows/
H A DSystem.cpp141 bool GetRamSize(UInt64 &size) in GetRamSize() argument
186 bool GetRamSize(UInt64 &size) in GetRamSize() argument
[all...]
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.cpp66 Z7_COM7F_IMF(CExtractCallbackImp::SetTotal(UInt64 size)) in SetTotal() argument
/third_party/mbedtls/library/
H A Dchacha20.c213 mbedtls_chacha20_update(mbedtls_chacha20_context *ctx, size_t size, const unsigned char *input, unsigned char *output) mbedtls_chacha20_update() argument
H A Dx509_csr.c528 int mbedtls_x509_csr_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_csr_info() argument
H A Dpsa_its_file.c58 uint8_t size[sizeof(uint32_t)]; member
/third_party/mesa3d/src/amd/common/
H A Dac_rtld.h45 uint32_t size; member
/third_party/libdrm/etnaviv/
H A Detnaviv_bo.c98 drm_public struct etna_bo *etna_bo_new(struct etna_device *dev, uint32_t size, in etna_bo_new() argument
75 bo_from_handle(struct etna_device *dev, uint32_t size, uint32_t handle, uint32_t flags) bo_from_handle() argument
194 int ret, size; etna_bo_from_dmabuf() local
[all...]
H A Detnaviv_cmd_stream.c58 etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size, void (*reset_notify)(struct etna_cmd_stream *stream, void *priv), void *priv) etna_cmd_stream_new() argument
/third_party/libdrm/amdgpu/
H A Damdgpu_gpu_info.c33 amdgpu_query_info(amdgpu_device_handle dev, unsigned info_id, unsigned size, void *value) amdgpu_query_info() argument
320 amdgpu_query_sensor_info(amdgpu_device_handle dev, unsigned sensor_type, unsigned size, void *value) amdgpu_query_sensor_info() argument
335 amdgpu_query_video_caps_info(amdgpu_device_handle dev, unsigned cap_type, unsigned size, void *value) amdgpu_query_video_caps_info() argument
H A Damdgpu_vamgr.c101 amdgpu_vamgr_find_va(struct amdgpu_bo_va_mgr *mgr, uint64_t size, in amdgpu_vamgr_find_va() argument
168 amdgpu_vamgr_free_va(struct amdgpu_bo_va_mgr *mgr, uint64_t va, uint64_t size) amdgpu_vamgr_free_va() argument
223 amdgpu_va_range_alloc(amdgpu_device_handle dev, enum amdgpu_gpu_va_range va_range_type, uint64_t size, uint64_t va_base_alignment, uint64_t va_base_required, uint64_t *va_base_allocated, amdgpu_va_handle *va_range_handle, uint64_t flags) amdgpu_va_range_alloc() argument
[all...]
/third_party/libdrm/freedreno/kgsl/
H A Dkgsl_bo.c181 fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size) in fd_bo_from_fbdev() argument
136 kgsl_bo_new_handle(struct fd_device *dev, uint32_t size, uint32_t flags, uint32_t *handle) kgsl_bo_new_handle() argument
160 kgsl_bo_from_handle(struct fd_device *dev, uint32_t size, uint32_t handle) kgsl_bo_from_handle() argument
H A Dkgsl_ringbuffer.c44 uint32_t size; member
74 static struct kgsl_rb_bo * kgsl_rb_bo_new(struct kgsl_pipe *pipe, uint32_t size) in kgsl_rb_bo_new() argument
204 kgsl_ringbuffer_new(struct fd_pipe *pipe, uint32_t size, enum fd_ringbuffer_flags flags) kgsl_ringbuffer_new() argument
[all...]
/third_party/libdrm/freedreno/
H A Dfreedreno_ringbuffer.h65 int size; member
H A Dfreedreno_bo.c79 bo_new(struct fd_device *dev, uint32_t size, uint32_t flags, in bo_new() argument
104 fd_bo_new(struct fd_device *dev, uint32_t size, uint32_t flags) in fd_bo_new() argument
58 bo_from_handle(struct fd_device *dev, uint32_t size, uint32_t handle) bo_from_handle() argument
118 fd_bo_new_ring(struct fd_device *dev, uint32_t size, uint32_t flags) fd_bo_new_ring() argument
127 fd_bo_from_handle(struct fd_device *dev, uint32_t handle, uint32_t size) fd_bo_from_handle() argument
150 int ret, size; fd_bo_from_dmabuf() local
355 fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size) fd_bo_from_fbdev() argument
[all...]
/third_party/libcoap/examples/lwip/config/
H A Dlwippools.h24 unsigned char size; /**< size of session_t::addr */ member
/third_party/libdrm/exynos/
H A Dexynos_drm.c90 exynos_bo_create(struct exynos_device *dev, size_t size, uint32_t flags) exynos_bo_create() argument
144 exynos_bo_get_info(struct exynos_device *dev, uint32_t handle, size_t *size, uint32_t *flags) exynos_bo_get_info() argument
[all...]
/third_party/lzma/CPP/7zip/Common/
H A DCWrappers.cpp76 static SRes MyRead(ISeqInStreamPtr pp, void *data, size_t *size) throw() in MyRead() argument
88 static size_t MyWrite(ISeqOutStreamPtr pp, const void *data, size_t size) throw() in MyWrite() argument
121 static SRes InStreamWrap_Read(ISeekInStreamPtr pp, void *data, size_t *size) throw() in InStreamWrap_Read() argument
167 Alloc(UInt32 size) Alloc() argument
265 Alloc(size_t size) Alloc() argument
280 const size_t size = (size_t)(Cur - Buf); Flush() local
[all...]
H A DStreamObjects.cpp9 Z7_COM7F_IMF(CBufferInStream::Read(void *data, UInt32 size, UInt32 *processedSize)) in Read() argument
44 Z7_COM7F_IMF(CBufInStream::Read(void *data, UInt32 size, UInt32 *processedSize)) in Read() argument
79 void Create_BufInStream_WithReference(const void *data, size_t size, IUnknown *ref, ISequentialInStream **stream) in Create_BufInStream_WithReference() argument
88 Create_BufInStream_WithNewBuffer(const void *data, size_t size, ISequentialInStream **stream) Create_BufInStream_WithNewBuffer() argument
135 Write(const void *data, UInt32 size, UInt32 *processedSize) Write() argument
151 Write(const void *data, UInt32 size, UInt32 *processedSize) Write() argument
166 Write(const void *data, UInt32 size, UInt32 *processedSize) Write() argument
212 Init(UInt64 size) Init() argument
221 Read(void *data, UInt32 size, UInt32 *processedSize) Read() argument
[all...]
/third_party/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoder.cs54 public void Encode(uint start, uint size, uint total) in Encode() argument
175 public void Decode(uint start, uint size, uint total) in Decode() argument
/third_party/mbedtls/programs/util/
H A Dpem2der.c120 long size; in load_file() local
/third_party/lzma/CPP/7zip/Archive/
H A DArchiveExports.cpp38 static inline HRESULT SetPropStrFromBin(const char *s, unsigned size, PROPVARIANT *value) in SetPropStrFromBin() argument
/third_party/lzma/CPP/7zip/Compress/
H A DPpmdEncoder.cpp162 UInt32 size; in Code() local
/third_party/mbedtls/programs/ssl/
H A Dssl_test_common_source.c322 int x509_crt_verify_info(char *buf, size_t size, const char *prefix, in x509_crt_verify_info() argument
/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_port.c70 long size = ftell (file_p); in jerry_port_get_file_size() local
/third_party/jerryscript/tests/unit-core/
H A Dtest-newtarget.cpp130 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument

Completed in 13 milliseconds

1...<<919293949596979899100>>...312