Searched refs:RINT (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_color.c73 #define RINT(R) ((uint32)((R)>0?((R)+0.5):((R)-0.5))) macro
98 *r = RINT(cielab->Yr2r[i]);
102 *g = RINT(cielab->Yg2g[i]);
106 *b = RINT(cielab->Yb2b[i]);
113 #undef RINT macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddepca.h54 #define RINT 0x0400 /* Receiver Interrupt */ macro
H A Dariadne.h184 #define RINT 0x0004 /* Receive Interrupt */ macro
H A Dariadne.c429 while ((csr0 = lance->RDP) & (ERR|RINT|TINT) && --boguscnt >= 0) {
434 if (csr0 & RINT) { /* Rx interrupt */
H A Ddepca.c999 if (csr0 & RINT) /* Rx interrupt (packet arrived) */

Completed in 107 milliseconds