| /netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
| H A D | common.cpp | 28 void common_output::dashed_circle(const position ¢, double rad, in dashed_circle() argument 34 double dash_angle = lt.dash_width/rad; in dashed_circle() 47 circle(cent, rad, slt, -1.0); in dashed_circle() 57 solid_arc(cent, rad, start_angle, start_angle + dash_angle, lt); in dashed_circle() 63 void common_output::dotted_circle(const position ¢, double rad, in dotted_circle() argument 67 double gap_angle = lt.dash_width/rad; in dotted_circle() 80 dot(cent + position(cos(ang), sin(ang))*rad, lt); in dotted_circle() 265 double rad = hypot(c - start); in dashed_arc() local 266 double dash_angle = lt.dash_width/rad; in dashed_arc() 271 solid_arc(cent, rad, start_angle, end_angle, lt); in dashed_arc() [all …]
|
| H A D | common.h | 29 void dash_arc(const position ¢, double rad, 34 void dot_arc(const position ¢, double rad, 42 void dashed_circle(const position &, double rad, const line_type &); 43 void dotted_circle(const position &, double rad, const line_type &); 50 virtual void solid_arc(const position ¢, double rad, double start_angle, 62 void circle(const position &, double rad, const line_type &, double) = 0;
|
| H A D | tex.cpp | 44 void circle(const position &, double rad, const line_type &, double); 61 void solid_arc(const position ¢, double rad, double start_angle, 242 void tex_output::solid_arc(const position ¢, double rad, in solid_arc() argument 251 milliinches(rad/scale), in solid_arc() 252 milliinches(rad/scale), in solid_arc() 287 void tex_output::circle(const position ¢, double rad, in circle() argument 295 ellipse(cent, position(rad*2.0, rad*2.0), ilt, fill); in circle() 299 dashed_circle(cent, rad, lt); in circle() 304 ellipse(cent, position(rad*2.0,rad*2.0), lt, fill); in circle() 307 dotted_circle(cent, rad, lt); in circle()
|
| H A D | troff.cpp | 36 virtual void simple_circle(int, const position &, double rad) = 0; 57 void circle(const position &, double rad, const line_type &, double); 162 void simple_output::circle(const position ¢, double rad, in circle() argument 168 simple_circle(1, cent, rad); in circle() 175 dashed_circle(cent, rad, lt); in circle() 178 dotted_circle(cent, rad, lt); in circle() 181 simple_circle(0, cent, rad); in circle() 236 void simple_circle(int, const position &, double rad); 324 void troff_output::simple_circle(int filled, const position ¢, double rad) in simple_circle() argument 331 c.x - rad/scale, in simple_circle() [all …]
|
| H A D | object.cpp | 1517 double rad; member in arc_object 1522 double radius() { return rad; } in radius() 1541 rad = hypot(c - s); in arc_object() 1555 result.y += rad; in north() 1562 result.y -= rad; in south() 1569 result.x += rad; in east() 1576 result.x -= rad; in west() 1583 result.x += rad/M_SQRT2; in north_east() 1584 result.y += rad/M_SQRT2; in north_east() 1591 result.x -= rad/M_SQRT2; in north_west() [all …]
|
| H A D | output.h | 45 virtual void circle(const position &, double rad,
|
| /netbsd-src/dist/pf/sbin/pfctl/ |
| H A D | pfctl_table.c | 426 print_addrx(struct pfr_addr *ad, struct pfr_addr *rad, int dns) in print_addrx() argument 432 fback = (rad != NULL) ? rad->pfra_fback : ad->pfra_fback; in print_addrx() 439 if (rad != NULL && fback != PFR_FB_NONE) { in print_addrx() 442 inet_ntop(rad->pfra_af, &rad->pfra_u, buf, sizeof(buf)); in print_addrx() 443 printf("\t%c%s", (rad->pfra_not?'!':' '), buf); in print_addrx() 444 if (rad->pfra_net < hostnet) in print_addrx() 445 printf("/%d", rad->pfra_net); in print_addrx() 447 if (rad != NULL && fback == PFR_FB_NONE) in print_addrx()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| H A D | scanner.l | 48 static void cvtdig(int rad); 559 cvtdig(int rad) 567 if (rad == 16) 570 rv = rv * rad + dig2num(c); 572 if (rv / rad < rv2) 582 if ((rad == 8 || rad == 16) && yylval.node.nd_val < 0)
|
| H A D | token.c | 1034 int rad; in cvtdig() local 1037 rad = *y != '0' ? 10 : y[1] == 'x' || y[1] == 'X' ? 16 : 8; in cvtdig() 1038 if (rad == 16) in cvtdig() 1041 rv = rv * rad + dig2num(*y); in cvtdig() 1043 if (rv / rad < rv2) in cvtdig() 1055 if ((rad == 8 || rad == 16) && yynode.nd_val < 0) in cvtdig()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grolbp/ |
| H A D | lbp.h | 230 char x[4],y[4],rad[4]; in vdmcircle() local 233 vdmnum(radius,rad)); in vdmcircle() 240 char x[4],y[4],rad[4],stx[4],sty[4],styl[4],op[4]; in vdmaarc() local 244 vdmnum(radius,rad),vdmnum(startangle,stx),vdmnum(angle,sty),\ in vdmaarc() 253 char x[4],y[4],rad[4],stx[4],sty[4],enx[4],eny[4],styl[4],op[4]; in vdmvarc() local 257 vdmnum(radius,rad),vdmnum(startx,stx),vdmnum(starty,sty),\ in vdmvarc()
|
| /netbsd-src/sys/dev/raidframe/ |
| H A D | rf_netbsd.h | 76 struct pool rad; /* Raid Access Descriptors */ member 102 char rad[RF_MAX_POOLNAMELEN]; /* Raid Access Descriptors */ member
|
| H A D | rf_driver.c | 119 /* rad == RF_RaidAccessDesc_t */ 564 pool_destroy(&raidPtr->pools.rad); in rf_ShutdownRDFreeList() 572 rf_pool_init(raidPtr, raidPtr->poolNames.rad, &raidPtr->pools.rad, sizeof(RF_RaidAccessDesc_t), in rf_ConfigureRDFreeList() 573 "rad", RF_MIN_FREE_RAD, RF_MAX_FREE_RAD); in rf_ConfigureRDFreeList() 586 desc = pool_get(&raidPtr->pools.rad, PR_WAITOK); in rf_AllocRaidAccDesc() 596 pool_put(&raidPtr->pools.rad, desc); in rf_AllocRaidAccDesc() 657 pool_put(&raidPtr->pools.rad, desc); in rf_FreeRaidAccDesc()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grodvi/ |
| H A D | dvi.cpp | 725 int rad; in draw() local 726 rad = milliinches(p[0]/2); in draw() 729 rad, in draw() 730 rad); in draw() 825 int rad = milliinches(int(sqrt(c[0]*c[0] + c[1]*c[1]) + .5)); in draw() local 831 sprintf(buf, "ar 0 0 %d %d %f %f", rad, rad, start, end); in draw()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/xditview/ |
| H A D | draw.c | 509 int rad = (int)((sqrt ((double)x_0*x_0 + (double)y_0*y_0) in DrawArc() local 524 rad = DeviceToX (dw, rad); in DrawArc() 526 XPos (dw) + DeviceToX (dw, x_0) - rad, in DrawArc() 527 YPos (dw) + DeviceToX (dw, y_0) - rad, in DrawArc() 528 rad*2, rad*2, angle1, angle2); in DrawArc()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/ |
| H A D | allowed.c | 430 register_at( char *def, AttributeDescription **rad, int dupok ) in register_at() argument 468 if ( rad ) *rad = ad; in register_at()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_dp_mst_topology.c | 181 drm_dp_mst_rad_to_str(const u8 rad[8], u8 lct, char *out, size_t len) in drm_dp_mst_rad_to_str() 188 unpacked_rad[i] = rad[i / 2] >> 4; in drm_dp_mst_rad_to_str() 190 unpacked_rad[i] = rad[i / 2] & BIT_MASK(4); in drm_dp_mst_rad_to_str() 282 buf[idx++] = hdr->rad[i]; in drm_dp_encode_sideband_msg_hdr() 317 hdr->rad[i] = buf[idx++]; in drm_dp_decode_sideband_msg_hdr() 653 drm_dp_mst_rad_to_str(txmsg->dst->rad, txmsg->dst->lct, buf, in drm_dp_mst_dump_sideband_msg_tx() 1235 static struct drm_dp_mst_branch *drm_dp_add_mst_branch_device(u8 lct, u8 *rad) in drm_dp_add_mst_branch_device() argument 1245 memcpy(mstb->rad, rad, lct / 2); in drm_dp_add_mst_branch_device() 1931 u8 *rad) in drm_dp_calculate_rad() argument 1937 memcpy(rad, port->parent->rad, idx + 1); in drm_dp_calculate_rad() [all …]
|
| /netbsd-src/external/gpl2/grep/dist/po/ |
| H A D | sv.po | 150 " -z, --null-data en rad indata begr�nsas av en nolltecken, inte\n" 203 " --line-buffered t�m utskriftsbuffer efter varje rad\n" 205 " -h, --no-filename skriv inte filnamn vid varje visad rad\n" 241 " -B, --before-context=ANTAL skriv ANTAL rader f�re tr�ffad rad\n" 242 " -A, --after-context=ANTAL skriv ANTAL rader efter tr�ffad rad\n" 243 " -C, --context=ANTAL skriv ANTAL rader runt tr�ffad rad\n"
|
| /netbsd-src/sys/fs/nfs/server/ |
| H A D | nfs_nfsdstate.c | 179 struct sockaddr_in *sad, *rad; in nfsrv_setclient() local 331 rad = NFSSOCKADDR(clp->lc_req.nr_nam, struct sockaddr_in *); in nfsrv_setclient() 332 sad->sin_addr.s_addr = rad->sin_addr.s_addr; in nfsrv_setclient() 333 sad->sin_port = rad->sin_port; in nfsrv_setclient() 869 struct sockaddr_in *rad; in nfsrv_dumpaclient() local 881 rad = (struct sockaddr_in *)sad; in nfsrv_dumpaclient() 882 dumpp->ndcl_cbaddr.sin_addr = rad->sin_addr; in nfsrv_dumpaclient() 927 struct sockaddr_in *rad; in nfsrv_dumplocks() local 973 rad = (struct sockaddr_in *)sad; in nfsrv_dumplocks() 974 ldumpp[cnt].ndlck_cbaddr.sin_addr = rad->sin_addr; in nfsrv_dumplocks() [all …]
|
| /netbsd-src/external/gpl2/diffutils/dist/po/ |
| H A D | sv.po | 305 msgstr "%s %s skiljer: byte %s, rad %s\n" 310 msgstr "%s %s skiljer: byte %s, rad %s �r %3o %s %3o %s\n" 368 msgstr "J�mf�r filer rad f�r rad." 792 msgstr "J�mf�r tre filer rad f�r rad." 813 msgstr "ogiltigt diff-format; ofullst�ndig sista rad" 832 msgstr "ogiltigt diff-format; felaktiga starttecken p� rad" 866 "-w ANT --width=ANT Skriv ut h�gst ANT (130 om inget anges) tecken per rad."
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
| H A D | drm_dp_mst_helper.h | 215 u8 rad[8]; member 250 u8 rad[8]; member
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | at.c | 1073 register_at( const char *def, AttributeDescription **rad, int dupok ) in register_at() argument 1111 if ( rad ) *rad = ad; in register_at()
|
| /netbsd-src/external/gpl2/texinfo/dist/po/ |
| H A D | sv.po | 55 msgstr "Acceptera (eller tvinga komplettering av) denna rad" 530 msgstr "\\%-10[next-line] Rulla en rad fram�t.\n" 534 msgstr "\\%-10[prev-line] Rulla en rad bak�t.\n" 689 msgstr " %-10s Rulla en rad fram�t.\n" 694 msgstr " %-10s Rulla en rad bak�t.\n" 986 msgstr "\"%s\", rad %u: " 1159 msgstr "G� ned till n�sta rad" 1163 msgstr "G� upp till f�reg�ende rad" 1623 msgstr "V�lj referens eller menypost som finns p� denna rad" 1635 msgstr "Flytta mark�ren till en specifik rad i f�nstret" [all …]
|
| /netbsd-src/external/bsd/flex/dist/po/ |
| H A D | sv.po | 358 msgstr " Början-av-rad-mönster använda\n" 713 msgstr "otillåten rad i mallfilen" 747 msgstr "Regel för varierbar efterföljande kontext på rad %d\n"
|
| /netbsd-src/external/gpl2/groff/dist/tmac/ |
| H A D | hyphenex.us | 284 horse-rad-ish 564 qua-si-rad-i-cal
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/ |
| H A D | sv.po | 184 "miljövariabler som förekommer i SKALFORMAT, en per rad.\n"
|