Home
last modified time | relevance | path

Searched defs:processed (Results 1 - 25 of 102) sorted by relevance

12345

/third_party/lzma/CPP/7zip/Compress/
H A DBcjCoder.cpp19 const UInt32 processed = (UInt32)(size_t)(_convFunc(data, size, _pc, &_state) - data); in Z7_COM7F_IMF2() local
H A DBranchMisc.cpp23 const UInt32 processed = (UInt32)(size_t)(BraFunc(data, size, _pc) - data); in Z7_COM7F_IMF2() local
41 const UInt32 processed = (UInt32)(size_t)(Z7_BRANCH_CONV_ENC(ARM64)(data, size, _pc) - data); in Z7_COM7F_IMF2() local
88 const UInt32 processed = (UInt32)(size_t)(Z7_BRANCH_CONV_DEC(ARM64)(data, size, _pc) - data); in Z7_COM7F_IMF2() local
H A DCopyCoder.cpp62 UInt32 processed = 0; in Code() local
83 UInt32 processed = 0; in Code() local
[all...]
H A DPpmdEncoder.cpp159 UInt64 processed = 0; in Code() local
/base/request/request/services/include/
H A Dc_progress.h33 CStringWrapper processed; member
40 std::string processed; member
/base/notification/eventhandler/frameworks/cj/src/
H A Demitter.h34 std::atomic<bool> processed = false; member
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dtrans_mananger.cpp29 void TransManager::NotifyFileProgress(const std::string &sessionName, uint64_t total, uint64_t processed) in NotifyFileProgress() argument
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Dtrans_mananger_test.cpp145 uint64_t processed = 0;; in HWTEST_F() local
156 uint64_t processed = 0;; in HWTEST_F() local
/third_party/lzma/CPP/7zip/Common/
H A DInBuffer.cpp62 UInt32 processed; in ReadBlock() local
149 size_t processed = 0; in Skip() local
H A DInOutTempBuffer.cpp201 size_t processed; in WriteToStream() local
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_cb.c106 size_t processed = 0; in BIO_debug_callback() local
19 BIO_debug_callback_ex(BIO *bio, int cmd, const char *argp, size_t len, int argi, long argl, int ret, size_t *processed) BIO_debug_callback_ex() argument
[all...]
/third_party/openssl/crypto/bio/
H A Dbio_cb.c106 size_t processed = 0; in BIO_debug_callback() local
19 BIO_debug_callback_ex(BIO *bio, int cmd, const char *argp, size_t len, int argi, long argl, int ret, size_t *processed) BIO_debug_callback_ex() argument
[all...]
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_channel.c55 static void ClearCurBuffer(char **processed) in ClearCurBuffer() argument
65 static char *ProcessLastResponse(char **processed) in ProcessLastResponse() argument
91 char *processed = NULL; in ReadResponse() local
[all...]
/third_party/lzma/CPP/Common/
H A DListFileUtils.cpp36 size_t processed; in My_File_Read() local
/third_party/openssl/test/
H A Dbio_memleak_test.c225 BIO_error_callback(BIO *bio, int cmd, const char *argp, size_t len, int argi, long argl, int ret, size_t *processed) BIO_error_callback() argument
H A Dbio_callback_test.c27 my_bio_cb_ex(BIO *b, int oper, const char *argp, size_t len, int argi, long argl, int ret, size_t *processed) my_bio_cb_ex() argument
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbt-codec-cvsd.c79 static size_t encode_buffer(void *codec_info, uint32_t timestamp, const uint8_t *input_buffer, size_t input_size, uint8_t *output_buffer, size_t output_size, size_t *processed) { in encode_buffer() argument
88 static size_t decode_buffer(void *codec_info, const uint8_t *input_buffer, size_t input_size, uint8_t *output_buffer, size_t output_size, size_t *processed) { in decode_buffer() argument
H A Da2dp-codec-gst.c211 size_t gst_transcode_buffer(void *codec_info, uint32_t timestamp, const uint8_t *input_buffer, size_t input_size, uint8_t *output_buffer, size_t output_size, size_t *processed) { in gst_transcode_buffer() argument
/third_party/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp294 HRESULT CHandlerTimeOptions::Parse(const UString &name, const PROPVARIANT &prop, bool &processed) in Parse() argument
/third_party/lzma/C/
H A D7zFile.c167 DWORD processed = 0; in File_Read() local
233 DWORD processed = 0; File_Write() local
[all...]
H A D7zStream.c54 size_t processed = 1; in SeqInStream_ReadByte() local
81 size_t processed = size; in LookInStream_Read2() local
[all...]
/base/request/request/services/src/cxx/
H A Dnotification_bar.cpp239 void TitleWithProgressPercentage(std::string &title, std::size_t processed, std::size_t size) in TitleWithProgressPercentage() argument
249 void TitleWithProgressSized(std::string &title, std::size_t processed) in TitleWithProgressSized() argument
276 WithRemainder(std::string &title, size_t processed, size_t remainder) WithRemainder() argument
[all...]
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Dresponse_message_receiver_test.cpp564 uint64_t processed = 123456; // 123456 is except processed in HWTEST_F() local
/third_party/ffmpeg/libavcodec/
H A Dhnm4video.c47 uint8_t *processed; member
/third_party/ffmpeg/libavformat/
H A Dtls_securetransport.c347 static int map_ssl_error(OSStatus status, size_t processed) in map_ssl_error() argument
366 size_t available = 0, processed = 0; in tls_read() local
383 size_t processed = 0; in tls_write() local
[all...]

Completed in 10 milliseconds

12345