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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dlocking-selftest.c73 * e.g. X1 and X2 becomes two instances of the same class,
228 LOCK(X1); \
255 RL(X1);
256 RL(X1); // this one should NOT fail
261 RL(X1);
267 RSL(X1);
268 RSL(X1); // this one should fail
273 RSL(X1);
281 RL(X1);
287 RSL(X1);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dyuv2rgb_altivec.c795 vector signed short X,X0,X1,Y0,U0,V0,Y1,U1,V1,U,V; local
818 X1 = vec_ld (16, &lumSrc[j][i]);
820 Y1 = vec_mradds (X1, YCoeffs[j], Y1);
896 X1 = vec_ld (16, &lumSrc[j][i]);
898 Y1 = vec_mradds (X1, YCoeffs[j], Y1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_decoder.c95 UNW_DEC_SPILL_SPREL(X1, t, abreg, off, arg);
97 UNW_DEC_SPILL_PSPREL(X1, t, abreg, off, arg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dseed.c329 #define OP(X1, X2, X3, X4, rbase) \
339 X1 ^= t0.w; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c11153 int Y, M, D, A, B, X1, X2; local
11171 X1 = 36525*(Y+4716)/100;
11173 p->iJD = (sqlite3_int64)((X1 + X2 + D + B - 1524.5 ) * 86400000);
11284 int Z, A, B, C, D, E, X1; local
11298 X1 = (int)(30.6001*E);
11299 p->D = B - D - X1;
[all...]

Completed in 200 milliseconds