Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_next_lines.c169 size_t esize; in dwarf_next_lines() local
/external/elfutils/tests/
Dnext_cfi.c115 size_t esize; in main() local
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c164 expand_encodebuffer(MultibyteEncodeBuffer *buf, Py_ssize_t esize) in expand_encodebuffer()
194 expand_decodebuffer(MultibyteDecodeBuffer *buf, Py_ssize_t esize) in expand_decodebuffer()
229 Py_ssize_t esize, start, end; in multibytecodec_encerror() local
368 Py_ssize_t esize, start, end; in multibytecodec_decerror() local
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c167 expand_encodebuffer(MultibyteEncodeBuffer *buf, Py_ssize_t esize) in expand_encodebuffer()
209 Py_ssize_t esize, start, end; in multibytecodec_encerror() local
365 Py_ssize_t esize, start, end; in multibytecodec_decerror() local
/external/iptables/libxtables/
Dxtoptions.c286 size_t esize = xtopt_esize_by_type(entry->type); in xtopt_parse_mint() local
617 static const size_t esize = sizeof(uint16_t); in xtopt_parse_mport() local
/external/jemalloc_new/src/
Dextent.c465 size_t esize, size_t alignment) { in extents_fit_locked()
888 size_t esize = size + pad; in extent_recycle_extract() local
959 size_t esize = size + pad; in extent_split_interior() local
1249 size_t esize = size + pad; in extent_grow_retained() local
1438 size_t esize = size + pad; in extent_alloc_wrapper_hard() local
/external/iproute2/include/uapi/linux/netfilter/
Dx_tables.h172 #define xt_entry_foreach(pos, ehead, esize) \ argument
/external/iptables/include/linux/netfilter/
Dx_tables.h171 #define xt_entry_foreach(pos, ehead, esize) \ argument
/external/kernel-headers/original/uapi/linux/netfilter/
Dx_tables.h174 #define xt_entry_foreach(pos, ehead, esize) \ argument
/external/v8/src/arm64/
Dsimulator-logic-arm64.cc371 int esize = LaneSizeInBytesFromFormat(vform); in ld2() local
406 int esize = LaneSizeInBytesFromFormat(vform); in ld3() local
453 int esize = LaneSizeInBytesFromFormat(vform); in ld4() local
517 int esize = LaneSizeInBytesFromFormat(vform); in st2() local
529 int esize = LaneSizeInBytesFromFormat(vform); in st2() local
536 int esize = LaneSizeInBytesFromFormat(vform); in st3() local
551 int esize = LaneSizeInBytesFromFormat(vform); in st3() local
559 int esize = LaneSizeInBytesFromFormat(vform); in st4() local
578 int esize = LaneSizeInBytesFromFormat(vform); in st4() local
2729 int esize = LaneSizeInBitsFromFormat(vform); in sqrdmulh() local
Dsimulator-arm64.cc4667 int esize = LaneSizeInBytesFromFormat(vf); in NEONLoadStoreSingleStructHelper() local
/external/vixl/src/aarch64/
Dlogic-aarch64.cc201 int esize = LaneSizeInBytesFromFormat(vform); in ld2() local
247 int esize = LaneSizeInBytesFromFormat(vform); in ld3() local
306 int esize = LaneSizeInBytesFromFormat(vform); in ld4() local
386 int esize = LaneSizeInBytesFromFormat(vform); in st2() local
402 int esize = LaneSizeInBytesFromFormat(vform); in st2() local
413 int esize = LaneSizeInBytesFromFormat(vform); in st3() local
433 int esize = LaneSizeInBytesFromFormat(vform); in st3() local
446 int esize = LaneSizeInBytesFromFormat(vform); in st4() local
470 int esize = LaneSizeInBytesFromFormat(vform); in st4() local
3343 int esize = LaneSizeInBitsFromFormat(vform); in sqrdmulh() local
[all …]
Dsimulator-aarch64.cc5282 int esize = LaneSizeInBytesFromFormat(vf); in NEONLoadStoreSingleStructHelper() local
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c3493 size_t esize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE - asize); in sys_alloc() local
/external/libffi/src/
Ddlmalloc.c3488 size_t esize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE - asize); in sys_alloc() local
/external/dlmalloc/
Dmalloc.c4145 size_t esize = granularity_align(nb + SYS_ALLOC_PADDING - ssize); in sys_alloc() local
/external/toybox/toys/pending/
Dbc.c872 void bc_vec_init(BcVec *v, size_t esize, BcVecFree dtor) { in bc_vec_init()