Home
last modified time | relevance | path

Searched defs:chunk (Results 26 - 50 of 283) sorted by relevance

12345678910>>...12

/third_party/openssl/crypto/whrlpool/
H A Dwp_dgst.c78 size_t chunk = ((size_t)1) << (sizeof(size_t) * 8 - 4); in WHIRLPOOL_Update() local
/third_party/skia/src/xml/
H A DSkDOMParser.h15 SkDOMParser(SkArenaAllocWithReset* chunk) : SkXMLParser(&fParserError), fAlloc(chunk) { in SkDOMParser() argument
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dslide_hash_neon.h19 const size_t chunk = sizeof(uint16x8_t) / sizeof(uint16_t); in neon_slide_hash_update() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_reader_test.cc61 absl::string_view chunk = reader.Init(node); in TEST() local
95 absl::string_view chunk = reader.Init(node); in TEST() local
138 absl::string_view chunk = reader.Seek(seek); TEST() local
167 absl::string_view chunk; TEST() local
249 absl::string_view chunk = reader.Init(node); TEST() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_compress.c80 uint32_t chunk = CHUNK; in PerformInflate() local
/third_party/ffmpeg/libavcodec/
H A Dcri_parser.c35 int chunk; member
H A Dqoidec.c80 int chunk = bytestream2_get_byteu(&gb); in qoi_decode_frame() local
[all...]
/third_party/ffmpeg/libavformat/
H A Daixdec.c89 unsigned size, index, duration, chunk; in aix_read_packet() local
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon_hw.c149 size_t chunk = MAXCHUNK; in ossl_cipher_hw_chunked_cfb8() local
167 size_t chunk in ossl_cipher_hw_chunked_cfb128() local
[all...]
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/openssl/providers/implementations/ciphers/
H A Dciphercommon_hw.c149 size_t chunk = MAXCHUNK; in ossl_cipher_hw_chunked_cfb8() local
167 size_t chunk in ossl_cipher_hw_chunked_cfb128() local
[all...]
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/wav/
H A DWavStreamReader.cpp81 WavChunkHeader *chunk = 0; in parse() local
/third_party/python/Python/
H A Dpystrhex.c99 Py_ssize_t chunk; in _Py_strhex_impl() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_ring_reader_test.cc136 absl::string_view chunk = reader.Seek(offset + off); in TEST() local
161 absl::string_view chunk = reader.Seek(offset + off); in TEST() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
H A Dext_hash.c63 static hi_s32 ext_hash_update_from_user(mbedtls_md_context_t *md, hi_u8 *chunk, hi_u32 chunk_len) in ext_hash_update_from_user() argument
107 hi_s32 mbedtls_hash_update(hi_void *ctx, const hi_u8 *chunk, hi_u32 chunk_len, hash_chunk_src src) in mbedtls_hash_update() argument
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtcp/
H A Drtcp_unit_test.cpp288 auto chunk = std::make_shared<SdesChunk>(); in HWTEST_F() local
300 auto chunk = std::make_shared<SdesChunk>(); in HWTEST_F() local
/third_party/curl/tests/unit/
H A Dunit2601.c42 struct buf_chunk *chunk; in tail_err() local
63 struct buf_chunk *chunk; in dump_bufq() local
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestStreaming.java29 int chunk; field in TestStreaming.TestCase
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A DTestStreaming.java32 int chunk; field in TestStreaming.TestCase
/third_party/nghttp2/src/
H A DHtmlParser.h80 int parse_chunk(const char *chunk, size_t size, int fin) { return 0; } in parse_chunk() argument
/third_party/node/deps/v8/src/heap/
H A Dslot-set.cc14 Chunk* chunk = head_; in ~TypedSlots() local
26 Chunk* chunk = EnsureChunk(); in Insert() local
57 Chunk* chunk = new Chunk; NewChunk() local
[all...]
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtrace-buffer.cc23 auto& chunk = chunks_[chunk_index_]; in AddTraceEvent() local
30 auto& chunk = chunks_[chunk_index_]; in AddTraceEvent() local
[all...]
/third_party/node/deps/openssl/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/node/deps/openssl/openssl/apps/
H A Drand.c118 int chunk; in rand_main() local
/third_party/pulseaudio/src/modules/
H A Dmodule-sine.c58 static int sink_input_pop_cb(pa_sink_input *i, size_t nbytes, pa_memchunk *chunk) { in sink_input_pop_cb() argument

Completed in 11 milliseconds

12345678910>>...12