Home
last modified time | relevance | path

Searched refs:direct (Results 1 – 25 of 213) sorted by relevance

123456789

/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dbtver2.md29 (const_string "direct"))
115 "btver2-direct,btver2-alu")
126 "btver2-direct,btver2-alu")
136 "btver2-direct,btver2-alu")
144 "btver2-direct,btver2-mul*4")
150 "btver2-direct,btver2-mul")
266 "btver2-direct,btver2-alu")
314 "btver2-direct,btver2-fp0")
381 "btver2-direct,btver2-fp1")
390 "btver2-direct,btver2-fpa")
[all …]
H A Dznver1.md21 (const_string "direct"))
91 "znver1-direct,znver1-store")
97 "znver1-direct,znver1-store")
109 "znver1-direct,znver1-load")
130 "znver1-direct,znver1-ieu1")
216 "znver1-direct,znver1-ieu")
250 "znver1-direct,znver1-ieu")
296 "znver1-direct,znver1-ieu")
303 "znver1-direct")
316 "znver1-direct,znver1-ieu")
[all …]
H A Dbdver3.md41 ;; direct instructions take one cycle.
112 "bdver3-direct,bdver3-ieu,bdver3-store")
127 "bdver3-direct,bdver3-ieu")
134 "bdver3-direct,bdver3-ieu1")
139 "bdver3-direct,bdver3-ieu1")
175 "bdver3-direct,bdver3-load")
181 "bdver3-direct,bdver3-load,bdver3-ieu")
192 "bdver3-direct,bdver3-load,
311 "bdver3-direct,bdver3-fpload")
344 "bdver3-direct,bdver3-fpload")
[all …]
H A Dathlon.md48 (const_string "direct")))
51 (const_string "direct"))
156 "athlon-direct,athlon-ieu")
197 "athlon-direct,athlon-agu,nothing")
277 "athlon-direct,athlon-ieu")
283 "athlon-direct,athlon-ieu")
301 "athlon-direct,athlon-load")
339 "athlon-direct,athlon-load,
347 "athlon-direct,athlon-load,
626 "athlon-direct,athlon-fploadk8")
[all …]
H A Dbdver1.md37 (const_string "direct"))
65 (define_reservation "bdver1-direct" "nothing,
142 "bdver1-direct,bdver1-ivector")
152 "bdver1-direct,bdver1-agu")
211 "bdver1-direct,bdver1-ieu")
222 "bdver1-direct,bdver1-load")
228 "bdver1-direct,bdver1-load,bdver1-ieu")
245 "bdver1-direct,bdver1-load,
386 "bdver1-direct,bdver1-fpload")
419 "bdver1-direct,bdver1-fpload")
[all …]
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dathlon.md49 (const_string "direct")))
52 (const_string "direct"))
157 "athlon-direct,athlon-ieu")
198 "athlon-direct,athlon-agu,nothing")
278 "athlon-direct,athlon-ieu")
284 "athlon-direct,athlon-ieu")
302 "athlon-direct,athlon-load")
340 "athlon-direct,athlon-load,
348 "athlon-direct,athlon-load,
632 "athlon-direct,athlon-fploadk8")
[all …]
H A Dbdver1.md37 (const_string "direct"))
65 (define_reservation "bdver1-direct" "nothing,
133 "bdver1-direct,bdver1-agu,bdver1-store")
148 "bdver1-direct,bdver1-agu,nothing")
207 "bdver1-direct,bdver1-ieu")
218 "bdver1-direct,bdver1-load")
224 "bdver1-direct,bdver1-load,bdver1-ieu")
241 "bdver1-direct,bdver1-load,
382 "bdver1-direct,bdver1-fpload")
415 "bdver1-direct,bdver1-fpload")
[all …]
/dragonfly/sbin/restore/
H A Ddirs.c137 struct direct nulldir; in extractdirs()
220 struct direct *dp; in treescan()
280 struct direct *
284 struct direct *dp; in pathsearch()
305 static struct direct *
308 struct direct *dp; in searchdir()
331 struct direct cvtbuf; in putdir()
334 struct direct *dp; in putdir()
404 putent(struct direct *dp) in putent()
467 struct direct *
[all …]
H A Dextern.h76 struct direct *pathsearch(const char *);
85 struct direct *rst_readdir(RST_DIR *);
H A Dinteractive.c79 static void mkentry(const char *, struct direct *, struct afile *);
486 struct direct *dp; in printlist()
564 mkentry(const char *name, struct direct *dp, struct afile *fp) in mkentry()
705 struct direct *dp; in glob_readdir()
729 struct direct *dp; in glob_stat()
/dragonfly/sbin/fsck/
H A Ddir.c101 struct direct *dp; in dirscan()
125 struct direct *tdp = (struct direct *)dbuf; in dirscan()
133 idesc->id_dirp = (struct direct *)dbuf; in dirscan()
137 struct direct *tdp; in dirscan()
140 tdp = (struct direct *)dbuf; in dirscan()
161 static struct direct *
164 struct direct *dp, *ndp; in fsck_readdir()
195 dp = (struct direct *)(bp->b_un.b_buf + dploc); in fsck_readdir()
351 struct direct *dirp = idesc->id_dirp; in mkentry()
352 struct direct newent; in mkentry()
[all …]
H A Dpass2.c225 struct direct *dirp = idesc->id_dirp; in pass2check()
230 struct direct proto; in pass2check()
295 dirp = (struct direct *)((char *)(dirp) + entrysize); in pass2check()
330 dirp = (struct direct *)((char *)(dirp) + n); in pass2check()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-utils.c606 cgraph_edge *direct, *indirect; in ipa_merge_profiles() local
610 e->speculative_call_info (direct, indirect, ref); in ipa_merge_profiles()
615 || direct->count > profile_count::zero ()) in ipa_merge_profiles()
630 != DECL_ASSEMBLER_NAME (direct->callee->decl)) in ipa_merge_profiles()
632 if (direct2->count >= direct->count) in ipa_merge_profiles()
634 direct->redirect_callee (direct2->callee); in ipa_merge_profiles()
636 + direct->count; in ipa_merge_profiles()
637 direct->count = direct2->count; in ipa_merge_profiles()
644 direct->count += direct2->count; in ipa_merge_profiles()
656 cgraph_edge *direct, *indirect; in ipa_merge_profiles() local
[all …]
/dragonfly/sys/vfs/ufs/
H A Dufs_dirhash.c102 struct direct *ep; in ufsdirhash_build()
288 struct direct *dp; in ufsdirhash_lookup()
370 dp = (struct direct *)(bp->b_data + (offset & bmask)); in ufsdirhash_lookup()
442 struct direct *dp; in ufsdirhash_findfree()
481 dp = (struct direct *)((char *)dp + dp->d_reclen); in ufsdirhash_findfree()
500 dp = (struct direct *)((char *)dp + dp->d_reclen); in ufsdirhash_findfree()
729 struct direct *dp; in ufsdirhash_checkblock()
747 dp = (struct direct *)(buf + i); in ufsdirhash_checkblock()
897 ufsdirhash_getprev(struct direct *dirp, doff_t offset) in ufsdirhash_getprev()
899 struct direct *dp; in ufsdirhash_getprev()
[all …]
H A Dufs_extern.h38 struct direct;
67 int ufs_dirbadentry(struct vnode *, struct direct *, int);
70 struct direct *);
71 int ufs_direnter(struct vnode *, struct vnode *, struct direct *,
H A Dufs_lookup.c194 ep = (struct direct *)((char *)bp->b_data + in ufs_lookup()
663 struct direct *newdirp) in ufs_makedirentry()
699 struct direct *ep, *nep; in ufs_direnter()
752 ((struct direct *) in ufs_direnter()
805 ep = (struct direct *)dirbuf; in ufs_direnter()
809 nep = (struct direct *)(dirbuf + loc); in ufs_direnter()
813 ep = (struct direct *)((char *)ep + dsize); in ufs_direnter()
865 ep = (struct direct *)((char *)ep + dsize); in ufs_direnter()
930 struct direct *ep; in ufs_dirremove()
1019 struct direct *ep; in ufs_dirrewrite()
[all …]
H A Ddirhash.h119 void ufsdirhash_add(struct inode *, struct direct *, doff_t);
120 void ufsdirhash_remove(struct inode *, struct direct *, doff_t);
121 void ufsdirhash_move(struct inode *, struct direct *, doff_t, doff_t);
H A Ddir.h78 struct direct { struct
114 ((__offsetof(struct direct, d_name) + \
115 ((namlen)+1)*sizeof(((struct direct *)0)->d_name[0]) + 3) & ~3)
/dragonfly/stand/lib/
H A Dufs.c354 struct direct *dp; in search_directory()
355 struct direct *edp; in search_directory()
369 dp = (struct direct *)buf; in search_directory()
370 edp = (struct direct *)(buf + buf_size); in search_directory()
389 dp = (struct direct *)((char *)dp + dp->d_reclen); in search_directory()
695 struct direct *dp; in ufs_readdir()
709 dp = (struct direct *)buf; in ufs_readdir()
/dragonfly/sbin/newfs/
H A Dmkfs.c133 int makedir(struct direct *, int);
934 struct direct root_dir[] = {
935 { UFS_ROOTINO, sizeof(struct direct), DT_DIR, 1, "." },
936 { UFS_ROOTINO, sizeof(struct direct), DT_DIR, 2, ".." },
947 { UFS_ROOTINO, sizeof(struct direct), 1, "." },
948 { UFS_ROOTINO, sizeof(struct direct), 2, ".." },
954 struct direct lost_found_dir[] = {
960 { LOSTFOUNDINO, sizeof(struct direct), 1, "." },
961 { UFS_ROOTINO, sizeof(struct direct), 2, ".." },
985 makedir((struct direct *)olost_found_dir, 2); in fsinit()
[all …]
/dragonfly/libexec/rbootd/
H A Dutils.c73 DispPkt(RMPCONN *rconn, int direct) in DispPkt() argument
95 fputs((direct==DIR_RCVD)?"<<< ":(direct==DIR_SENT)?">>> ":"", DbgFp); in DispPkt()
/dragonfly/share/examples/ppp/
H A Dppp.conf.sample259 # their own label in direct mode:
263 allow mode direct
441 # # ppp -direct server
465 # should always be carrier on a direct connection.
473 direct-client:
485 direct-server:
574 allow mode direct
694 allow mode direct
747 allow mode direct # Only for use on server-side
776 set device "!ppp -direct loop-in"
[all …]
/dragonfly/contrib/zlib-1.2/
H A Dgzlib.c122 state->direct = 0;
167 state->direct = 1;
183 if (state->direct) {
187 state->direct = 1; /* for empty file */
/dragonfly/games/larn/
H A Dmonster.c115 static void direct(int, int, const char *, int);
323 ws: direct(x, fullhit(i), cp, i); in speldamage()
374 direct(x, rnd(20) + 20 + clev, " The %s believed!", 0); in speldamage()
458 direct(x, 100 + clev, " The %s shrivels up", 0); in speldamage()
467 direct(x, i + i, "", 0); in speldamage()
491 direct(x, 2000, " The %s's heart stopped", 0); in speldamage()
543 direct(x, 150, " The demon strikes at the %s", 0); in speldamage()
714 direct(int spnum, int dam, const char *str, int arg) in direct() function
/dragonfly/crypto/openssh/
H A Dssh.c381 check_follow_cname(int direct, char **namep, const char *cname) in check_follow_cname() argument
395 if (!direct && in check_follow_cname()
422 int i, direct, ndots; in resolve_canonicalize() local
459 direct = option_clear_or_none(options.proxy_command) && in resolve_canonicalize()
461 if (!direct && in resolve_canonicalize()
503 if (!check_follow_cname(direct, &fullhost, newname)) { in resolve_canonicalize()
629 int i, r, opt, exit_status, use_syslog, direct, timeout_ms; in main() local
1198 direct = option_clear_or_none(options.proxy_command) && in main()
1203 direct, cname, sizeof(cname))) == NULL) { in main()
1205 if (direct) in main()
[all …]

123456789