Searched refs:dim (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dnet_dim.h168 net_dim_on_top(struct net_dim *dim) argument
170 switch (dim->tune_state) {
175 return (dim->steps_left > 1) && (dim->steps_right == 1);
177 return (dim->steps_right > 1) && (dim->steps_left == 1);
182 net_dim_turn(struct net_dim *dim) argument
184 switch (dim->tune_state) {
189 dim->tune_state = NET_DIM_GOING_LEFT;
190 dim
200 net_dim_step(struct net_dim *dim) argument
228 net_dim_park_on_top(struct net_dim *dim) argument
237 net_dim_park_tired(struct net_dim *dim) argument
245 net_dim_exit_parking(struct net_dim *dim) argument
287 net_dim_decision(struct net_dim_stats *curr_stats, struct net_dim *dim) argument
374 net_dim(struct net_dim *dim, u64 packets, u64 bytes) argument
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dcommon.cpp85 const distance &dim, const line_type &lt)
88 assert(dim.x != 0 && dim.y != 0);
93 double psi = atan2(zml.y / dim.y, zml.x / dim.x);
94 position zm = position(dim.x * cos(psi), dim.y * sin(psi));
97 double a_2 = dim.x * dim.x;
99 double b_2 = dim
83 ellipse_arc(const position &cent, const position &z0, const position &z1, const distance &dim, const line_type &lt) argument
124 dashed_ellipse(const position &cent, const distance &dim, const line_type &lt) argument
183 dotted_ellipse(const position &cent, const distance &dim, const line_type &lt) argument
321 rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt, double fill) argument
344 dashed_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
482 dotted_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
591 solid_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
626 filled_rounded_box(const position &cent, const distance &dim, double rad, double fill) argument
[all...]
H A Dobject.cpp72 distance dim = ur - ll; local
76 if (dim.x == 0.0)
79 sc = dim.x/desired_width;
82 if (dim.y == 0.0)
85 double tem = dim.y/desired_height;
95 distance sdim = dim/sc;
102 double xscale = dim.x/max_width;
103 double yscale = dim.y/max_height;
662 position dim; member in class:rectangle_object
665 double width() { return dim
949 position dim; local
[all...]
H A Dtroff.cpp186 void simple_output::ellipse(const position &cent, const distance &dim, argument
192 simple_ellipse(1, cent, dim);
200 dotted_ellipse(cent, dim, lt);
203 dashed_ellipse(cent, dim, lt);
206 simple_ellipse(0, cent, dim);
336 const distance &dim)
343 c.x - dim.x/(2.0*scale),
346 dim.x/scale, dim.y/scale);
335 simple_ellipse(int filled, const position &cent, const distance &dim) argument
H A Dtex.cpp312 void tex_output::ellipse(const position &cent, const distance &dim, argument
334 milliinches(dim.x/(2.0*scale)),
335 milliinches(dim.y/(2.0*scale)));
338 dashed_ellipse(cent, dim / scale, lt);
341 dotted_ellipse(cent, dim / scale, lt);
/freebsd-11-stable/lib/clang/
H A Dlldb.pre.mk1 # $FreeBSD: stable/11/lib/clang/lldb.pre.mk 360660 2020-05-05 17:10:49Z dim $
H A Dclang.pre.mk1 # $FreeBSD: stable/11/lib/clang/clang.pre.mk 360660 2020-05-05 17:10:49Z dim $
H A Dllvm.pre.mk2 # $FreeBSD: stable/11/lib/clang/llvm.pre.mk 360660 2020-05-05 17:10:49Z dim $
H A Dllvm.build.mk1 # $FreeBSD: stable/11/lib/clang/llvm.build.mk 360784 2020-05-07 16:34:01Z dim $
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_dim.c62 struct net_dim *dim = container_of(work, struct net_dim, work); local
63 struct mlx5e_rq *rq = container_of(dim, struct mlx5e_rq, dim);
71 profile_ix = dim->profile_ix;
72 mode = dim->mode;
73 dim->state = NET_DIM_START_MEASURE;
H A Dmlx5_en_rx.c490 if (rq->dim.mode != NET_DIM_CQ_PERIOD_MODE_DISABLED)
491 net_dim(&rq->dim, rq->stats.packets, rq->stats.bytes);
/freebsd-11-stable/usr.bin/clang/
H A Dclang.prog.mk1 # $FreeBSD: stable/11/usr.bin/clang/clang.prog.mk 360658 2020-05-05 12:59:04Z dim $
H A Dllvm.prog.mk1 # $FreeBSD: stable/11/usr.bin/clang/llvm.prog.mk 360658 2020-05-05 12:59:04Z dim $
/freebsd-11-stable/contrib/binutils/binutils/
H A Drdcoff.c172 unsigned short *dim;
180 dim = pauxent->x_sym.x_fcnary.x_ary.x_dimen;
181 n = dim[0];
182 for (i = 0; *dim != 0 && i < DIMNUM - 1; i++, dim++)
183 *dim = *(dim + 1);
184 *dim = 0;
171 unsigned short *dim; local
H A Dcoffgrok.h134 int dim; member in struct:coff_type::__anon259::__anon266
H A Dcoffdump.c143 printf ("array [%d] of", p->u.array.dim);
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcond1.mk95 C=dim
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dtoken.h32 units dim; member in class:token
/freebsd-11-stable/share/mk/
H A Datf.test.mk1 # $FreeBSD: stable/11/share/mk/atf.test.mk 360658 2020-05-05 12:59:04Z dim $
H A Dbsd.clang-analyze.mk1 # $FreeBSD: stable/11/share/mk/bsd.clang-analyze.mk 360660 2020-05-05 17:10:49Z dim $
H A Dbsd.linker.mk1 # $FreeBSD: stable/11/share/mk/bsd.linker.mk 358076 2020-02-18 18:03:04Z dim $
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c646 tdesc_array_create(dwarf_t *dw, Dwarf_Die dim, tdesc_t *arrtdp, argument
655 if ((dim2 = die_sibling(dw, dim)) == NULL) {
682 if (die_unsigned(dw, dim, DW_AT_upper_bound, &uval, 0))
684 else if (die_signed(dw, dim, DW_AT_upper_bound, &sval, 0))
686 else if (die_unsigned(dw, dim, DW_AT_count, &uval, 0))
688 else if (die_signed(dw, dim, DW_AT_count, &sval, 0))
716 Dwarf_Die dim; local
720 if ((dim = die_child(dw, arr)) == NULL ||
721 die_tag(dw, dim) != DW_TAG_subrange_type)
724 tdesc_array_create(dw, dim, arrtd
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c1720 unsigned short *dim;
1729 dim = &aux->x_sym.x_fcnary.x_ary.x_dimen[0];
1731 n = dim[0];
1732 for (i = 0; *dim && i < DIMNUM - 1; i++, dim++)
1733 *dim = *(dim + 1);
1734 *dim = 0;
1709 unsigned short *dim; local
/freebsd-11-stable/contrib/libpcap/
H A Dsavefile.c132 sf_setbuff(pcap_t *p, int dim) argument
/freebsd-11-stable/contrib/gcc/
H A Dtree-data-ref.c2645 tree *last_conflicts, int dim)
2662 (dim, integer_zero_node,
2665 (dim, integer_zero_node,
2829 unsigned nb_vars_a, nb_vars_b, dim;
2860 dim = nb_vars_a + nb_vars_b;
2861 U = lambda_matrix_new (dim, dim);
2862 A = lambda_matrix_new (dim, 1);
2863 S = lambda_matrix_new (dim, 1);
2929 lambda_matrix_right_hermite (A, dim,
2639 compute_overlap_steps_for_affine_univar(int niter, int step_a, int step_b, tree *overlaps_a, tree *overlaps_b, tree *last_conflicts, int dim) argument
2825 unsigned nb_vars_a, nb_vars_b, dim; local
[all...]

Completed in 267 milliseconds

123