Home
last modified time | relevance | path

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

/third_party/elfutils/libdw/
Ddwarf_next_lines.c169 size_t esize; in dwarf_next_lines() local
/third_party/elfutils/tests/
Dnext_cfi.c115 size_t esize; in main() local
/third_party/skia/experimental/lowp-basic/
DQMath.h60 const int esize = 16; in simulate_neon_vqrdmulhq_s16() local
/third_party/ffmpeg/libavcodec/
Dpictordec.c127 int bits_per_plane, bpp, etype, esize, npal, pos_after_pal; in decode_frame() local
Daacdec.c292 int bits_consumed, esize, i; in latm_decode_audio_specific_config() local
Dwmadec.c640 int i, j, n, n1, last_high_band, esize; in wma_decode_block() local
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c189 expand_encodebuffer(MultibyteEncodeBuffer *buf, Py_ssize_t esize) in expand_encodebuffer()
231 Py_ssize_t esize, start, end; in multibytecodec_encerror() local
387 Py_ssize_t esize, start, end; in multibytecodec_decerror() local
/third_party/node/deps/v8/src/diagnostics/arm/
Ddisasm-arm.cc2259 int esize = kBitsPerByte * (1 << size); in DecodeAdvancedSIMDTwoOrThreeRegisters() local
2364 int esize = 0, index = 0; in DecodeAdvancedSIMDTwoOrThreeRegisters() local
/third_party/vixl/src/aarch64/
Dlogic-aarch64.cc215 int esize = LaneSizeInBytesFromFormat(vform); in ld2() local
261 int esize = LaneSizeInBytesFromFormat(vform); in ld3() local
320 int esize = LaneSizeInBytesFromFormat(vform); in ld4() local
400 int esize = LaneSizeInBytesFromFormat(vform); in st2() local
416 int esize = LaneSizeInBytesFromFormat(vform); in st2() local
427 int esize = LaneSizeInBytesFromFormat(vform); in st3() local
447 int esize = LaneSizeInBytesFromFormat(vform); in st3() local
460 int esize = LaneSizeInBytesFromFormat(vform); in st4() local
484 int esize = LaneSizeInBytesFromFormat(vform); in st4() local
1863 int esize, in CalculateSignedShiftDistance()
[all …]
Dinstructions-aarch64.cc650 int esize = (1 << lane_size_in_bytes_log_2) * kBitsPerByte; in GetSVEImmShiftAndLaneSizeLog2() local
Dassembler-sve-aarch64.cc4777 uint32_t esize = zn.GetLaneSizeInBytesLog2(); in SVELd1VecScaHelper() local
/third_party/node/deps/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.cc5132 int esize = LaneSizeInBytesFromFormat(vf); in NEONLoadStoreSingleStructHelper() local
/third_party/vixl/test/aarch64/
Dtest-utils-aarch64.cc787 int esize, in SetFpData()
/third_party/ffmpeg/libavformat/
Davidec.c758 unsigned esize; in avi_read_header() local
/third_party/alsa-lib/src/topology/
Ddata.c468 int size, esize, off, num; in tplg_parse_data_hex() local
/third_party/toybox/toys/pending/
Dbc.c873 void bc_vec_init(BcVec *v, size_t esize, BcVecFree dtor) { in bc_vec_init()