Searched refs:UNIT (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/usr.bin/gprof/
H A Dmips.h43 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
/freebsd-10-stable/contrib/binutils/binutils/
H A Dsyslex.l66 "bits" { yylval.i =1 ;return UNIT;}
67 "bit" { yylval.i = 1; return UNIT;}
68 "bytes" { yylval.i= 8; return UNIT;}
69 "byte" { yylval.i = 8; return UNIT;}
H A Dsysinfo.y48 %token <i> NUMBER UNIT
372 NUMBER UNIT
/freebsd-10-stable/sys/dev/tdfx/
H A Dtdfx_vars.h72 #define UNIT(m) (m & 0xf) macro
/freebsd-10-stable/sys/dev/pbio/
H A Dpbio.c82 #define UNIT(dev) (dev2unit(dev) >> 2) macro
253 unit = UNIT(dev);
290 unit = UNIT(dev);
323 unit = UNIT(dev);
379 unit = UNIT(dev);
408 unit = UNIT(dev);
455 unit = UNIT(dev);
/freebsd-10-stable/sys/dev/bktr/
H A Dbktr_os.c571 #define UNIT(x) ((x) & 0x0f) macro
584 unit = UNIT( dev2unit(dev) );
684 unit = UNIT( dev2unit(dev) );
722 unit = UNIT(dev2unit(dev));
760 unit = UNIT(dev2unit(dev));
800 unit = UNIT(dev2unit(dev));
833 unit = UNIT(dev2unit(dev));
1183 #define UNIT(x) (dev2unit((x) & 0x0f)) macro
1195 unit = UNIT(dev);
1228 unit = UNIT(de
[all...]
/freebsd-10-stable/sys/dev/streams/
H A Dstreams.c114 #define UNIT(dev) dev2unit(dev) /* assume one minor number per unit */ macro
/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Dectest.c174 # define UNIT "s"
180 # define UNIT "units"
185 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i * j,
188 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i * j,
192 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i * j,
195 fprintf(stdout, "average: %.4f " UNIT "\n",
/freebsd-10-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2027 UNIT="day"
2030 UNIT="week"
2033 UNIT="month"
2040 UNIT="${UNIT}s"
2048 release within the next ${NUM} ${UNIT}.

Completed in 100 milliseconds