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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib/
H A Dmemcpy-inatomic.S172 #define UNIT(unit) FIRST(unit) define
226 EXC( LOAD t0, UNIT(0)(src), l_exc)
227 EXC( LOAD t1, UNIT(1)(src), l_exc_copy)
228 EXC( LOAD t2, UNIT(2)(src), l_exc_copy)
229 EXC( LOAD t3, UNIT(3)(src), l_exc_copy)
231 EXC( LOAD t4, UNIT(4)(src), l_exc_copy)
232 EXC( LOAD t7, UNIT(5)(src), l_exc_copy)
233 STORE t0, UNIT(0)(dst)
234 STORE t1, UNIT(1)(dst)
235 EXC( LOAD t0, UNIT(
[all...]
H A Dmemcpy.S172 #define UNIT(unit) FIRST(unit) define
230 EXC( LOAD t0, UNIT(0)(src), l_exc)
231 EXC( LOAD t1, UNIT(1)(src), l_exc_copy)
232 EXC( LOAD t2, UNIT(2)(src), l_exc_copy)
233 EXC( LOAD t3, UNIT(3)(src), l_exc_copy)
235 EXC( LOAD t4, UNIT(4)(src), l_exc_copy)
236 EXC( LOAD t7, UNIT(5)(src), l_exc_copy)
237 EXC( STORE t0, UNIT(0)(dst), s_exc_p8u)
238 EXC( STORE t1, UNIT(1)(dst), s_exc_p7u)
239 EXC( LOAD t0, UNIT(
[all...]
H A Dcsum_partial.S52 #define UNIT(unit) ((unit)*NBYTES) define
60 LOAD _t0, (offset + UNIT(0))(src); \
61 LOAD _t1, (offset + UNIT(1))(src); \
62 LOAD _t2, (offset + UNIT(2))(src); \
63 LOAD _t3, (offset + UNIT(3))(src); \
418 EXC( LOAD t0, UNIT(0)(src), l_exc)
419 EXC( LOAD t1, UNIT(1)(src), l_exc_copy)
420 EXC( LOAD t2, UNIT(2)(src), l_exc_copy)
421 EXC( LOAD t3, UNIT(3)(src), l_exc_copy)
422 EXC( LOAD t4, UNIT(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c292 #define UNIT(x) ((x) & 0x03) /* drive on fdc */ macro
739 if (!(FDCS->dor & (0x10 << UNIT(drive))) ||
740 (FDCS->dor & 3) != UNIT(drive) || fdc != FDC(drive)) {
824 fd_outb(FDCS->dor & ~(0x10 << UNIT(current_drive)), FD_DOR);
936 unsigned char mask = ~(0x10 << UNIT(nr));
947 if (!(FDCS->dor & (0x10 << UNIT(drive))))
982 if (!(set_dor(fdc, ~3, UNIT(drive) | (0x10 << UNIT(drive))) &
983 (0x10 << UNIT(drive))))
986 set_dor(fdc, ~(0x10 << UNIT(driv
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dectest.c131 # define UNIT "s"
135 # define UNIT "units"
139 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
142 fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ec/
H A Dectest.c131 # define UNIT "s"
135 # define UNIT "units"
139 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
142 fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dectest.c168 # define UNIT "s"
172 # define UNIT "units"
177 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
180 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
183 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
186 fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dectest.c168 # define UNIT "s"
172 # define UNIT "units"
177 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
180 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
183 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
186 fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_sb.h182 #define XFS_SB_UNIT XFS_SB_MVAL(UNIT)

Completed in 423 milliseconds