Searched refs:tmp2 (Results 351 - 365 of 365) sorted by relevance

<<1112131415

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbink.c246 uint8_t tmp1[16] = { 0 }, tmp2[16], *in = tmp1, *out = tmp2; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp8dsp.asm1102 ; %1=x0+x3 (tmp0); %2=x1+x2 (tmp1); %3=x1-x2 (tmp2); %4=x0-x3 (tmp3)
1109 SUMSUB_BA w, %2, %1, %5 ;tmp1, tmp2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_n.c3088 enum ieee80211_band tmp2; local
3153 tmp2 = b43_current_band(dev->wl);
3154 if ((nphy->ipa2g_on && tmp2 == IEEE80211_BAND_2GHZ) ||
3155 (nphy->ipa5g_on && tmp2 == IEEE80211_BAND_5GHZ)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c3494 ncrcmd opcode, new, old, tmp1, tmp2; local
3539 tmp2 = src[1];
3541 if ((tmp2 & RELOC_MASK) == RELOC_KVAR)
3542 tmp2 = 0;
3544 if ((tmp1 ^ tmp2) & 3) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhttp.c2119 char *tmp2 = tmp + 1;
2128 tmp = parse_charset (tmp2);
2114 char *tmp2 = tmp + 1; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/sisusbvga/
H A Dsisusb.c1601 u8 tmp1, tmp2, i, j; local
1606 ret |= READB(ramptr + 16, &tmp2);
1607 if ((tmp1 != 0xaa) || (tmp2 != 0x55)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.c1316 void **tmp2; local
1326 tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab,
1329 if (tmp2 == NULL) {
1333 ctxt->pushTab = tmp2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c1606 void **tmp2; local
1616 tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab,
1619 if (tmp2 == NULL) {
1623 ctxt->pushTab = tmp2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dparser.c1606 void **tmp2; local
1616 tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab,
1619 if (tmp2 == NULL) {
1623 ctxt->pushTab = tmp2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dvp8dsp.asm1105 ; %1=x0+x3 (tmp0); %2=x1+x2 (tmp1); %3=x1-x2 (tmp2); %4=x0-x3 (tmp3)
1112 SUMSUB_BA w, %2, %1, %5 ;tmp1, tmp2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.c1316 void **tmp2; local
1326 tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab,
1329 if (tmp2 == NULL) {
1333 ctxt->pushTab = tmp2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dnl80211.c3047 int n_channels = 0, tmp1, tmp2; local
3060 nla_for_each_nested(attr2, freqs, tmp2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dl2cap.c508 struct sock_del_list del, *tmp1, *tmp2; local
599 list_for_each_entry_safe(tmp1, tmp2, &del.list, list) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dcommons-httpclient-3.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c12632 char tmp[80], tmp2[80], fname[80]; local
12653 if (fscanf(f, "%s %s", tmp2, tmp) != 2)

Completed in 367 milliseconds

<<1112131415