Home
last modified time | relevance | path

Searched refs:did (Results 1 – 25 of 1085) sorted by relevance

12345678910>>...44

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/tests/
H A Dmacro-at.txi3 @settitle AUTHORS -- who did what on GNU LilyPond
13 @node Top, , AUTHORS -- who did what on GNU LilyPond, (dir)
16 * AUTHORS -- who did what on GNU LilyPond:: AUTHORS -- who did what.
19 @node AUTHORS -- who did what on GNU LilyPond, Top, , Top
20 @chapter AUTHORS -- who did what on GNU LilyPond?
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dce100/
H A Damdgpu_dce_clk_mgr.c84 int dentist_get_divider_from_did(int did) in dentist_get_divider_from_did() argument
86 if (did < DENTIST_BASE_DID_1) in dentist_get_divider_from_did()
87 did = DENTIST_BASE_DID_1; in dentist_get_divider_from_did()
88 if (did > DENTIST_MAX_DID) in dentist_get_divider_from_did()
89 did = DENTIST_MAX_DID; in dentist_get_divider_from_did()
91 if (did < DENTIST_BASE_DID_2) { in dentist_get_divider_from_did()
93 * (did - DENTIST_BASE_DID_1); in dentist_get_divider_from_did()
94 } else if (did < DENTIST_BASE_DID_3) { in dentist_get_divider_from_did()
96 * (did - DENTIST_BASE_DID_2); in dentist_get_divider_from_did()
97 } else if (did < DENTIST_BASE_DID_4) { in dentist_get_divider_from_did()
[all …]
/netbsd-src/external/mpl/dhcp/
H A Ddhcp2netbsd56 mv /tmp/dhcp1$$ $c && echo did source mods for $c
67 mv /tmp/dhcp1$$ $c && echo did source mods for $c
81 mv /tmp/dhcp1$$ $c && echo did source mods for $c
93 mv /tmp/dhcp2$$ $m && echo did manpage mods for $m
/netbsd-src/usr.bin/rpcgen/
H A Drpc_hout.c122 print_funcdef(definition *def, int *did) in print_funcdef() argument
132 if (!*did) { in print_funcdef()
135 *did = 1; in print_funcdef()
145 print_funcend(int did) { in print_funcend() argument
146 if (did) { in print_funcend()
176 int did; in pargdef() local
194 did = 0; in pargdef()
201 if (!did) { in pargdef()
203 did = 1; in pargdef()
208 if (did) { in pargdef()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_trace.h41 TP_PROTO(unsigned did, uint32_t reg, uint32_t value),
42 TP_ARGS(did, reg, value),
44 __field(unsigned, did)
49 __entry->did = did;
54 (unsigned long)__entry->did,
60 TP_PROTO(unsigned did, uint32_t reg, uint32_t value),
61 TP_ARGS(did, reg, value),
63 __field(unsigned, did)
68 __entry->did = did;
73 (unsigned long)__entry->did,
/netbsd-src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Dadd_n.asm87 cmpult r5, v1, r23 C U0 did it carry
94 cmpult r8, v0, r22 C U1 did it carry
103 $ret6f: cmpult r7, v1, r23 C U0 did it carry
122 cmpult r2, v0, cy1 C U1 did it carry
133 $ret0: cmpult r5, v1, cy0 C U0 did it carry
142 cmpult r8, v0, r22 C U1 did it carry
153 $ret2: cmpult r7, v1, r23 C U0 did it carry
162 cmpult r2, v0, cy1 C U1 did it carry
173 $ret4: cmpult r5, v1, cy0 C U0 did it carry
182 cmpult r8, v0, r22 C U1 did it carry
[all …]
H A Dsub_n.asm87 cmpult u1, v1, r23 C U0 did it borrow
94 cmpult u0, v0, r22 C U1 did it borrow
103 $ret6f: cmpult u1, v1, r23 C U0 did it borrow
122 cmpult u0, v0, cy1 C U1 did it borrow
133 $ret0: cmpult u1, v1, cy0 C U0 did it borrow
142 cmpult u0, v0, r22 C U1 did it borrow
153 $ret2: cmpult u1, v1, r23 C U0 did it borrow
162 cmpult u0, v0, cy1 C U1 did it borrow
173 $ret4: cmpult u1, v1, cy0 C U0 did it borrow
182 cmpult u0, v0, r22 C U1 did it borrow
[all …]
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/
H A Dechoing24 ."the -s option and check that make did not echo the echo \n"
34 print MAKEFILE "\techo This makefile did not clean the dir... good\n";
48 $answer = "echo This makefile did not clean the dir... good\n"
49 ."This makefile did not clean the dir... good\n";
74 $answer = "This makefile did not clean the dir... good\n";
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Ddce_clk_mgr.c104 int dentist_get_divider_from_did(int did) in dentist_get_divider_from_did() argument
106 if (did < DENTIST_BASE_DID_1) in dentist_get_divider_from_did()
107 did = DENTIST_BASE_DID_1; in dentist_get_divider_from_did()
108 if (did > DENTIST_MAX_DID) in dentist_get_divider_from_did()
109 did = DENTIST_MAX_DID; in dentist_get_divider_from_did()
111 if (did < DENTIST_BASE_DID_2) { in dentist_get_divider_from_did()
113 * (did - DENTIST_BASE_DID_1); in dentist_get_divider_from_did()
114 } else if (did < DENTIST_BASE_DID_3) { in dentist_get_divider_from_did()
116 * (did - DENTIST_BASE_DID_2); in dentist_get_divider_from_did()
117 } else if (did < DENTIST_BASE_DID_4) { in dentist_get_divider_from_did()
[all …]
/netbsd-src/lib/libc/rpc/
H A Dsvc_fdset.c94 const char *did = ""; in svc_fdset_print() local
104 fprintf(stderr, "%s%d", did, i); in svc_fdset_print()
105 did = ", "; in svc_fdset_print()
107 did = ""; in svc_fdset_print()
113 fprintf(stderr, "%s%d", did, fd); in svc_fdset_print()
114 did = ", "; in svc_fdset_print()
/netbsd-src/tests/lib/libc/gen/
H A Dt_fpsetround.c102 int did = 0; in test() local
109 if (!did) { in test()
111 did = 1; in test()
/netbsd-src/sys/dev/raidframe/
H A Drf_stripelocks.c671 int i, j, foundone = 0, did; in PrintLockedStripes() local
689 for (did = 1, j = 0, q = p->granted; q; in PrintLockedStripes()
699 did = 1; in PrintLockedStripes()
701 did = 0; in PrintLockedStripes()
703 if (!did) in PrintLockedStripes()
710 for (did = 1, j = 0, q = p->waitersH; q; in PrintLockedStripes()
719 did = 1; in PrintLockedStripes()
721 did = 0; in PrintLockedStripes()
723 if (!did) in PrintLockedStripes()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-link.c1658 ctf_in_flight_dynsym_t *did, *nid; in ctf_link_shuffle_syms() local
1678 for (did = ctf_list_next (&fp->ctf_in_flight_dynsyms); did != NULL; did = nid) in ctf_link_shuffle_syms()
1682 nid = ctf_list_next (did); in ctf_link_shuffle_syms()
1683 ctf_list_delete (&fp->ctf_in_flight_dynsyms, did); in ctf_link_shuffle_syms()
1688 if (did->cid_sym.st_name == NULL) in ctf_link_shuffle_syms()
1690 uint32_t off = CTF_SET_STID (did->cid_sym.st_nameidx, CTF_STRTAB_1); in ctf_link_shuffle_syms()
1692 did->cid_sym.st_name = ctf_strraw (fp, off); in ctf_link_shuffle_syms()
1693 did->cid_sym.st_nameidx_set = 0; in ctf_link_shuffle_syms()
1694 if (!ctf_assert (fp, did->cid_sym.st_name != NULL)) in ctf_link_shuffle_syms()
1700 if (!ctf_symtab_skippable (&did->cid_sym)) in ctf_link_shuffle_syms()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-link.c1645 ctf_in_flight_dynsym_t *did, *nid; in ctf_link_shuffle_syms() local
1665 for (did = ctf_list_next (&fp->ctf_in_flight_dynsyms); did != NULL; did = nid) in ctf_link_shuffle_syms()
1669 nid = ctf_list_next (did); in ctf_link_shuffle_syms()
1670 ctf_list_delete (&fp->ctf_in_flight_dynsyms, did); in ctf_link_shuffle_syms()
1675 if (did->cid_sym.st_name == NULL) in ctf_link_shuffle_syms()
1677 uint32_t off = CTF_SET_STID (did->cid_sym.st_nameidx, CTF_STRTAB_1); in ctf_link_shuffle_syms()
1679 did->cid_sym.st_name = ctf_strraw (fp, off); in ctf_link_shuffle_syms()
1680 did->cid_sym.st_nameidx_set = 0; in ctf_link_shuffle_syms()
1681 if (!ctf_assert (fp, did->cid_sym.st_name != NULL)) in ctf_link_shuffle_syms()
1687 if (!ctf_symtab_skippable (&did->cid_sym)) in ctf_link_shuffle_syms()
[all …]
/netbsd-src/sbin/disklabel/
H A Dmain.c1418 const char *did;
1421 did = "\\\n\t:";
1436 (void) fprintf(f, "%ssu#%" PRIu32 ":", did, lp->d_secperunit);
1437 did = "";
1440 (void) fprintf(f, "%srm#%" PRIu16 ":", did, lp->d_rpm);
1441 did = "";
1444 (void) fprintf(f, "%sil#%" PRIu16 ":", did, lp->d_interleave);
1445 did = "";
1448 (void) fprintf(f, "%ssk#%" PRIu16 ":", did, lp->d_trackskew);
1449 did
1417 const char *did; global() local
[all...]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Ddvo_ch7xxx.c105 u8 did; member
128 static const char *ch7xxx_get_did(u8 did) in ch7xxx_get_did() argument
133 if (ch7xxx_dids[i].did == did) in ch7xxx_get_did()
/netbsd-src/sys/dev/fdt/
H A Dcdns3_fdt.c150 uint32_t did = OTGRD4(cfsc, OTG_DID); in cdns3_fdt_attach() local
151 if (did != OTG_DID_V1) { in cdns3_fdt_attach()
152 aprint_error(": unsupported IP (%#x)\n", did); in cdns3_fdt_attach()
/netbsd-src/sbin/badsect/
H A Dbadsect.c101 int i, did = 0; in main() local
193 did++; in main()
196 if (did) in main()
/netbsd-src/external/gpl2/lvm2/dist/
H A Dlvm2netbsd83 mv /tmp/file3$$ $c && echo did source mods for $c
99 $m > `dirname $m`/$base && echo did manpage mods for $base
/netbsd-src/external/bsd/file/
H A Dfile2netbsd72 mv /tmp/file3$$ $c && echo did source mods for $c
91 mv /tmp/file4$$ $m && echo did manpage mods for $m
/netbsd-src/tests/lib/libc/net/
H A Dh_dns_server.c152 for (int did = 0;; did++) { in name2str() local
158 if (did) in name2str()
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/targets/
H A Dclean15 print MAKEFILE "\t\@echo This makefile did not clean the dir... good\n";
29 $answer = "This makefile did not clean the dir... good\n";
/netbsd-src/sys/arch/evbppc/virtex/
H A Ddesign_gsrd2.c353 int did = 0; in cdmac_intr() local
359 did++; in cdmac_intr()
363 did++; in cdmac_intr()
370 if (did == 0) in cdmac_intr()
/netbsd-src/external/bsd/file/dist/src/
H A Dfsmagic.c114 int ret, did = 0; in file_fsmagic() local
126 #define COMMA (did++ ? ", " : "") in file_fsmagic()
430 if (!silent && !mime && did && ret == 0) { in file_fsmagic()
/netbsd-src/tests/lib/libcurses/tests/
H A Daddch3 # Between at least 2012 and 2016, addstr did not advance win->curx for a '\t',
4 # but addch did. This was inconsistent.

12345678910>>...44