Home
last modified time | relevance | path

Searched defs:esize (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/experimental/lowp-basic/
DQMath.h60 const int esize = 16; in simulate_neon_vqrdmulhq_s16() local
/third_party/ffmpeg/libavcodec/
Dpictordec.c129 int bits_per_plane, bpp, etype, esize, npal, pos_after_pal; in decode_frame() local
Dwmadec.c623 int i, j, n, n1, last_high_band, esize; in wma_decode_block() local
Daacdec.c293 int bits_consumed, esize, i; in latm_decode_audio_specific_config() local
/third_party/iptables/libxtables/
Dxtoptions.c290 size_t esize = xtopt_esize_by_type(entry->type); in xtopt_parse_mint() local
601 static const size_t esize = sizeof(uint16_t); in xtopt_parse_mport() local
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c190 expand_encodebuffer(MultibyteEncodeBuffer *buf, Py_ssize_t esize) in expand_encodebuffer()
232 Py_ssize_t esize, start, end; in multibytecodec_encerror() local
388 Py_ssize_t esize, start, end; in multibytecodec_decerror() local
/third_party/iptables/include/linux/netfilter/
Dx_tables.h171 #define xt_entry_foreach(pos, ehead, esize) \ argument
/third_party/ffmpeg/libavformat/
Davidec.c740 unsigned esize; in avi_read_header() local
/third_party/alsa-lib/src/topology/
Ddata.c469 int size, esize, off, num; in tplg_parse_data_hex() local
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c3534 size_t esize = in sys_alloc() local
/third_party/libffi/src/
Ddlmalloc.c3493 size_t esize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE - asize); in sys_alloc() local
/third_party/boost/libs/container/src/
Ddlmalloc_2_8_6.c4116 size_t esize = granularity_align(nb + SYS_ALLOC_PADDING - ssize); in sys_alloc() local
/third_party/toybox/toys/pending/
Dbc.c873 void bc_vec_init(BcVec *v, size_t esize, BcVecFree dtor) { in bc_vec_init()