Searched refs:word (Results 626 - 650 of 924) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dbzero.S88 .word 98b, __retl_o1; \
H A Dcopy_user.S29 .word 98b, 99b; \
42 .word 98b, 99b; \
50 .word 98b, 97f; \
57 .word start, 0, end, handler; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dirqflags.h44 # error Fix assumptions about which word various interrupts are in
203 * Note that it's important that we use a bit from the "low" mask word,
204 * since when we are enabling, that is the word we write first, so if we
208 * (making the original code's write of the "high" mask word idempotent).
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Drelocate_kernel.S58 l %r5,0(%r2) # read another word for indirection page
H A Drelocate_kernel64.S60 lg %r5,0(%r2) # read another word for indirection page
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dcopy_user_64.S32 .word \feature /* when feature is set */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Ddtc.h126 struct data data_append_cell(struct data d, cell_t word);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dget_maintainer.pl125 foreach my $word (@words) {
126 last if ($word =~ m/^#/);
127 push (@conf_args, $word);
1308 my $word = "(?:$atom|$quoted_string)";
1309 my $localpart = "$word(?:\\.$rfc822_lwsp*$word)*";
1316 my $phrase = "$word*";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dpss.c278 static int pss_put_dspword(pss_confdata * devc, unsigned short word) argument
287 outw(word, REG(PSS_DATA));
294 static int pss_get_dspword(pss_confdata * devc, unsigned short *word) argument
303 *word = inw(REG(PSS_DATA));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_private.h141 extern int kdb_getphysword(unsigned long *word,
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Darminc.h59 var: .word val
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dtest-6.exp71 -W, --word-array-name=NAME
72 Specify name of word list array. Default name is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dvc1dsp_neon.S30 @ double-word registers, for 8x4, pass quad-word registers.
43 @ At this point, if registers are quad-word:
53 @ At this point, if registers are double-word:
576 vmov.i16 d30, #10 @ only need double-word, not quad-word
692 @ Define double-word register aliases. Typesize should be i8 or i16.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Dmatch.s17 * word accesses, because they cause 68000-based machines to crash.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dmatch.s15 ; word accesses, because they cause 68000-based Amigas to crash.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/lib/
H A Dchecksumcopy.S19 ;; check for breakeven length between movem and normal word looping versions
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dsleep.S190 .word 0 @ preserve stack phys ptr here
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c72 # define mul_add(r,a,word,carry) do { \
76 : "a"(word),"m"(a) \
89 # define mul(r,a,word,carry) do { \
93 : "a"(word),"g"(a) \
305 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */
306 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
307 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
309 * sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_prime.pl67 * The word 'cryptographic' can be left out if the rouines from the library
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dx86_64-gcc.c72 # define mul_add(r,a,word,carry) do { \
76 : "a"(word),"m"(a) \
89 # define mul(r,a,word,carry) do { \
93 : "a"(word),"g"(a) \
305 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */
306 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
307 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
309 * sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_prime.pl67 * The word 'cryptographic' can be left out if the rouines from the library
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dservices.c56 char word[32], *next; local
84 foreach(word, dhcp_ifnames, next) {
86 if (strstr(word, "br0"))
120 fprintf(fp, "interface %s\n", word);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dassoc.c1416 pEntry->MaxHTPhyMode.word = 0;
1417 pEntry->MinHTPhyMode.word = 0;
1418 pEntry->HTPhyMode.word = 0;
1531 pEntry->HTPhyMode.word = pEntry->MaxHTPhyMode.word;
1565 pEntry->HTPhyMode.word = pEntry->MaxHTPhyMode.word;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Damiflop.c993 static inline unsigned char dos_decode_byte(ushort word) argument
999 w2=word;
1004 w2 = word & 127;
1127 register ushort word; local
1133 word=enc[b2] <<8 | enc [b1];
1134 return (word|((word&(256|64)) ? 0: 128));
1157 /* the MFM word before is always 9254 */
1229 *(ushort *)ptr = 0xaaa8; /* MFM word before is always 0x9254 */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dmsh.c397 static void word(char *cp);
514 /* -------- word.h -------- */
1766 word(yylval.cp);
1886 word(yylval.cp); /* add word to wdlist */
1887 word(NOWORD); /* terminate wdlist */
2017 word(yylval.cp);
2022 word(NOWORD);
2038 word(yylval.cp);
2039 word(NOWOR
2146 static void word(char *cp) function
[all...]

Completed in 405 milliseconds

<<21222324252627282930>>