Searched refs:z2 (Results 26 - 30 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcirrusfb.c2450 struct zorro_dev *z2 = NULL; local
2456 z2 = zorro_find_device(cirrusfb_zorro_table2[btype].id2, NULL);
2473 assert (z2 >= 0);
2512 printk (" REG at $%lx\n", (unsigned long) z2->resource.start);
2523 cinfo->regbase = (caddr_t) ZTWO_VADDR (z2->resource.start);
2524 cinfo->fbregs_phys = z2->resource.start;
H A Dcg6.c199 u32 x2, y2, z2, color2; member in struct:cg6_fbc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264.c1483 const int z2= block[offset+stride*1] - block[offset+stride*5]; local
1487 temp[4*i+1]= z1+z2;
1488 temp[4*i+2]= z1-z2;
1496 const int z2= temp[4*1+i] - temp[4*3+i]; local
1500 block[stride*2 +offset]= ((((z1 + z2)*qmul + 128 ) >> 8));
1501 block[stride*8 +offset]= ((((z1 - z2)*qmul + 128 ) >> 8));
1522 const int z2= block[offset+stride*1] - block[offset+stride*5];
1526 temp[4*i+1]= z1+z2;
1527 temp[4*i+2]= z1-z2;
1535 const int z2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dfft_mmx.asm63 %macro T4_3DN 6 ; z0, z1, z2, z3, tmp0, tmp1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c11557 const char *z2 = z; local
11560 if( !sqlite3Isdigit(*z2) ) z2++;
11562 if( parseHhMmSs(z2, &tx) ) break;
18473 const char *z2 = z; local
18475 while( *z2 ){ z2++; }
18476 return 0x3fffffff & (int)(z2 - z);
68893 const char *z2; local
71185 const unsigned char *z2; local
71319 const char *z2; local
71339 const char *z2; local
75238 xferCompatibleCollation(const char *z1, const char *z2) argument
102547 char *z, *z2; local
102961 const char *z2 = 0; local
104536 char *z2 = fts3HashKey(*(Fts3HashElem **)rhs); local
[all...]

Completed in 347 milliseconds

12