Searched refs:RED (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-java.c237 (RED (c) == 'x') is equivalent to (c == 'x' || c == UNICODE ('x')). */
238 #define RED(p2_result) ((p2_result) & 0xffff) macro
340 if (RED (c) == '\r')
344 if (RED (c1) != '\n')
356 else if (RED (c) == '\n')
675 if (RED (c0) != '/')
678 switch (RED (c))
694 if (!(comment_at_start () && (RED (c) == ' ' || RED (c) == '\t')))
696 switch (RED (
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/initscript/debian/
H A Davahi-daemon.in61 RED=`$TPUT setaf 1`
66 echo -e "$UP$START $RED*$NORMAL$END[${RED}fail${NORMAL}]"
H A Davahi-dnsconfd.in61 RED=`$TPUT setaf 1`
66 echo -e "$UP$START $RED*$NORMAL$END[${RED}fail${NORMAL}]"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dusbled.c41 #define RED 0x02 macro
58 color &= ~(RED);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstv680.c823 #define RED 0 macro
924 *(output + AD (x, y, vw) + RED) = ((int) *(output + AD (x, y - 1, vw) + RED) + (int) *(output + AD (x, y + 1, vw) + RED)) >> 1;
929 *(output + AD (x, y, vw) + RED) = ((int) *(output + AD (x - 1, y - 1, vw) + RED) + (int) *(output + AD (x - 1, y + 1, vw) + RED) + (int) *(output + AD (x + 1, y - 1, vw) + RED) + (int) *(output + AD (x + 1, y + 1, vw) + RED)) >> 2;
938 *(output + AD (x, y, vw) + RED)
[all...]
H A Dvivi.c209 RED, enumerator in enum:colors
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dxircom_pgs.S206 mov a, #0x20 ; turn on the RED led

Completed in 195 milliseconds