/external/elfutils/libdw/ |
D | dwarf_next_lines.c | 169 size_t esize; in dwarf_next_lines() local
|
/external/elfutils/tests/ |
D | next_cfi.c | 115 size_t esize; in main() local
|
/external/v8/src/diagnostics/arm/ |
D | disasm-arm.cc | 2236 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/ |
D | multibytecodec.c | 164 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/ |
D | vector.c | 57 void bc_vec_init(BcVec *restrict v, size_t esize, BcVecFree dtor) { in bc_vec_init()
|
/external/iptables/libxtables/ |
D | xtoptions.c | 290 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/ |
D | multibytecodec.c | 167 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/ |
D | gen8_disasm.c | 799 static int esize[6] = { 1, 2, 4, 8, 16, 32 }; variable
|
D | brw_disasm.c | 1005 int esize[6] = { variable
|
/external/jemalloc_new/src/ |
D | extent.c | 465 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/ |
D | x_tables.h | 172 #define xt_entry_foreach(pos, ehead, esize) \ argument
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | x_tables.h | 174 #define xt_entry_foreach(pos, ehead, esize) \ argument
|
/external/iptables/include/linux/netfilter/ |
D | x_tables.h | 171 #define xt_entry_foreach(pos, ehead, esize) \ argument
|
/external/v8/src/execution/arm64/ |
D | simulator-logic-arm64.cc | 370 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
|
D | simulator-arm64.cc | 4896 int esize = LaneSizeInBytesFromFormat(vf); in NEONLoadStoreSingleStructHelper() local
|
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 201 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 …]
|
D | simulator-aarch64.cc | 5635 int esize = LaneSizeInBytesFromFormat(vf); in NEONLoadStoreSingleStructHelper() local
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 3493 size_t esize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE - asize); in sys_alloc() local
|
/external/libffi/src/ |
D | dlmalloc.c | 3488 size_t esize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE - asize); in sys_alloc() local
|
/external/dlmalloc/ |
D | malloc.c | 4145 size_t esize = granularity_align(nb + SYS_ALLOC_PADDING - ssize); in sys_alloc() local
|
/external/toybox/toys/pending/ |
D | bc.c | 873 void bc_vec_init(BcVec *v, size_t esize, BcVecFree dtor) { in bc_vec_init()
|