Home
last modified time | relevance | path

Searched defs:nb_bytes (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxcodec/jpx/
Djpx_decode_utils.cpp19 OPJ_SIZE_T nb_bytes, in opj_read_from_memory()
36 OPJ_OFF_T opj_skip_from_memory(OPJ_OFF_T nb_bytes, void* p_user_data) { in opj_skip_from_memory()
68 OPJ_BOOL opj_seek_from_memory(OPJ_OFF_T nb_bytes, void* p_user_data) { in opj_seek_from_memory()
/external/pffft/
Dpffft_common.c10 static void * Valigned_malloc(size_t nb_bytes) { in Valigned_malloc()
57 void *pffft_aligned_malloc(size_t nb_bytes) { return Valigned_malloc(nb_bytes); } in pffft_aligned_malloc()
63 void *pffftd_aligned_malloc(size_t nb_bytes) { return Valigned_malloc(nb_bytes); } in pffftd_aligned_malloc()
Dpffastconv.c27 void *pffastconv_malloc(size_t nb_bytes) in pffastconv_malloc()
/external/libiio/src/iiod/
Dops.c126 unsigned int nb_bytes, cpt; member
623 ssize_t nb_bytes; in rw_thd() local
674 ssize_t nb_bytes = 0; in rw_thd() local
/external/libaom/av1/decoder/
Ddecodeframe.c2636 uint32_t nb_bytes = (nb_bits + 7) >> 3; in check_trailing_bits_after_symbol_coder() local
/external/python/cffi/c/
D_cffi_backend.c5486 Py_ssize_t nb_bytes; member