Searched refs:temp3 (Results 1 - 11 of 11) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-stub.c1359 unsigned long addr, length, loop, dbar, temp, temp2, temp3; local
1386 temp3 = __debug_frame->pc & ~15;
1388 if (temp3 == temp + TBR_TT_INTERRUPT_15 ||
1389 temp3 == temp2 + TBR_TT_INTERRUPT_15
1402 if (temp3 == temp + TBR_TT_DECREMENT_TIMER ||
1403 temp3 == temp2 + TBR_TT_DECREMENT_TIMER
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmca_asm.S396 #define temp3 r7 define
501 mov temp3=b6
505 st8 [temp1]=temp3,PT(AR_CSD)-PT(B6) // save b6
507 mov temp3=ar.csd
511 st8 [temp1]=temp3,PT(AR_UNAT)-PT(AR_CSD) // save ar.csd
513 mov temp3=ar.unat
516 st8 [temp1]=temp3,PT(AR_RNAT)-PT(AR_UNAT) // save ar.unat
518 mov temp3=ar.rnat
521 st8 [temp1]=temp3,PT(LOADRS)-PT(AR_RNAT) // save ar.rnat
523 mov temp3
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dinit.c3113 unsigned char temp1, temp2, temp3; local
3130 temp3 = SiS_GetRegByte((somebase + 0x85)) & 0xb7;
3135 temp3 |= 0x08;
3149 SiS_SetRegByte((somebase + 0x85), temp3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_core.c131 u8 temp1, temp2, temp3, temp4; local
139 temp3 = readb(fp+2);
143 temp3 == 'M' &&
H A Dcpqphp_nvram.c146 u8 temp1, temp2, temp3, temp4, temp5, temp6; local
151 temp3 = readb(rom_start + 0xffea + 2);
157 (temp3 == 'M') &&
H A Dcpqphp_pci.c58 u8 temp1, temp2, temp3, temp4; local
66 temp3 = readb(fp + SIG2);
70 temp3 == 'R' &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DFlashPoint.c940 unsigned short temp, temp2, temp3, temp4, temp5, temp6; local
1008 temp3 = 0x0000;
1028 temp3 >>= 1;
1044 temp3 |= 0x8000;
1053 pCardInfo->si_per_targ_no_disc = temp3;
1152 temp3 = 0;
1154 temp3 <<= 1;
1156 temp3 |= 1;
1162 if (!(temp3 & BIT(7)))
1164 if (!(temp3
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Ddes.c846 byte temp1[8], temp2[8], temp3[8]; local
855 des_ecb_decrypt (des, temp1, temp3);
856 memcpy (key, temp3, 8);
859 if (memcmp (temp3, result, 8))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess_altivec_template.c1061 vector unsigned char temp3 = vec_mergel(tempB, tempJ); local
1081 tempG = vec_mergeh(temp3, temp11);
1082 tempH = vec_mergel(temp3, temp11);
1095 temp3 = vec_mergel(tempB, tempJ);
1112 vec_st(temp3, 48, dst);
1160 vector unsigned char temp3; local
1182 temp3 = vec_mergel(tempB, tempJ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Ddsputil_altivec.c731 register vector unsigned short pixelssum1, pixelssum2, temp3; local
767 temp3 = vec_add(pixelssum1, pixelssum2);
768 temp3 = vec_sra(temp3, vctwo);
770 pixelsavg = vec_packsu(temp3, (vector unsigned short) vczero);
794 register vector unsigned short pixelssum1, pixelssum2, temp3; local
831 temp3 = vec_add(pixelssum1, pixelssum2);
832 temp3 = vec_sra(temp3, vctwo);
834 pixelsavg = vec_packsu(temp3, (vecto
858 register vector unsigned short temp3, temp4, local
931 register vector unsigned short temp3, temp4, local
1003 register vector signed short temp0, temp1, temp2, temp3, temp4, local
1363 register vector unsigned short pixelssum1, pixelssum2, temp3; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c93246 Expr *temp3 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[0].minor.yy0); local
[all...]

Completed in 431 milliseconds