Searched refs:MM (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/x86/
H A Dyadif_template.c22 #define MM "%%xmm" macro
29 "punpcklbw "MM"7, "dst" \n\t"
35 #define MM "%%mm" macro
42 "punpcklbw "MM"7, "dst" \n\t"
59 MOVQU" "#pj"(%[cur],%[mrefs]), "MM"2 \n\t" /* cur[x-refs-1+j] */\
60 MOVQU" "#mj"(%[cur],%[prefs]), "MM"3 \n\t" /* cur[x+refs-1-j] */\
61 MOVQ" "MM"2, "MM"4 \n\t"\
62 MOVQ" "MM"2, "MM"
255 #undef MM macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dmpegvideoenc_template.c30 #undef MM macro
40 #define MM "%%xmm" macro
55 #define MM "%%mm" macro
151 "movd %%"REG_a", "MM"3 \n\t" // last_non_zero_p1
152 SPREADW(MM"3")
153 "pxor "MM"7, "MM"7 \n\t" // 0
154 "pxor "MM"4, "MM"4 \n\t" // 0
155 MOVQ" (%2), "MM"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dmpegvideo_mmx_template.c24 #undef MM macro
34 #define MM "%%xmm" macro
49 #define MM "%%mm" macro
142 "movd %%"REG_a", "MM"3 \n\t" // last_non_zero_p1
143 SPREADW(MM"3")
144 "pxor "MM"7, "MM"7 \n\t" // 0
145 "pxor "MM"4, "MM"4 \n\t" // 0
146 MOVQ" (%2), "MM"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dmm_hash.h28 MM *mm;
33 MM_Hash *mm_hash_new(MM *, MM_HashDtor);
H A Dmm_hash.c17 MM_Hash *mm_hash_new(MM *mm, MM_HashDtor dtor)
H A Dutils.c34 static MM *mm;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgalloc_64.h27 #define pud_populate(MM, PUD, PMD) pud_set(PUD, PMD)
71 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(PMD, PTE)
72 #define pmd_populate(MM,PMD,PTE_PAGE) \
73 pmd_populate_kernel(MM,PMD,page_address(PTE_PAGE))
H A Dpgalloc_32.h39 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD)
51 #define pmd_populate(MM, PMD, PTE) BTFIXUP_CALL(pmd_populate)(PMD, PTE)
54 #define pmd_populate_kernel(MM, PMD, PTE) BTFIXUP_CALL(pmd_set)(PMD, PTE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dreconf25 gcc -MM $file -include config.embed.h
27 gcc -MM $file -DHAVE_CONFIG_H
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Ddocecc.c41 #define MM 10 /* Symbol size in bits */ macro
45 #define NN ((1 << MM) - 1)
50 static const int Pp[MM+1] = { 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1 };
66 /* Compute x % NN, where NN is 2**MM - 1,
74 x = (x >> MM) + (x & NN);
136 Alpha_to[MM] = 0;
137 for (i = 0; i < MM; i++) {
140 /* If Pp[i] == 1 then, term @^i occurs in poly-repr of @^MM */
142 Alpha_to[MM] ^= mask; /* Bit-wise EXOR operation */
145 Index_of[Alpha_to[MM]]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dpgalloc.h24 #define pmd_populate(MM, PMD, PAGE) \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dcommon.mak15 MAKEDEP=-gcc $(CFLAGS) -MM $(wildcard *.c *.cc) > .depend
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drijndael.cpp461 #define MM(i) mm##i macro
466 AS2( pxor MM(a), mm7)\
470 AS2( movd MM(a), DWORD PTR [AS_REG_7+8*WORD_REG(si)+MAP0TO4(c)])\
491 #define MM(i) MM_##i
495 AS2( xor MM(a), DWORD PTR [AS_REG_7+8*WORD_REG(si)+MAP0TO4(c)])\
499 AS2( mov MM(a), DWORD PTR [AS_REG_7+8*WORD_REG(si)+MAP0TO4(c)])\
573 AS2( MOVD MM(1), [WORD_REG(dx)+4*4]) // 0,1,2,3
603 AS2( MOVD MM(2), eax)
644 AS2( MOVD MM(0), [L_KEY12+3*4])
663 AS2( MOVD edx, MM(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zeroconf-0.9/
H A DMakefile40 $(Q)$(CC) -MM $(INCLUDES) $< > $@
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpgalloc-64.h52 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, PUD)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_32_sr.S138 lwz r4, MM(r4)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/msdos/
H A DMakefile.DJ86 $(CC) -MM $(CFLAGS) $(SOURCES) | \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_user_pages.c47 ipath_cdbg(MM, "%lu/%lu put_page %p\n", (unsigned long) i,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DMakefile.PL50 XS_VERSION => eval MM->parse_version('DB_File.pm'),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-usermod59 print " -e expire date (\"YYYY-MM-DD HH:MM:SS\")\n";
567 Set the expiration date for the user account. This only affect samba account. The date must be in the following format : YYYY-MM-DD HH:MM:SS. This option call the external 'date' command to set calculate the number of seconds from Junary 1 1970 to the specified date.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/logon/mklogon/
H A Dmklogon.pl377 $0 -u User -m machine -s servername -o ostype -i X.X.X.X -d MM/DD/YY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpbatch.c1733 char HH[4], MM[4]; local
1782 (void) memcpy(MM, dstr + 2, 2); MM[2] = '\0';
1785 yyyy, mm, dd, HH, MM,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dallformats.c127 REGISTER_DEMUXER (MM, mm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dmakefile.dj103 $(CC) -MM -specs=$(MM_SPECS) $(CFLAGS) $(SOURCES) >> $(MAKEFILE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dallformats.c178 REGISTER_DEMUXER (MM, mm);

Completed in 162 milliseconds

12