Searched defs:nb_bytes (Results 1 – 6 of 6) sorted by relevance
19 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()
10 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()
27 void *pffastconv_malloc(size_t nb_bytes) in pffastconv_malloc()
126 unsigned int nb_bytes, cpt; member623 ssize_t nb_bytes; in rw_thd() local674 ssize_t nb_bytes = 0; in rw_thd() local
2636 uint32_t nb_bytes = (nb_bits + 7) >> 3; in check_trailing_bits_after_symbol_coder() local
5486 Py_ssize_t nb_bytes; member