Home
last modified time | relevance | path

Searched defs:esize (Results 1 – 21 of 21) 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/v8/src/diagnostics/arm/
Ddisasm-arm.cc2236 int esize = kBitsPerByte * (1 << size); in DecodeAdvancedSIMDTwoOrThreeRegisters() local
2337 int esize = 0, index = 0; in DecodeAdvancedSIMDTwoOrThreeRegisters() local
2371 int esize = 8 << instr->Bits(21, 20); in DecodeAdvancedSIMDTwoOrThreeRegisters() local
2379 int esize = 8 << instr->Bits(21, 20); in DecodeAdvancedSIMDTwoOrThreeRegisters() 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/bc/src/
Dvector.c57 void bc_vec_init(BcVec *restrict v, size_t esize, BcVecFree dtor) { in bc_vec_init()
/external/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
/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/igt-gpu-tools/assembler/
Dgen8_disasm.c799 static int esize[6] = { 1, 2, 4, 8, 16, 32 }; variable
Dbrw_disasm.c1005 int esize[6] = { variable
/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/kernel-headers/original/uapi/linux/netfilter/
Dx_tables.h174 #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/v8/src/execution/arm64/
Dsimulator-logic-arm64.cc370 int esize = LaneSizeInBytesFromFormat(vform); in ld2() local
405 int esize = LaneSizeInBytesFromFormat(vform); in ld3() local
452 int esize = LaneSizeInBytesFromFormat(vform); in ld4() local
516 int esize = LaneSizeInBytesFromFormat(vform); in st2() local
528 int esize = LaneSizeInBytesFromFormat(vform); in st2() local
535 int esize = LaneSizeInBytesFromFormat(vform); in st3() local
550 int esize = LaneSizeInBytesFromFormat(vform); in st3() local
558 int esize = LaneSizeInBytesFromFormat(vform); in st4() local
577 int esize = LaneSizeInBytesFromFormat(vform); in st4() local
2728 int esize = LaneSizeInBitsFromFormat(vform); in sqrdmulh() local
Dsimulator-arm64.cc4896 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.cc5635 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.c873 void bc_vec_init(BcVec *v, size_t esize, BcVecFree dtor) { in bc_vec_init()