Searched refs:di (Results 1 - 25 of 728) sorted by relevance

1234567891011>>

/netbsd-current/games/trek/
H A Dgetcodi.c55 getcodi(int *co, double *di) argument
63 *di = getfltpar("Distance");
66 if (*di <= 0.0 || *di > 15.0)
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dcp-demangle.h133 - call d_check_char(di, '\0')
135 #define d_peek_char(di) (*((di)->n))
137 # define d_peek_next_char(di) ((di)->n[1])
138 # define d_advance(di, i) ((di)->n += (i))
140 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)
146 d_peek_next_char(const struct d_info *di) argument
154 d_advance(struct d_info *di, int i) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dcp-demangle.h137 - call d_check_char(di, '\0')
139 #define d_peek_char(di) (*((di)->n))
141 # define d_peek_next_char(di) ((di)->n[1])
142 # define d_advance(di, i) ((di)->n += (i))
144 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)
150 d_peek_next_char(const struct d_info *di) argument
158 d_advance(struct d_info *di, int i) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dcp-demangle.h133 - call d_check_char(di, '\0')
135 #define d_peek_char(di) (*((di)->n))
137 # define d_peek_next_char(di) ((di)->n[1])
138 # define d_advance(di, i) ((di)->n += (i))
140 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)
146 d_peek_next_char(const struct d_info *di) argument
154 d_advance(struct d_info *di, int i) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dcp-demangle.h133 - call d_check_char(di, '\0')
135 #define d_peek_char(di) (*((di)->n))
137 # define d_peek_next_char(di) ((di)->n[1])
138 # define d_advance(di, i) ((di)->n += (i))
140 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)
146 d_peek_next_char(const struct d_info *di) argument
154 d_advance(struct d_info *di, int i) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dcp-demangle.h137 - call d_check_char(di, '\0')
139 #define d_peek_char(di) (*((di)->n))
141 # define d_peek_next_char(di) ((di)->n[1])
142 # define d_advance(di, i) ((di)->n += (i))
144 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)
150 d_peek_next_char(const struct d_info *di) argument
158 d_advance(struct d_info *di, int i) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dcp-demangle.h137 - call d_check_char(di, '\0')
139 #define d_peek_char(di) (*((di)->n))
141 # define d_peek_next_char(di) ((di)->n[1])
142 # define d_advance(di, i) ((di)->n += (i))
144 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)
150 d_peek_next_char(const struct d_info *di) argument
158 d_advance(struct d_info *di, int i) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Dsec-7a.s1 .section .di
H A Dsec-7b.s1 .section .di
H A Dsec-7c.s1 .section .di
H A Dsec-7d.s1 .section .di
H A Dsec-7e.s1 .section .di
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z8k/
H A Deidif.s3 di bla ! invalid
H A Deidi.s4 di all
6 di both
8 di vi
10 di nvi
14 di vi,nvi
15 di nvi,vi
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dbdiv_q.c48 mp_limb_t di; local
53 binvert_limb (di, dp[0]); di = -di;
54 mpn_sbpi1_bdiv_q (qp, tp, nn, dp, dn, di);
59 binvert_limb (di, dp[0]); di = -di;
60 mpn_dcpi1_bdiv_q (qp, tp, nn, dp, dn, di);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-dump.cc30 dump_stmt (dump_info_p di, const_tree t) argument
33 dump_int (di, "line", EXPR_LINENO (t));
40 dump_info_p di = (dump_info_p) dump_info; local
49 dump_string (di, "bitfield");
54 dump_stmt (di, t);
58 dump_stmt (di, t);
64 dump_stmt (di, t);
72 dump_stmt (di, t);
78 dump_stmt (di, t);
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dcgen-types.h75 #define GETLODI(di) ((SI) (di))
76 #define GETHIDI(di) ((SI) ((UDI) (di) >> 32))
77 #define SETLODI(di, val) ((di) = (((di) & 0xffffffff00000000LL) | (val)))
78 #define SETHIDI(di, val) ((di) = (((di)
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddump.c31 dump_access (dump_info_p di, tree t) argument
34 dump_string_field (di, "accs", "prot");
36 dump_string_field (di, "accs", "priv");
38 dump_string_field (di, "accs", "pub");
44 dump_stmt (dump_info_p di, const_tree t) argument
47 dump_int (di, "line", EXPR_LINENO (t));
54 dump_info_p di = (dump_info_p) dump_info; local
62 dump_string_field (di, "lang", language_to_string (DECL_LANGUAGE (t)));
70 dump_string_field (di, "note", "operator");
81 dump_string_field (di, "not
[all...]
/netbsd-current/external/bsd/libfido2/dist/examples/
H A Dmanifest.c30 const fido_dev_info_t *di = fido_dev_info_ptr(devlist, i); local
32 fido_dev_info_path(di),
33 (uint16_t)fido_dev_info_vendor(di),
34 (uint16_t)fido_dev_info_product(di),
35 fido_dev_info_manufacturer_string(di),
36 fido_dev_info_product_string(di));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-dump.c40 queue (dump_info_p di, const_tree t, int flags) argument
47 index = ++di->index;
50 if (di->free_list)
52 dq = di->free_list;
53 di->free_list = dq->next;
62 dq->node = splay_tree_insert (di->nodes, (splay_tree_key) t,
67 if (!di->queue_end)
68 di->queue = dq;
70 di->queue_end->next = dq;
71 di
78 dump_index(dump_info_p di, unsigned int index) argument
89 queue_and_dump_index(dump_info_p di, const char *field, const_tree t, int flags) argument
117 queue_and_dump_type(dump_info_p di, const_tree t) argument
131 dump_new_line(dump_info_p di) argument
140 dump_maybe_newline(dump_info_p di) argument
158 dump_pointer(dump_info_p di, const char *field, void *ptr) argument
169 dump_int(dump_info_p di, const char *field, int i) argument
179 dump_real(dump_info_p di, const char *field, const REAL_VALUE_TYPE *r) argument
191 dump_fixed(dump_info_p di, const char *field, const FIXED_VALUE_TYPE *f) argument
204 dump_string(dump_info_p di, const char *string) argument
217 dump_string_field(dump_info_p di, const char *field, const char *string) argument
230 dequeue_and_dump(dump_info_p di) argument
713 dump_flag(dump_info_p di, dump_flags_t flag, const_tree node) argument
723 struct dump_info di; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-dump.cc40 queue (dump_info_p di, const_tree t, int flags) argument
47 index = ++di->index;
50 if (di->free_list)
52 dq = di->free_list;
53 di->free_list = dq->next;
62 dq->node = splay_tree_insert (di->nodes, (splay_tree_key) t,
67 if (!di->queue_end)
68 di->queue = dq;
70 di->queue_end->next = dq;
71 di
78 dump_index(dump_info_p di, unsigned int index) argument
89 queue_and_dump_index(dump_info_p di, const char *field, const_tree t, int flags) argument
117 queue_and_dump_type(dump_info_p di, const_tree t) argument
131 dump_new_line(dump_info_p di) argument
140 dump_maybe_newline(dump_info_p di) argument
158 dump_pointer(dump_info_p di, const char *field, void *ptr) argument
169 dump_int(dump_info_p di, const char *field, int i) argument
179 dump_real(dump_info_p di, const char *field, const REAL_VALUE_TYPE *r) argument
191 dump_fixed(dump_info_p di, const char *field, const FIXED_VALUE_TYPE *f) argument
204 dump_string(dump_info_p di, const char *string) argument
217 dump_string_field(dump_info_p di, const char *field, const char *string) argument
230 dequeue_and_dump(dump_info_p di) argument
713 dump_flag(dump_info_p di, dump_flags_t flag, const_tree node) argument
723 struct dump_info di; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-dump.c33 dump_info_p di = (dump_info_p) dump_info; local
42 dump_string (di, "bitfield");
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddump.cc31 dump_access (dump_info_p di, tree t) argument
34 dump_string_field (di, "accs", "prot");
36 dump_string_field (di, "accs", "priv");
38 dump_string_field (di, "accs", "pub");
44 dump_stmt (dump_info_p di, const_tree t) argument
47 dump_int (di, "line", EXPR_LINENO (t));
54 dump_info_p di = (dump_info_p) dump_info; local
62 dump_string_field (di, "lang", language_to_string (DECL_LANGUAGE (t)));
70 dump_string_field (di, "note", "operator");
81 dump_string_field (di, "not
[all...]
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_diff.c92 get_stats_for_obj(differ_info_t *di, const char *dsname, uint64_t obj, argument
102 error = ioctl(di->zhp->zfs_hdl->libzfs_fd, ZFS_IOC_OBJ_TO_STATS, &zc);
103 di->zerr = errno;
108 ASSERT(di->zerr == 0);
113 if (di->zerr == EPERM) {
114 (void) snprintf(di->errbuf, sizeof (di->errbuf),
120 (void) snprintf(di->errbuf, sizeof (di->errbuf),
198 print_cmn(FILE *fp, differ_info_t *di, cons argument
205 print_rename(FILE *fp, differ_info_t *di, const char *old, const char *new, zfs_stat_t *isb) argument
227 print_link_change(FILE *fp, differ_info_t *di, int delta, const char *file, zfs_stat_t *isb) argument
245 print_file(FILE *fp, differ_info_t *di, char type, const char *file, zfs_stat_t *isb) argument
262 write_inuse_diffs_one(FILE *fp, differ_info_t *di, uint64_t dobj) argument
352 write_inuse_diffs(FILE *fp, differ_info_t *di, dmu_diff_record_t *dr) argument
365 describe_free(FILE *fp, differ_info_t *di, uint64_t object, char *namebuf, int maxlen) argument
385 write_free_diffs(FILE *fp, differ_info_t *di, dmu_diff_record_t *dr) argument
431 differ_info_t *di = arg; local
493 find_shares_object(differ_info_t *di) argument
516 make_temp_snapshot(differ_info_t *di) argument
548 teardown_differ_info(differ_info_t *di) argument
561 get_snapshot_names(differ_info_t *di, const char *fromsnap, const char *tosnap) argument
679 get_mountpoint(differ_info_t *di, char *dsnm, char **mntpt) argument
698 get_mountpoints(differ_info_t *di) argument
740 setup_differ_info(zfs_handle_t *zhp, const char *fromsnap, const char *tosnap, differ_info_t *di) argument
766 differ_info_t di = { 0 }; local
[all...]
/netbsd-current/sys/dev/dm/
H A Ddm_target_delay.c186 _init(struct dm_delay_info *di, char **argv) argument
196 di->pdev = dmp;
197 di->offset = atoi64(argv[1]);
199 di->delay = tmp * hz / 1000;
200 di->count = 0;
202 TAILQ_INIT(&di->buf_list);
203 callout_init(&di->cal, 0);
204 mutex_init(&di->buf_mtx, MUTEX_DEFAULT, IPL_NONE);
205 mutex_init(&di->cal_mtx, MUTEX_DEFAULT, IPL_NONE);
206 mutex_init(&di
261 _table(struct dm_delay_info *di, char *p) argument
272 struct dm_delay_info *di; local
298 _strategy(struct dm_delay_info *di, struct buf *bp) argument
318 _submit(struct dm_delay_info *di, struct buf *bp) argument
328 _submit_queue(struct dm_delay_info *di, int submit_all) argument
402 _destroy(struct dm_delay_info *di) argument
457 struct dm_delay_info *di = arg; local
466 struct dm_delay_info *di = arg; local
486 _debug(struct dm_delay_info *di, const char *msg) argument
[all...]

Completed in 423 milliseconds

1234567891011>>