HomeSort by relevance Sort by last modified time
    Searched refs:vcnt (Results 1 - 25 of 27) sorted by null

1 2

  /external/ltp/testcases/kernel/io/direct_io/
diotest_routines.h 3 extern void vfillbuf(struct iovec *iv, int vcnt, char value);
6 extern int vbufcmp(struct iovec *iv1, struct iovec *iv2, int vcnt);
diotest_routines.c 65 void vfillbuf(struct iovec *iv, int vcnt, char value)
69 for (i = 0; i < vcnt; iv++, i++) {
93 int vbufcmp(struct iovec *iv1, struct iovec *iv2, int vcnt)
97 for (i = 0; i < vcnt; iv1++, iv2++, i++) {
  /external/freetype/src/otvalid/
otvmath.c 319 FT_UInt vcnt, table_size; local
330 vcnt = FT_NEXT_USHORT( p );
332 OTV_LIMIT_CHECK( 4 * vcnt );
333 table_size = 4 + 4 * vcnt;
335 for ( i = 0; i < vcnt; i++ )
359 FT_UInt vcnt, hcnt, i, table_size; local
373 vcnt = FT_NEXT_USHORT( p );
376 OTV_LIMIT_CHECK( 2 * vcnt + 2 * hcnt );
377 table_size = 10 + 2 * vcnt + 2 * hcnt;
381 otv_Coverage_validate( table + VCoverage, otvalid, (FT_Int)vcnt );
    [all...]
  /external/capstone/suite/MC/ARM/
neon-bitcount-encoding.s.cs 2 0x20,0x05,0xf0,0xf3 = vcnt.8 d16, d16
3 0x60,0x05,0xf0,0xf3 = vcnt.8 q8, q8
neont2-bitcount-encoding.s.cs 2 0xf0,0xff,0x20,0x05 = vcnt.8 d16, d16
3 0xf0,0xff,0x60,0x05 = vcnt.8 q8, q8
  /external/llvm/test/MC/ARM/
neon-bitcount-encoding.s 3 @ CHECK: vcnt.8 d16, d16 @ encoding: [0x20,0x05,0xf0,0xf3]
4 vcnt.8 d16, d16
5 @ CHECK: vcnt.8 q8, q8 @ encoding: [0x60,0x05,0xf0,0xf3]
6 vcnt.8 q8, q8
neont2-bitcount-encoding.s 5 vcnt.8 d16, d16
6 vcnt.8 q8, q8
8 @ CHECK: vcnt.8 d16, d16 @ encoding: [0xf0,0xff,0x20,0x05]
9 @ CHECK: vcnt.8 q8, q8 @ encoding: [0xf0,0xff,0x60,0x05]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
neon-bitcount-encoding.s 3 @ CHECK: vcnt.8 d16, d16 @ encoding: [0x20,0x05,0xf0,0xf3]
4 vcnt.8 d16, d16
5 @ CHECK: vcnt.8 q8, q8 @ encoding: [0x60,0x05,0xf0,0xf3]
6 vcnt.8 q8, q8
neont2-bitcount-encoding.s 5 vcnt.8 d16, d16
6 vcnt.8 q8, q8
8 @ CHECK: vcnt.8 d16, d16 @ encoding: [0xf0,0xff,0x20,0x05]
9 @ CHECK: vcnt.8 q8, q8 @ encoding: [0xf0,0xff,0x60,0x05]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 1347 int vcnt = 0; local
    [all...]
  /external/arm-neon-tests/
Android.mk 38 vqshlu_n vclz vcls vcnt vqshrn_n vpmax vpmin vqshrun_n \
ref_vcnt.c 34 #define INSN_NAME vcnt
35 #define TEST_MSG "VCNT/VCNTQ"
Makefile 53 vqshlu_n vclz vcls vcnt vqshrn_n vpmax vpmin vqshrun_n \
  /external/libedit/src/
terminal.c 1272 ssize_t vcnt = ct_visual_char(visbuf, VISUAL_WIDTH_MAX, c); local
1273 if (vcnt < 0)
1274 vcnt = 0;
1275 visbuf[vcnt] = '\0';
1276 terminal_overwrite(el, visbuf, (size_t)vcnt);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
neon-cov.s 658 binops vcnt vcntq .8
neon-cov.d     [all...]
  /external/vixl/src/aarch32/
assembler-aarch32.h 4180 void vcnt(DataType dt, DRegister rd, DRegister rm) { vcnt(al, dt, rd, rm); } function in class:vixl::aarch32::Assembler
4183 void vcnt(DataType dt, QRegister rd, QRegister rm) { vcnt(al, dt, rd, rm); } function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.h     [all...]
assembler-aarch32.cc 16128 void Assembler::vcnt(Condition cond, DataType dt, DRegister rd, DRegister rm) { function in class:vixl::aarch32::Assembler
16152 void Assembler::vcnt(Condition cond, DataType dt, QRegister rd, QRegister rm) { function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.cc 4380 void Disassembler::vcnt(Condition cond, function in class:vixl::aarch32::Disassembler
4389 void Disassembler::vcnt(Condition cond, function in class:vixl::aarch32::Disassembler
    [all...]
macro-assembler-aarch32.h     [all...]
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
jdom2-2.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jdom/jdom2/2.0.6/
jdom2-2.0.6.jar 
  /external/valgrind/none/tests/arm/
neon128.stdout.exp     [all...]
neon64.stdout.exp     [all...]

Completed in 386 milliseconds

1 2