Home
last modified time | relevance | path

Searched defs:size (Results 6901 - 6925 of 23793) sorted by relevance

1...<<271272273274275276277278279280>>...952

/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...]
H A DLimitedStreams.cpp9 Z7_COM7F_IMF(CLimitedSequentialInStream::Read(void *data, UInt32 size, UInt32 *processedSize)) in Read() argument
30 Z7_COM7F_IMF(CLimitedInStream::Read(void *data, UInt32 size, UInt32 *processedSize)) in Read() argument
76 CreateLimitedInStream(IInStream *inStream, UInt64 pos, UInt64 size, ISequentialInStream **resStream) CreateLimitedInStream() argument
88 Read(void *data, UInt32 size, UInt32 *processedSize) Read() argument
153 Read(void *data, UInt32 size, UInt32 *processedSize) Read() argument
239 Write(const void *data, UInt32 size, UInt32 *processedSize) Write() argument
266 Read(void *data, UInt32 size, UInt32 *processedSize) Read() argument
303 Read(void *data, UInt32 size, UInt32 *processedSize) Read() argument
360 Write(const void *data, UInt32 size, UInt32 *processedSize) Write() 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/library/
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/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
H A Dtest-api-binary-operations-instanceof.cpp63 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument
H A Dtest-context-data.cpp161 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument
H A Dtest-symbol.cpp48 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument
H A Dtest-proxy.cpp170 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument
H A Dtest-promise.cpp133 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument
H A Dtest-resource-name.cpp57 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument
H A Dtest-api-binary-operations-arithmetics.cpp71 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerDictionary.h46 uint8_t size() const { return Size; } in size() function in fuzzer::FixedWord
/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-tcp.c358 size_t size = sizeof (jerryx_debugger_transport_tcp_t); in jerryx_debugger_tcp_create() local
H A Ddebugger-serial.c370 size_t size = sizeof (jerryx_debugger_transport_serial_t); in jerryx_debugger_serial_create() local
/third_party/mesa3d/src/freedreno/computerator/
H A Da4xx.c210 int size = DIV_ROUND_UP(const_state->immediates_count, 4); in cs_const_emit() local
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_bo.c186 struct etna_bo *etna_bo_new(struct etna_device *dev, uint32_t size, in etna_bo_new() argument
153 bo_from_handle(struct etna_device *dev, uint32_t size, uint32_t handle, uint32_t flags) bo_from_handle() argument
268 int ret, size; etna_bo_from_dmabuf() local
[all...]
H A Detnaviv_cmd_stream.c55 size_t size; in etna_cmd_stream_realloc() local
88 etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size, void (*force_flush)(struct etna_cmd_stream *stream, void *priv), void *priv) etna_cmd_stream_new() argument
[all...]

Completed in 17 milliseconds

1...<<271272273274275276277278279280>>...952