Home
last modified time | relevance | path

Searched defs:chunk (Results 51 - 75 of 283) sorted by relevance

12345678910>>...12

/third_party/pulseaudio/src/tests/
H A Dmix-test.c88 static void compare_block(const pa_sample_spec *ss, const pa_memchunk *chunk, int iter) { in compare_block() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dthread-mq.c57 pa_memchunk chunk; in asyncmsgq_read_cb() local
H A Dstrbuf.c36 struct chunk { struct
[all...]
H A Dplay-memblockq.c71 static int memblockq_stream_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in memblockq_stream_process_msg() argument
109 static int sink_input_pop_cb(pa_sink_input *i, size_t nbytes, pa_memchunk *chunk) { in sink_input_pop_cb() argument
[all...]
/third_party/openssl/apps/
H A Drand.c118 int chunk; in rand_main() local
/third_party/openssl/crypto/asn1/
H A Da_d2i_fp.c206 size_t chunk = want > chunk_max ? chunk_max : want; in asn1_d2i_read_bio() local
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_des_hw.c111 size_t chunk = MAXCHUNK; in cipher_hw_des_cfb64_cipher() local
137 size_t n, chunk = MAXCHUNK / 8; cipher_hw_des_cfb1_cipher() local
[all...]
/third_party/skia/src/xml/
H A DSkDOMParser.cpp10 char* SkDOMParser::dupstr(SkArenaAlloc* chunk, const char src[], size_t srcLen) { in dupstr() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_reader.h210 absl::string_view chunk = CordRepBtree::EdgeData(pos.edge).substr(pos.offset); Seek() local
[all...]
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_allocator.cpp46 struct Chunk* chunk = nullptr; in SetRamAddr() local
64 struct Chunk* chunk = reinterpret_cast<struct Chunk*>(static_cast<uint8_t*>(addr) - sizeof(struct Chunk)); in GetSize() local
77 struct Chunk* chunk = nullptr; Allocate() local
129 CombineFree(struct Chunk* chunk) CombineFree() argument
158 struct Chunk* chunk = nullptr; Free() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepngplugin_fuzzer/src/
H A Dimage_png_plugin_fuzz.cpp60 png_unknown_chunkp chunk = nullptr; in DoPrivateFun() local
/third_party/ffmpeg/libavcodec/
H A Dlibkvazaar.c125 kvz_data_chunk *chunk = NULL; in libkvazaar_init() local
244 kvz_data_chunk *chunk = NULL; in libkvazaar_encode() local
[all...]
H A Dhapenc.c95 HapChunk *chunk = &ctx->chunks[i]; in hap_compress_frame() local
[all...]
H A Dhapdec.c188 HapChunk *chunk = &ctx->chunks[i]; in hap_parse_frame_header() local
227 HapChunk *chunk = &ctx->chunks[chunk_nb]; decompress_chunks_thread() local
[all...]
/third_party/curl/docs/examples/
H A Dhttp2-pushinmemory.c68 static void init_memory(struct Memory *chunk) in init_memory() argument
/third_party/node/src/
H A Dnode_wasm_web_api.cc100 Local<Value> chunk = args[0]; in Push() local
/third_party/node/src/tracing/
H A Dnode_trace_buffer.cc20 auto& chunk = chunks_[total_chunks_++]; in AddTraceEvent() local
27 auto& chunk = chunks_[total_chunks_ - 1]; in AddTraceEvent() local
49 auto& chunk = chunks_[chunk_index]; GetEventByHandle() local
63 auto& chunk = chunks_[i]; Flush() local
[all...]
/third_party/nghttp2/src/
H A DHtmlParser.cc182 int HtmlParser::parse_chunk(const char *chunk, size_t size, int fin) { in parse_chunk() argument
201 int HtmlParser::parse_chunk_internal(const char *chunk, size_t size, int fin) { in parse_chunk_internal() argument
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_rob.c49 int ngtcp2_rob_data_new(ngtcp2_rob_data **pd, uint64_t offset, size_t chunk, in ngtcp2_rob_data_new() argument
68 int ngtcp2_rob_init(ngtcp2_rob *rob, size_t chunk, const ngtcp2_mem *mem) { in ngtcp2_rob_init() argument
[all...]
/third_party/lz4/lib/
H A Dlz4file.c254 size_t chunk; in LZ4F_write() local
/third_party/mesa3d/src/util/perf/
H A Du_trace.h219 struct u_trace_chunk *chunk; member
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_des.c151 size_t n, chunk = EVP_MAXCHUNK / 8; in des_cfb1_cipher() local
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitExecAllocator.c89 static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) in free_chunk() argument
208 static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) in free_chunk() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-sine-source.c136 pa_memchunk chunk; in process_render() local
79 source_process_msg( pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) source_process_msg() argument
[all...]
/third_party/pulseaudio/src/pulsecore/filter/
H A Dlfe-filter.c33 pa_memchunk chunk; member

Completed in 10 milliseconds

12345678910>>...12