/external/llvm-project/llvm/test/MC/Mips/msa/ |
D | test_2r.s | 14 # CHECK: pcnt.b $w20, $w18 # encoding: [0x7b,0x04,0x95,0x1e] 15 # CHECK: pcnt.h $w0, $w8 # encoding: [0x7b,0x05,0x40,0x1e] 16 # CHECK: pcnt.w $w23, $w9 # encoding: [0x7b,0x06,0x4d,0xde] 17 # CHECK: pcnt.d $w21, $w24 # encoding: [0x7b,0x07,0xc5,0x5e] 30 pcnt.b $w20, $w18 31 pcnt.h $w0, $w8 32 pcnt.w $w23, $w9 33 pcnt.d $w21, $w24
|
/external/llvm/test/MC/Mips/msa/ |
D | test_2r.s | 14 # CHECK: pcnt.b $w20, $w18 # encoding: [0x7b,0x04,0x95,0x1e] 15 # CHECK: pcnt.h $w0, $w8 # encoding: [0x7b,0x05,0x40,0x1e] 16 # CHECK: pcnt.w $w23, $w9 # encoding: [0x7b,0x06,0x4d,0xde] 17 # CHECK: pcnt.d $w21, $w24 # encoding: [0x7b,0x07,0xc5,0x5e] 30 pcnt.b $w20, $w18 31 pcnt.h $w0, $w8 32 pcnt.w $w23, $w9 33 pcnt.d $w21, $w24
|
/external/llvm-project/llvm/test/MC/VE/ |
D | PCNT.s | 6 # CHECK-INST: pcnt %s11, %s11 8 pcnt %s11, %s11 label 10 # CHECK-INST: pcnt %s11, (32)1 12 pcnt %s11, (32)1 label 14 # CHECK-INST: pcnt %s11, (63)0 16 pcnt %s11, (63)0 label
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl07.c | 28 int cnt, pcnt; in verify_ioctl() local 31 SAFE_FILE_SCANF("/proc/sys/kernel/random/entropy_avail", "%d", &pcnt); in verify_ioctl() 32 tst_res(TINFO, "entropy value from ioctl: %d, proc: %d", cnt, pcnt); in verify_ioctl() 34 if (abs(pcnt - cnt) <= fuzz) in verify_ioctl()
|
/external/capstone/suite/MC/Mips/ |
D | test_2r.s.cs | 13 0x7b,0x04,0x95,0x1e = pcnt.b $w20, $w18 14 0x7b,0x05,0x40,0x1e = pcnt.h $w0, $w8 15 0x7b,0x06,0x4d,0xde = pcnt.w $w23, $w9 16 0x7b,0x07,0xc5,0x5e = pcnt.d $w21, $w24
|
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/ |
D | ctpop.ll | 12 ; CHECK-NEXT: pcnt %s1, %s1 13 ; CHECK-NEXT: pcnt %s0, %s0 24 ; CHECK-NEXT: pcnt %s0, %s0 34 ; CHECK-NEXT: pcnt %s0, %s0 43 ; CHECK-NEXT: pcnt %s0, %s0 53 ; CHECK-NEXT: pcnt %s0, %s0 62 ; CHECK-NEXT: pcnt %s0, %s0 72 ; CHECK-NEXT: pcnt %s0, %s0 81 ; CHECK-NEXT: pcnt %s0, %s0
|
D | cttz.ll | 15 ; CHECK-NEXT: pcnt %s3, %s0 18 ; CHECK-NEXT: pcnt %s0, %s0 32 ; CHECK-NEXT: pcnt %s0, %s0 44 ; CHECK-NEXT: pcnt %s0, %s0 56 ; CHECK-NEXT: pcnt %s0, %s0 68 ; CHECK-NEXT: pcnt %s0, %s0 80 ; CHECK-NEXT: pcnt %s0, %s0 92 ; CHECK-NEXT: pcnt %s0, %s0 104 ; CHECK-NEXT: pcnt %s0, %s0
|
/external/llvm-project/llvm/test/MC/Disassembler/Mips/msa/ |
D | test_2r.txt | 14 0x7b 0x04 0x95 0x1e # CHECK: pcnt.b $w20, $w18 15 0x7b 0x05 0x40 0x1e # CHECK: pcnt.h $w0, $w8 16 0x7b 0x06 0x4d 0xde # CHECK: pcnt.w $w23, $w9 17 0x7b 0x07 0xc5 0x5e # CHECK: pcnt.d $w21, $w24
|
/external/llvm/test/MC/Disassembler/Mips/msa/ |
D | test_2r.txt | 14 0x7b 0x04 0x95 0x1e # CHECK: pcnt.b $w20, $w18 15 0x7b 0x05 0x40 0x1e # CHECK: pcnt.h $w0, $w8 16 0x7b 0x06 0x4d 0xde # CHECK: pcnt.w $w23, $w9 17 0x7b 0x07 0xc5 0x5e # CHECK: pcnt.d $w21, $w24
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | 2r.ll | 180 %1 = tail call <16 x i8> @llvm.mips.pcnt.b(<16 x i8> %0) 185 declare <16 x i8> @llvm.mips.pcnt.b(<16 x i8>) nounwind 190 ; CHECK-DAG: pcnt.b [[WD:\$w[0-9]+]], [[WS]] 201 %1 = tail call <8 x i16> @llvm.mips.pcnt.h(<8 x i16> %0) 206 declare <8 x i16> @llvm.mips.pcnt.h(<8 x i16>) nounwind 211 ; CHECK-DAG: pcnt.h [[WD:\$w[0-9]+]], [[WS]] 222 %1 = tail call <4 x i32> @llvm.mips.pcnt.w(<4 x i32> %0) 227 declare <4 x i32> @llvm.mips.pcnt.w(<4 x i32>) nounwind 232 ; CHECK-DAG: pcnt.w [[WD:\$w[0-9]+]], [[WS]] 243 %1 = tail call <2 x i64> @llvm.mips.pcnt.d(<2 x i64> %0) [all …]
|
/external/llvm-project/llvm/test/CodeGen/Mips/msa/ |
D | 2r.ll | 180 %1 = tail call <16 x i8> @llvm.mips.pcnt.b(<16 x i8> %0) 185 declare <16 x i8> @llvm.mips.pcnt.b(<16 x i8>) nounwind 190 ; CHECK-DAG: pcnt.b [[WD:\$w[0-9]+]], [[WS]] 201 %1 = tail call <8 x i16> @llvm.mips.pcnt.h(<8 x i16> %0) 206 declare <8 x i16> @llvm.mips.pcnt.h(<8 x i16>) nounwind 211 ; CHECK-DAG: pcnt.h [[WD:\$w[0-9]+]], [[WS]] 222 %1 = tail call <4 x i32> @llvm.mips.pcnt.w(<4 x i32> %0) 227 declare <4 x i32> @llvm.mips.pcnt.w(<4 x i32>) nounwind 232 ; CHECK-DAG: pcnt.w [[WD:\$w[0-9]+]], [[WS]] 243 %1 = tail call <2 x i64> @llvm.mips.pcnt.d(<2 x i64> %0) [all …]
|
/external/freetype/src/otvalid/ |
D | otvmath.c | 278 FT_UInt pcnt, table_size; in otv_GlyphAssembly_validate() local 290 pcnt = FT_NEXT_USHORT( p ); in otv_GlyphAssembly_validate() 292 OTV_LIMIT_CHECK( 8 * pcnt ); in otv_GlyphAssembly_validate() 293 table_size = 6 + 8 * pcnt; in otv_GlyphAssembly_validate() 299 for ( i = 0; i < pcnt; i++ ) in otv_GlyphAssembly_validate()
|
/external/iptables/iptables/ |
D | iptables-xml.c | 166 xmlAttrI("packet-count", (unsigned long long) ctr->pcnt); in openChain() 492 do_rule(char *pcnt, char *bcnt, int argc, char *argv[], int argvattr[], in do_rule() argument 514 if (pcnt) in do_rule() 515 xmlAttrS("packet-count", pcnt); in do_rule() 648 char *pcnt = NULL; in iptables_xml_main() local 653 tokenize_rule_counters(&parsestart, &pcnt, &bcnt, line); in iptables_xml_main() 672 do_rule(pcnt, bcnt, cur_rule.argc, cur_rule.argv, in iptables_xml_main()
|
D | iptables-restore.c | 317 char *pcnt = NULL; in ip46tables_restore_main() local 325 tokenize_rule_counters(&parsestart, &pcnt, &bcnt, line); in ip46tables_restore_main() 326 if (counters && pcnt && bcnt) { in ip46tables_restore_main() 328 add_argv(&av_store, pcnt, 0); in ip46tables_restore_main()
|
D | xtables-restore.c | 206 char *pcnt = NULL; in xtables_restore_parse_line() local 214 tokenize_rule_counters(&parsestart, &pcnt, &bcnt, line); in xtables_restore_parse_line() 215 if (counters && pcnt && bcnt) { in xtables_restore_parse_line() 217 add_argv(&state->av_store, pcnt, 0); in xtables_restore_parse_line()
|
D | ip6tables.c | 309 xtables_print_num(counters.pcnt, (format|FMT_NOTABLE)); in print_header() 399 xtables_print_num(fw->counters.pcnt, format); in print_firewall() 887 …printf("[%llu:%llu] ", (unsigned long long)e->counters.pcnt, (unsigned long long)e->counters.bcnt); in print_rule6() 927 …printf(" -c %llu %llu", (unsigned long long)e->counters.pcnt, (unsigned long long)e->counters.bcnt… in print_rule6() 998 printf(" -c %llu %llu", (unsigned long long)count.pcnt, (unsigned long long)count.bcnt); in list_rules() 1079 const char *pcnt = NULL, *bcnt = NULL; in do_command6() local 1400 pcnt = optarg; in do_command6() 1401 bcnt = strchr(pcnt + 1, ','); in do_command6() 1411 if (sscanf(pcnt, "%llu", &cnt) != 1) in do_command6() 1415 cs.fw6.counters.pcnt = cnt; in do_command6()
|
D | iptables.c | 299 xtables_print_num(counters.pcnt, (format|FMT_NOTABLE)); in print_header() 391 xtables_print_num(fw->counters.pcnt, format); in print_firewall() 893 …printf("[%llu:%llu] ", (unsigned long long)e->counters.pcnt, (unsigned long long)e->counters.bcnt); in print_rule4() 923 …printf(" -c %llu %llu", (unsigned long long)e->counters.pcnt, (unsigned long long)e->counters.bcnt… in print_rule4() 994 printf(" -c %llu %llu", (unsigned long long)count.pcnt, (unsigned long long)count.bcnt); in list_rules() 1074 const char *pcnt = NULL, *bcnt = NULL; in do_command4() local 1392 pcnt = optarg; in do_command4() 1393 bcnt = strchr(pcnt + 1, ','); in do_command4() 1403 if (sscanf(pcnt, "%llu", &cnt) != 1) in do_command4() 1407 cs.fw.counters.pcnt = cnt; in do_command4()
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | x_tables.h | 107 #define SET_COUNTER(c,b,p) do { (c).bcnt = (b); (c).pcnt = (p); } while(0) 108 #define ADD_COUNTER(c,b,p) do { (c).bcnt += (b); (c).pcnt += (p); } while(0) 111 __u64 pcnt, bcnt; /* Packet and byte counters */ member
|
/external/iptables/include/linux/netfilter/ |
D | x_tables.h | 106 #define SET_COUNTER(c,b,p) do { (c).bcnt = (b); (c).pcnt = (p); } while(0) 107 #define ADD_COUNTER(c,b,p) do { (c).bcnt += (b); (c).pcnt += (p); } while(0) 110 __u64 pcnt, bcnt; /* Packet and byte counters */ member
|
/external/iproute2/include/uapi/linux/netfilter/ |
D | x_tables.h | 107 #define SET_COUNTER(c,b,p) do { (c).bcnt = (b); (c).pcnt = (p); } while(0) 108 #define ADD_COUNTER(c,b,p) do { (c).bcnt += (b); (c).pcnt += (p); } while(0) 111 __u64 pcnt, bcnt; /* Packet and byte counters */ member
|
/external/elfutils/src/ |
D | elflint.c | 495 unsigned int pcnt; in check_elf_header() local 496 for (pcnt = 0; pcnt < phnum; ++pcnt) in check_elf_header() 499 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_elf_header() 503 if (pcnt < phnum) in check_elf_header() 504 ERROR (_("Can only check %u headers, phnum was %u\n"), pcnt, phnum); in check_elf_header() 505 phnum = pcnt; in check_elf_header() 872 unsigned int pcnt; in check_symtab() local 874 for (pcnt = 0; pcnt < phnum; ++pcnt) in check_symtab() 876 phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_symtab() 881 if (pcnt == phnum) in check_symtab() [all …]
|
/external/tcpdump/ |
D | print-smb.c | 92 const u_char *param, const u_char *data, int pcnt, int dcnt) in trans2_findfirst() argument 101 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr); in trans2_findfirst() 110 const u_char *param, const u_char *data, int pcnt, int dcnt) in trans2_qfsinfo() argument 119 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr); in trans2_qfsinfo() 180 int pcnt, dcnt; in print_trans2() local 185 pcnt = EXTRACT_LE_16BITS(w + 9 * 2); in print_trans2() 197 pcnt = EXTRACT_LE_16BITS(w + 3 * 2); in print_trans2() 203 ND_PRINT((ndo, "%s param_length=%d data_length=%d\n", fn->name, pcnt, dcnt)); in print_trans2() 230 (*fn->descript.fn)(ndo, param, data, pcnt, dcnt); in print_trans2() 232 smb_fdata(ndo, param, f1 ? f1 : "Parameters=\n", param + pcnt, unicodestr); in print_trans2()
|
/external/llvm-project/llvm/test/MC/RISCV/ |
D | rv32zbb-valid.s | 33 # CHECK-ASM-AND-OBJ: pcnt t0, t1 35 pcnt t0, t1 label
|
/external/llvm-project/llvm/test/MC/Mips/mips32r2/ |
D | invalid-msa.s | 58 …pcnt.b $w30,$w15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU f… 59 …pcnt.d $w5,$w16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU f… 60 …pcnt.h $w20,$w24 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU f… 61 …pcnt.w $w22,$w20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU f…
|
/external/llvm/test/MC/Mips/mips32r2/ |
D | invalid-msa.s | 58 …pcnt.b $w30,$w15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU f… 59 …pcnt.d $w5,$w16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU f… 60 …pcnt.h $w20,$w24 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU f… 61 …pcnt.w $w22,$w20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU f…
|