Home
last modified time | relevance | path

Searched defs:n_bytes (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dbmpenc.c70 int n_bytes_image, n_bytes_per_row, n_bytes, i, n, hsize, ret; in bmp_encode_frame() local
/third_party/lame/frontend/
H A Dlame_main.c402 size_t n_bytes = lame_get_id3v2_tag(gf, id3v2tag, id3v2_size); in lame_encoder_loop() local
/third_party/mbedtls/library/
H A Dbignum_core.c630 MBEDTLS_MPI_CHK(f_rng(p_rng, (unsigned char *) X + overhead, n_bytes)); in mbedtls_mpi_core_fill_random() local
646 size_t n_bytes = (n_bits + 7) / 8; in mbedtls_mpi_core_random() local
615 mbedtls_mpi_core_fill_random( mbedtls_mpi_uint *X, size_t X_limbs, size_t n_bytes, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_mpi_core_fill_random() argument
/third_party/node/src/crypto/
H A Dcrypto_keys.cc168 size_t n_bytes = data[1] & ~0x80; in IsASN1Sequence() local
H A Dcrypto_common.cc729 long n_bytes = BIO_get_mem_data(tmp.get(), &oline); // NOLINT(runtime/int) in PrintGeneralName() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.h1394 inline Cord Cord::AdvanceAndRead(CharIterator* it, size_t n_bytes) { in AdvanceAndRead() argument
1399 inline void Cord::Advance(CharIterator* it, size_t n_bytes) { in Advance() argument
[all...]
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c555 static size_t check_left_to_play(struct userdata *u, size_t n_bytes, bool on_timeout) { in check_left_to_play() argument
627 size_t n_bytes; in mmap_write() local
824 size_t n_bytes; unix_write() local
[all...]
H A Dalsa-source.c532 static size_t check_left_to_record(struct userdata *u, size_t n_bytes, bool on_timeout) { in check_left_to_record() argument
600 size_t n_bytes; in mmap_read() local
775 size_t n_bytes; unix_read() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dcompile-i386.c521 static struct storage *stack_alloc(int n_bytes) in stack_alloc() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp1673 static const GLuint n_bytes = sizeof(T); in readBaseTypeFromSignedChannel() local
1921 static const GLuint n_bytes = sizeof(T); in writeBaseTypeToSignedChannel() local

Completed in 22 milliseconds