Searched refs:rot (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgzappend.c120 /* rotate list[0..len-1] left by rot positions, in place */
121 local void rotate(unsigned char *list, unsigned len, unsigned rot) argument
127 /* normalize rot and handle degenerate cases */
129 if (rot >= len) rot %= len;
130 if (rot == 0) return;
136 if (rot == 1) {
144 if (rot == len - 1) {
152 cycles = gcd(len, rot); /* number of cycles */
158 from += rot; /* g
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzappend.c120 /* rotate list[0..len-1] left by rot positions, in place */
121 local void rotate(unsigned char *list, unsigned len, unsigned rot) argument
127 /* normalize rot and handle degenerate cases */
129 if (rot >= len) rot %= len;
130 if (rot == 0) return;
136 if (rot == 1) {
144 if (rot == len - 1) {
152 cycles = gcd(len, rot); /* number of cycles */
158 from += rot; /* g
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dxor.S38 mov pr.rot = 1 << 16
76 mov pr.rot = 1 << 16
116 mov pr.rot = 1 << 16
159 mov pr.rot = 1 << 16
H A Dcopy_page.S53 mov pr.rot=1<<16
H A Dcopy_user.S70 mov pr.rot=1<<16 // p16=true all others are false
78 ;; // RAW pr.rot/p16 ?
162 mov pr.rot=1<<16 // p16=true all others are false
189 mov pr.rot=1<<16 // p16=true all others are false
273 mov pr.rot=1<<16 // p16=true all others are false
H A Dcopy_page_mck.S114 mov pr.rot = 0x10000
H A Ddo_csum.S220 mov pr.rot=1<<16
H A Dmemcpy.S68 mov pr.rot=1<<16
H A Dmemcpy_mck.S192 mov pr.rot = 0x10000
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dmd4.c70 ** Note: The "rot" operator uses the variable "tmp".
77 #define rot(X,S) (tmp=X,(tmp<<S) | (tmp>>(32-S))) macro
78 #define ff(A,B,C,D,i,s) A = rot((A + f(B,C,D) + X[i]),s)
79 #define gg(A,B,C,D,i,s) A = rot((A + g(B,C,D) + X[i] + C2),s)
80 #define hh(A,B,C,D,i,s) A = rot((A + h(B,C,D) + X[i] + C3),s)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/printing/
H A Dprtpub.c42 DWORD rot; local
47 rot = DeviceCapabilities(printer, port, DC_BINNAMES, NULL, NULL);
51 if (rot) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcfbfillrect.c329 int rot = (left-dst_idx) % bpp; local
335 pat = pat << rot | pat >> (bpp-rot);
H A Dsysfillrect.c295 int rot = (left-dst_idx) % bpp; local
301 pat = pat << rot | pat >> (bpp-rot);
H A Dw100fb.c1416 unsigned long rot=0, divider, offset=0; local
1422 rot=3; /* 180 degree */
1428 rot=2; /* 270 degree */
1431 rot=1; /* 90 degree */
1448 graphic_ctrl.f_w100.portrait_mode=rot;
1459 switch(rot) {
1487 graphic_ctrl.f_w32xx.portrait_mode=rot;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-ia64.S111 mov pr.rot=1<<16 };;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/asm/
H A Drc4-ia64.S104 mov pr.rot=1<<16 };;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/lib/
H A Ddivsi3.S64 r3 = rot r3 by -1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dac3enc.c201 int16_t rot[N]; local
206 rot[i] = -in[i + 3*N/4];
208 rot[i] = in[i - N/4];
212 re = ((int)rot[2*i] - (int)rot[N-1-2*i]) >> 1;
213 im = -((int)rot[N/2+2*i] - (int)rot[N/2-1-2*i]) >> 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhnddma.c2449 uint rot; local
2458 rot = TXD(ad - di->txin);
2460 ASSERT(rot < di->ntxd);
2463 if (rot >= (di->ntxd - nactive)) {
2473 new = TXD(old + rot);
2503 di->txout = TXD(di->txout + rot);
3247 uint rot; local
3257 rot = TXD(ad - di->txin);
3259 ASSERT(rot < di->ntxd);
3262 if (rot >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dia64.S193 mov pr.rot=1<<16 };;
246 mov pr.rot=1<<16 };;
304 mov pr.rot=0x800001<<16
420 mov pr.rot=0x2001<<16
486 mov pr.rot=1<<16
1427 mov pr.rot=0 }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dia64.S193 mov pr.rot=1<<16 };;
246 mov pr.rot=1<<16 };;
304 mov pr.rot=0x800001<<16
420 mov pr.rot=0x2001<<16
486 mov pr.rot=1<<16
1427 mov pr.rot=0 }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/aes/asm/
H A Daes-ia64.S72 mov pr.rot=1<<16 }
365 mov pr.rot=1<<16 }

Completed in 123 milliseconds