/external/valgrind/main/VEX/priv/ |
D | guest_amd64_toIR.c | 683 static Bool IS_VALID_PFX ( Prefix pfx ) { in IS_VALID_PFX() argument 684 return toBool((pfx & 0xFFFF0000) == PFX_EMPTY); in IS_VALID_PFX() 687 static Bool haveREX ( Prefix pfx ) { in haveREX() argument 688 return toBool(pfx & PFX_REX); in haveREX() 691 static Int getRexW ( Prefix pfx ) { in getRexW() argument 692 return (pfx & PFX_REXW) ? 1 : 0; in getRexW() 699 static Int getRexX ( Prefix pfx ) { in getRexX() argument 700 return (pfx & PFX_REXX) ? 1 : 0; in getRexX() 702 static Int getRexB ( Prefix pfx ) { in getRexB() argument 703 return (pfx & PFX_REXB) ? 1 : 0; in getRexB() [all …]
|
/external/libvpx/build/make/ |
D | gen_asm_deps.sh | 29 --build-pfx=*) pfx="${optval}" 55 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} `dirname $srcfile`/$inc 58 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} "${found_inc_path}/$inc" 61 echo ${out} ${out%d}o: "${pfx}${inc}"
|
D | Makefile | 111 --build-pfx=$(BUILD_PFX) --depfile=$@ $(ASFLAGS) $< > $@ 121 --build-pfx=$(BUILD_PFX) --depfile=$@ $(ASFLAGS) $< > $@
|
/external/iproute2/ip/ |
D | ifcfg | 87 pfx="$ipaddr peer $peer" 97 pfx="$ipaddr/$pfxlen" 105 ip addr del $pfx dev $dev $label || exit 1 122 if ! ip address add $pfx brd + dev $dev $label; then 123 echo "Error: failed to add $pfx on $dev." 1>&2
|
D | ipprefix.c | 75 struct in6_addr *pfx; in print_prefix() local 78 pfx = (struct in6_addr *)RTA_DATA(tb[PREFIX_ADDRESS]); in print_prefix() 81 fprintf(fp, "%s", rt_addr_n2a(family, sizeof(*pfx), pfx, in print_prefix()
|
D | ipneigh.c | 37 inet_prefix pfx; member 219 if (filter.pfx.family) { in print_neigh() 224 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen)) in print_neigh() 365 get_prefix(&filter.pfx, *argv, filter.family); in do_show_or_flush() 367 filter.family = filter.pfx.family; in do_show_or_flush()
|
D | ipaddress.c | 44 inet_prefix pfx; member 494 if (filter.pfx.family) { in print_addrinfo() 500 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen)) in print_addrinfo() 735 get_prefix(&filter.pfx, *argv, filter.family); in ipaddr_list_or_flush() 737 filter.family = filter.pfx.family; in ipaddr_list_or_flush() 910 if (filter.pfx.family || filter.label) { in ipaddr_list_or_flush() 916 if (filter.pfx.family && tb[IFA_LOCAL]) { in ipaddr_list_or_flush() 921 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen)) in ipaddr_list_or_flush()
|
/external/kernel-headers/original/asm-mips/ |
D | io.h | 298 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) \ argument 300 static inline void pfx##write##bwlq(type val, \ 308 __val = pfx##ioswab##bwlq(__mem, val); \ 334 static inline type pfx##read##bwlq(const volatile void __iomem *mem) \ 363 return pfx##ioswab##bwlq(__mem, __val); \ 366 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument 368 static inline void pfx##out##bwlq##p(type val, unsigned long port) \ 375 __val = pfx##ioswab##bwlq(__addr, val); \ 384 static inline type pfx##in##bwlq##p(unsigned long port) \ 396 return pfx##ioswab##bwlq(__addr, __val); \
|
/external/clang/test/Index/ |
D | cindex-from-source.m | 2 // RUN: %clang -x objective-c-header %S/Inputs/cindex-from-source.h -o %t.pfx.h.gch 3 // RUN: c-index-test -test-load-source local %s -include %t.pfx.h > %t 11 // RUN: c-index-test -test-load-source-reparse 5 local %s -include %t.pfx.h > %t
|
/external/iproute2/lib/ |
D | ll_addr.c | 63 inet_prefix pfx; in ll_addr_a2n() local 64 if (get_addr_1(&pfx, arg, AF_INET)) { in ll_addr_a2n() 70 memcpy(lladdr, pfx.data, 4); in ll_addr_a2n()
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | dryrun.py | 61 pfx = 'dryrun-' 63 if kwargs['port_name'].startswith(pfx): 64 kwargs['port_name'] = kwargs['port_name'][len(pfx):]
|
/external/qemu/target-arm/ |
D | helper.h | 18 #define PAS_OP(pfx) \ argument 19 DEF_HELPER_3(pfx ## add8, i32, i32, i32, ptr) \ 20 DEF_HELPER_3(pfx ## sub8, i32, i32, i32, ptr) \ 21 DEF_HELPER_3(pfx ## sub16, i32, i32, i32, ptr) \ 22 DEF_HELPER_3(pfx ## add16, i32, i32, i32, ptr) \ 23 DEF_HELPER_3(pfx ## addsubx, i32, i32, i32, ptr) \ 24 DEF_HELPER_3(pfx ## subaddx, i32, i32, i32, ptr) 30 #define PAS_OP(pfx) \ argument 31 DEF_HELPER_2(pfx ## add8, i32, i32, i32) \ 32 DEF_HELPER_2(pfx ## sub8, i32, i32, i32) \ [all …]
|
D | translate.c | 516 #define PAS_OP(pfx) \ argument 518 case 0: gen_pas_helper(glue(pfx,add16)); break; \ 519 case 1: gen_pas_helper(glue(pfx,addsubx)); break; \ 520 case 2: gen_pas_helper(glue(pfx,subaddx)); break; \ 521 case 3: gen_pas_helper(glue(pfx,sub16)); break; \ 522 case 4: gen_pas_helper(glue(pfx,add8)); break; \ 523 case 7: gen_pas_helper(glue(pfx,sub8)); break; \ 563 #define PAS_OP(pfx) \ argument 565 case 0: gen_pas_helper(glue(pfx,add8)); break; \ 566 case 1: gen_pas_helper(glue(pfx,add16)); break; \ [all …]
|
/external/iptables/extensions/ |
D | libxt_devgroup.c | 121 static void devgroup_show(const char *pfx, const struct xt_devgroup_info *info, in devgroup_show() argument 127 printf(" %ssrc-group ", pfx); in devgroup_show() 134 printf(" %sdst-group ", pfx); in devgroup_show()
|
D | libxt_CT.c | 84 static void ct_print_events(const char *pfx, const struct event_tbl *tbl, in ct_print_events() argument 90 printf(" %s ", pfx); in ct_print_events()
|
/external/iproute2/examples/ |
D | gaiconf | 41 ${IP} -6 addrlabel list | while read p pfx l lbl; do 42 echo label ${pfx} ${lbl}
|
/external/elfutils/tests/ |
D | allregs.c | 100 const char *set, *pfx; member 145 state->info[regno].pfx = prefix; in one_register() 208 state.info[i].pfx ?: "", state.info[i].name, in main()
|
/external/chromium/net/socket/ |
D | socket_test_util.cc | 54 const char* pfx = "Data: "; in DumpData() local 56 DVLOG(1) << pfx << "<None>"; in DumpData() 60 DVLOG(1) << pfx in DumpData() 71 pfx = " "; in DumpData() 76 DVLOG(1) << pfx in DumpData() 87 DVLOG(1) << pfx in DumpData() 96 DVLOG(1) << pfx in DumpData()
|
/external/tcpdump/missing/ |
D | getaddrinfo.c | 774 u_char pfx; local 788 pfx = ((struct in6_addr *)pton)->s6_addr[0]; 789 if (pfx == 0 || pfx == 0xfe || pfx == 0xff)
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readpdb.c | 1715 Char* pfx in codeview_dump_linetab2() argument 1739 VG_(printf)("%sblock end %x\n", pfx, lbh->header); in codeview_dump_linetab2() 1744 pfx, lbh->seg, lbh->start, lbh->start + lbh->size - 1, in codeview_dump_linetab2() 1751 pfx, fd->md5[ 0], fd->md5[ 1], fd->md5[ 2], fd->md5[ 3], in codeview_dump_linetab2() 1773 VG_(printf)("%s file=%s\n", pfx, filename); in codeview_dump_linetab2() 1778 pfx, lbh->l[i].offset, lbh->l[i].lineno ^ 0x80000000); in codeview_dump_linetab2() 1787 pfx, lbh->l[i].lineno ^ 0x80000000, svma_s, svma_e); in codeview_dump_linetab2() 1798 pfx, lbh->l[ lbh->nlines-1 ].lineno ^ 0x80000000, in codeview_dump_linetab2()
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.conf.sgml | 220 openssl pkcs12 -in example.pfx -out user.pem -clcerts 222 openssl pkcs12 -in example.pfx -out ca.pem -cacerts -nokeys
|
/external/wpa_supplicant_8/hostapd/ |
D | android.config | 123 # a file that usually has extension .p12 or .pfx)
|
D | defconfig | 119 # a file that usually has extension .p12 or .pfx)
|
/external/elfutils/src/ |
D | readelf.c | 5757 const char *pfx; in handle_core_register() local 5763 &pfx, &set, &bits, &type); in handle_core_register() 5930 const char *pfx; in handle_core_registers() local 5934 &pfx, &info->set, &bits, &type); in handle_core_registers() 6043 const char *pfx = "<"; in handle_auxv_note() local 6048 printf ("%s%s", pfx, p); in handle_auxv_note() 6049 pfx = " "; in handle_auxv_note()
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
D | JDKPKCS12KeyStore.java | 1528 Pfx pfx = new Pfx(mainInfo, mData); in doStore() local 1539 asn1Out.writeObject(pfx); in doStore()
|