Searched refs:rad (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dcommon.cpp26 void common_output::dashed_circle(const position &cent, double rad, argument
32 double dash_angle = lt.dash_width/rad;
45 circle(cent, rad, slt, -1.0);
55 solid_arc(cent, rad, start_angle, start_angle + dash_angle, lt);
61 void common_output::dotted_circle(const position &cent, double rad, argument
65 double gap_angle = lt.dash_width/rad;
78 dot(cent + position(cos(ang), sin(ang))*rad, lt);
263 double rad = hypot(c - start); local
264 double dash_angle = lt.dash_width/rad;
269 solid_arc(cent, rad, start_angl
296 double rad = hypot(c - start); local
308 solid_arc(const position &cent, double rad, double start_angle, double end_angle, 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
404 dash_arc(const position &cent, double rad, double start_angle, double end_angle, const line_type &lt, double dash_width, double gap_width, double *offsetp) argument
482 dotted_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
541 dot_arc(const position &cent, double rad, double start_angle, double end_angle, const line_type &lt, double gap_width, double *offsetp) 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 Dcommon.h27 void dash_arc(const position &cent, double rad,
32 void dot_arc(const position &cent, double rad,
40 void dashed_circle(const position &, double rad, const line_type &);
41 void dotted_circle(const position &, double rad, const line_type &);
48 virtual void solid_arc(const position &cent, double rad, double start_angle,
60 void circle(const position &, double rad, const line_type &, double) = 0;
H A Dtex.cpp42 void circle(const position &, double rad, const line_type &, double);
59 void solid_arc(const position &cent, double rad, double start_angle,
240 void tex_output::solid_arc(const position &cent, double rad, argument
249 milliinches(rad/scale),
250 milliinches(rad/scale),
285 void tex_output::circle(const position &cent, double rad, argument
293 ellipse(cent, position(rad*2.0, rad*2.0), ilt, fill);
297 dashed_circle(cent, rad, lt);
302 ellipse(cent, position(rad*2.
[all...]
H A Dtroff.cpp34 virtual void simple_circle(int, const position &, double rad) = 0;
55 void circle(const position &, double rad, const line_type &, double);
160 void simple_output::circle(const position &cent, double rad, argument
166 simple_circle(1, cent, rad);
173 dashed_circle(cent, rad, lt);
176 dotted_circle(cent, rad, lt);
179 simple_circle(0, cent, rad);
234 void simple_circle(int, const position &, double rad);
322 void troff_output::simple_circle(int filled, const position &cent, double rad) argument
329 c.x - rad/scal
[all...]
H A Doutput.h43 virtual void circle(const position &, double rad,
H A Dobject.cpp1515 double rad; member in class:arc_object
1520 double radius() { return rad; }
1539 rad = hypot(c - s);
1553 result.y += rad;
1560 result.y -= rad;
1567 result.x += rad;
1574 result.x -= rad;
1581 result.x += rad/M_SQRT2;
1582 result.y += rad/M_SQRT2;
1589 result.x -= rad/M_SQRT
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dradius.c168 if (rad_request_authenticator(r->cx.rad, R, sizeof R) != AUTH_LEN) {
178 S = rad_server_secret(r->cx.rad); /* We need the RADIUS secret */
273 rad_close(r->cx.rad);
282 rad_close(r->cx.rad);
293 rad_close(r->cx.rad);
309 rad_close(r->cx.rad);
314 "radius(%s): %s\n", stype, rad_strerror(r->cx.rad));
317 rad_close(r->cx.rad);
322 got, rad_strerror(r->cx.rad));
325 rad_close(r->cx.rad);
717 struct radius *rad = descriptor2radius(d); local
829 radius_put_physical_details(struct radius *rad, struct physical *p) argument
[all...]
H A Dradius.h44 struct rad_handle *rad; /* Using this to talk to our lib */ member in struct:radius::__anon11045
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-radius.c896 register const struct radius_hdr *rad; local
900 rad = (struct radius_hdr *)dat;
901 len = EXTRACT_16BITS(&rad->len);
914 tok2str(radius_command_values,"Unknown Command",rad->code),
915 rad->code,
916 rad->id,
923 tok2str(radius_command_values,"Unknown Command",rad->code),
924 rad->code,
925 rad->id);
928 printf("%02x", rad
[all...]
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_table.c431 print_addrx(struct pfr_addr *ad, struct pfr_addr *rad, int dns) argument
437 fback = (rad != NULL) ? rad->pfra_fback : ad->pfra_fback;
444 if (rad != NULL && fback != PFR_FB_NONE) {
447 inet_ntop(rad->pfra_af, &rad->pfra_u, buf, sizeof(buf));
448 printf("\t%c%s", (rad->pfra_not?'!':' '), buf);
449 if (rad->pfra_net < hostnet)
450 printf("/%d", rad->pfra_net);
452 if (rad !
[all...]
/freebsd-9.3-release/contrib/groff/src/devices/grolbp/
H A Dlbp.h228 char x[4],y[4],rad[4]; local
231 vdmnum(radius,rad));
238 char x[4],y[4],rad[4],stx[4],sty[4],styl[4],op[4]; local
242 vdmnum(radius,rad),vdmnum(startangle,stx),vdmnum(angle,sty),\
251 char x[4],y[4],rad[4],stx[4],sty[4],enx[4],eny[4],styl[4],op[4]; local
255 vdmnum(radius,rad),vdmnum(startx,stx),vdmnum(starty,sty),\
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-ciu-defs.h593 uint64_t rad : 1; /**< RAD interrupt member in struct:cvmx_ciu_block_int::cvmx_ciu_block_int_s
636 uint64_t rad : 1;
1504 uint64_t rad : 1; /**< RAD interrupt enable */ member in struct:cvmx_ciu_intx_en1::cvmx_ciu_intx_en1_s
1536 uint64_t rad : 1;
1661 uint64_t rad : 1; /**< RAD interrupt enable */ member in struct:cvmx_ciu_intx_en1::cvmx_ciu_intx_en1_cn63xx
1691 uint64_t rad : 1;
1747 uint64_t rad : 1; /**< Write 1 to clear RAD interrupt enable */ member in struct:cvmx_ciu_intx_en1_w1c::cvmx_ciu_intx_en1_w1c_s
1781 uint64_t rad : 1;
1863 uint64_t rad : 1; /**< Write 1 to clear RAD interrupt enable */ member in struct:cvmx_ciu_intx_en1_w1c::cvmx_ciu_intx_en1_w1c_cn63xx
1895 uint64_t rad
1951 uint64_t rad : 1; /**< Write 1 to set RAD interrupt enable */ member in struct:cvmx_ciu_intx_en1_w1s::cvmx_ciu_intx_en1_w1s_s
2067 uint64_t rad : 1; /**< Write 1 to set RAD interrupt enable */ member in struct:cvmx_ciu_intx_en1_w1s::cvmx_ciu_intx_en1_w1s_cn63xx
2711 uint64_t rad : 1; /**< RAD interrupt enable */ member in struct:cvmx_ciu_intx_en4_1::cvmx_ciu_intx_en4_1_s
2855 uint64_t rad : 1; /**< RAD interrupt enable */ member in struct:cvmx_ciu_intx_en4_1::cvmx_ciu_intx_en4_1_cn63xx
2941 uint64_t rad : 1; /**< Write 1 to clear RAD interrupt enable */ member in struct:cvmx_ciu_intx_en4_1_w1c::cvmx_ciu_intx_en4_1_w1c_s
3057 uint64_t rad : 1; /**< Write 1 to clear RAD interrupt enable */ member in struct:cvmx_ciu_intx_en4_1_w1c::cvmx_ciu_intx_en4_1_w1c_cn63xx
3145 uint64_t rad : 1; /**< Write 1 to set RAD interrupt enable */ member in struct:cvmx_ciu_intx_en4_1_w1s::cvmx_ciu_intx_en4_1_w1s_s
3261 uint64_t rad : 1; /**< Write 1 to set RAD interrupt enable */ member in struct:cvmx_ciu_intx_en4_1_w1s::cvmx_ciu_intx_en4_1_w1s_cn63xx
4215 uint64_t rad : 1; /**< RAD interrupt member in struct:cvmx_ciu_int_sum1::cvmx_ciu_int_sum1_s
4401 uint64_t rad : 1; /**< RAD interrupt member in struct:cvmx_ciu_int_sum1::cvmx_ciu_int_sum1_cn63xx
[all...]
H A Dcvmx-tra-defs.h1380 uint64_t rad : 1; /**< Enable tracing of RAD accesses member in struct:cvmx_tra_filt_did::cvmx_tra_filt_did_cn63xx
1422 uint64_t rad : 1;
2277 uint64_t rad : 1; /**< Enable triggering on RAD accesses member in struct:cvmx_tra_trig0_did::cvmx_tra_trig0_did_cn63xx
2319 uint64_t rad : 1;
3056 uint64_t rad : 1; /**< Enable triggering on RAD accesses member in struct:cvmx_tra_trig1_did::cvmx_tra_trig1_did_cn63xx
3098 uint64_t rad : 1;
H A Dcvmx-npi-defs.h4631 uint64_t rad : 1; /**< Always reads as zero */ member in struct:cvmx_npi_rsl_int_blocks::cvmx_npi_rsl_int_blocks_cn50xx
4661 uint64_t rad : 1;
H A Dcvmx-npei-defs.h7291 uint64_t rad : 1; /**< RAD_REG_ERROR */ member in struct:cvmx_npei_rsl_int_blocks::cvmx_npei_rsl_int_blocks_s
7321 uint64_t rad : 1;
/freebsd-9.3-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp723 int rad; local
724 rad = milliinches(p[0]/2);
727 rad,
728 rad);
823 int rad = milliinches(int(sqrt(c[0]*c[0] + c[1]*c[1]) + .5)); local
829 sprintf(buf, "ar 0 0 %d %d %f %f", rad, rad, start, end);
/freebsd-9.3-release/contrib/groff/src/devices/xditview/
H A Ddraw.c507 int rad = (int)((sqrt ((double)x_0*x_0 + (double)y_0*y_0) local
522 rad = DeviceToX (dw, rad);
524 XPos (dw) + DeviceToX (dw, x_0) - rad,
525 YPos (dw) + DeviceToX (dw, y_0) - rad,
526 rad*2, rad*2, angle1, angle2);
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c140 struct sockaddr_in *sad, *rad; local
273 rad = NFSSOCKADDR(clp->lc_req.nr_nam, struct sockaddr_in *);
274 sad->sin_addr.s_addr = rad->sin_addr.s_addr;
275 sad->sin_port = rad->sin_port;
663 struct sockaddr_in *rad; local
675 rad = (struct sockaddr_in *)sad;
676 dumpp->ndcl_cbaddr.sin_addr = rad->sin_addr;
721 struct sockaddr_in *rad; local
767 rad = (struct sockaddr_in *)sad;
768 ldumpp[cnt].ndlck_cbaddr.sin_addr = rad
3473 struct sockaddr_in *rad, *sad; local
[all...]
H A Dnfs_nfsdserv.c3282 struct sockaddr_in *rad; local
3352 rad = NFSSOCKADDR(clp->lc_req.nr_nam, struct sockaddr_in *);
3353 ucp = (u_char *)&rad->sin_addr.s_addr;
3354 ucp2 = (u_char *)&rad->sin_port;

Completed in 406 milliseconds