Searched refs:G1 (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c302 #define head (G1.prev + WSIZE) /* hash head (see deflate.c) */
329 #define BUF_SIZE (8 * sizeof(G1.bi_buf))
346 #define G1 (*(ptr_to_globals - 1)) macro
355 if (G1.outcnt == 0)
358 xwrite(ofd, (char *) G1.outbuf, G1.outcnt);
359 G1.outcnt = 0;
368 G1.outbuf[G1.outcnt++] = (c); \
369 if (G1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dutil_altivec.h63 vector signed short A1, B1, C1, D1, E1, F1, G1, H1; \
72 G1 = vec_mergeh (d, h); \
79 E2 = vec_mergeh (C1, G1); \
80 F2 = vec_mergel (C1, G1); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtwofish.c51 * rounds. G1 is the straight g() function; G2 includes the 8-bit
54 #define G1(a) \ macro
68 x = G1 (a); y = G2 (b); \
75 x = G1 (a); y = G2 (b); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dyuv2rgb_altivec.c296 vector signed short R1,G1,B1; \
400 G1 = vec_add (Y1,uvx1); \
404 G = vec_packclp (G0,G1); \
413 G1 = vec_add (Y3,uvx1); \
416 G = vec_packclp (G0,G1); \
471 vector signed short R1,G1,B1;
563 G1 = vec_add (Y1,uvx1);
566 G = vec_packclp (G0,G1);
574 G1 = vec_add (Y3,uvx1);
577 G = vec_packclp (G0,G1);
638 vector signed short R0,G0,B0,R1,G1,B1; local
796 vector signed short R0,G0,B0,R1,G1,B1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dawk.c448 #define G1 (ptr_to_globals[-1]) macro
451 /* char G1size[sizeof(G1)]; - 0x6c */
455 #define beginseq (G1.beginseq )
456 #define mainseq (G1.mainseq )
457 #define endseq (G1.endseq )
458 #define seq (G1.seq )
459 #define break_ptr (G1.break_ptr )
460 #define continue_ptr (G1.continue_ptr)
461 #define iF (G1.iF )
462 #define vhash (G1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsparc-stub.c136 enum regnames {G0, G1, G2, G3, G4, G5, G6, G7, enumerator in enum:regnames
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dixjuser.h187 hz392 = 0x79fa, /* .00 G1 */
274 G1 = hz392, enumerator in enum:__anon9977
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtwofish.c724 * rounds. G1 is the straight g() function; G2 includes the 8-bit
727 #define G1(a) \
741 x = G1 (a); y = G2 (b); \
748 x = G1 (a); y = G2 (b); \
721 #define G1 macro

Completed in 167 milliseconds