/third_party/lzma/CPP/Windows/ |
H A D | System.cpp | 141 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 D | ExtractCallbackSfx.cpp | 66 Z7_COM7F_IMF(CExtractCallbackImp::SetTotal(UInt64 size))
in SetTotal() argument
|
/third_party/mbedtls/library/ |
H A D | chacha20.c | 213 mbedtls_chacha20_update(mbedtls_chacha20_context *ctx, size_t size, const unsigned char *input, unsigned char *output) mbedtls_chacha20_update() argument
|
H A D | x509_csr.c | 528 int mbedtls_x509_csr_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_csr_info() argument
|
H A D | psa_its_file.c | 58 uint8_t size[sizeof(uint32_t)]; member
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rtld.h | 45 uint32_t size; member
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_bo.c | 98 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 D | etnaviv_cmd_stream.c | 58 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 D | amdgpu_gpu_info.c | 33 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 D | amdgpu_vamgr.c | 101 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 D | kgsl_bo.c | 181 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 D | kgsl_ringbuffer.c | 44 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 D | freedreno_ringbuffer.h | 65 int size; member
|
H A D | freedreno_bo.c | 79 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 D | lwippools.h | 24 unsigned char size; /**< size of session_t::addr */ member
|
/third_party/libdrm/exynos/ |
H A D | exynos_drm.c | 90 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 D | CWrappers.cpp | 76 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 D | StreamObjects.cpp | 9 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 D | RangeCoder.cs | 54 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 D | pem2der.c | 120 long size; in load_file() local
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | ArchiveExports.cpp | 38 static inline HRESULT SetPropStrFromBin(const char *s, unsigned size, PROPVARIANT *value)
in SetPropStrFromBin() argument
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | PpmdEncoder.cpp | 162 UInt32 size;
in Code() local
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_test_common_source.c | 322 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 D | jerry_port.c | 70 long size = ftell (file_p); in jerry_port_get_file_size() local
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-newtarget.cpp | 130 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument
|