Searched refs:unroll (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/raid6/test/
H A DMakefile35 altivec1.c: altivec.uc ../unroll.awk
36 $(AWK) ../unroll.awk -vN=1 < altivec.uc > $@
38 altivec2.c: altivec.uc ../unroll.awk
39 $(AWK) ../unroll.awk -vN=2 < altivec.uc > $@
41 altivec4.c: altivec.uc ../unroll.awk
42 $(AWK) ../unroll.awk -vN=4 < altivec.uc > $@
44 altivec8.c: altivec.uc ../unroll.awk
45 $(AWK) ../unroll.awk -vN=8 < altivec.uc > $@
47 int1.c: int.uc ../unroll.awk
48 $(AWK) ../unroll
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/raid6/
H A DMakefile9 cmd_unroll = $(AWK) -f$(srctree)/$(src)/unroll.awk -vN=$(UNROLL) \
18 $(obj)/int1.c: $(src)/int.uc $(src)/unroll.awk FORCE
19 $(call if_changed,unroll)
23 $(obj)/int2.c: $(src)/int.uc $(src)/unroll.awk FORCE
24 $(call if_changed,unroll)
28 $(obj)/int4.c: $(src)/int.uc $(src)/unroll.awk FORCE
29 $(call if_changed,unroll)
33 $(obj)/int8.c: $(src)/int.uc $(src)/unroll.awk FORCE
34 $(call if_changed,unroll)
38 $(obj)/int16.c: $(src)/int.uc $(src)/unroll
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Decb_enc.c75 const char *ptr,*unroll,*risc,*size; local
93 unroll="16";
95 unroll="4";
101 BIO_snprintf(buf,sizeof buf,"des(%s,%s,%s,%s)",ptr,risc,unroll,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Decb_enc.c73 const char *ptr, *unroll, *risc, *size; local
91 unroll = "16";
93 unroll = "2";
99 BIO_snprintf(buf, sizeof buf, "des(%s,%s,%s,%s)", ptr, risc, unroll,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Decb_enc.c73 const char *ptr, *unroll, *risc, *size; local
91 unroll = "16";
93 unroll = "2";
99 BIO_snprintf(buf, sizeof buf, "des(%s,%s,%s,%s)", ptr, risc, unroll,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dunsharp_opencl_kernel.h88 \n#pragma unroll\n
91 \n#pragma unroll\n
169 \n#pragma unroll\n
172 \n#pragma unroll\n
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils_opencl.c77 \n#pragma unroll\n
80 \n#pragma unroll\n
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-memset.S107 * it's worth the effort to unroll this and use wh64 if possible
118 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes
284 * it's worth the effort to unroll this and use wh64 if possible
295 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes
471 * it's worth the effort to unroll this and use wh64 if possible
482 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes
H A Dev6-copy_user.S135 * Based upon the usage context, it's worth the effort to unroll this loop
142 subq $4, 32, $2 # .. .. .. E : do not unroll for small stuff
153 * unroll this to be an 8x loop (which would enable us to use the wh64
H A Dev6-memcpy.S61 cmple $18, 127, $1 # E : Can we unroll the loop?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Ddev_addr_lists.c123 goto unroll;
127 unroll:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghash-x86.pl142 $unroll = 0; # Affects x86 loop. Folded loop performs ~7% worse
161 if (!$unroll) {
232 if ($unroll) {
282 if ($unroll) {
325 if ($unroll) {
333 &mov (&wparam(2),$inp) if (!$unroll);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghash-x86.pl142 $unroll = 0; # Affects x86 loop. Folded loop performs ~7% worse
161 if (!$unroll) {
232 if ($unroll) {
282 if ($unroll) {
325 if ($unroll) {
333 &mov (&wparam(2),$inp) if (!$unroll);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp9mc.asm225 ; more generally unroll this to prevent multiple loads of
292 ; more generally unroll this to prevent multiple loads of
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dldo.c426 static void unroll (lua_State *L, void *ud) { function
522 unroll(L, NULL);
541 status = luaD_rawrunprotected(L, unroll, NULL); /* run continuation */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dudiv.S123 ! So we unroll slightly...
H A Durem.S121 ! So we unroll slightly...
H A Drem.S138 ! So we unroll slightly...
H A Dsdiv.S137 ! So we unroll slightly...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Doutput.asm131 ; we are w.r.t. dithering, we unroll the mmx/8bit loop x2.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Doutput.asm132 ; we are w.r.t. dithering, we unroll the mmx/8bit loop x2.

Completed in 359 milliseconds