Searched refs:word (Results 651 - 675 of 924) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Daesv8-armx.pl931 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19)
937 $word&0xff,($word>>8)&0xff,
938 ($word>>16)&0xff,($word>>24)&0xff,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.cxx847 * Finds the start of word at pos when delta < 0 or the end of the word when delta >= 0.
866 * Find the start of the next word in either a forward (delta >= 0) or backwards direction
870 * Used by cursor movement by word commands.
893 * Find the end of the next word in either a forward (delta >= 0) or backwards direction
897 * Used by cursor movement by word commands.
927 * Check that the character at the given position is a word or punctuation character and that
940 * Check that the character at the given position is a word or punctuation character and that
954 * ends and where the characters on the inside are word or punctuation characters.
1003 bool caseSensitive, bool word, boo
1002 FindText(int minPos, int maxPos, const char *s, bool caseSensitive, bool word, bool wordStart, bool regExp, bool posix, int *length) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dre_syntax.tex210 strings at the beginning and end of a word respectively. A word is defined
211 as a sequence of word characters that is neither preceded nor followed
212 by word characters. A word character is an {\it alnum} character or an underscore
306 \twocolitem{{\bf $\backslash$m}}{matches only at the beginning of a word}
307 \twocolitem{{\bf $\backslash$M}}{matches only at the end of a word}
308 \twocolitem{{\bf $\backslash$y}}{matches only at the beginning or end of a word}
310 a word}
321 A word i
[all...]
H A Dtclipbrd.tex31 one position to another in a word processor. Let us describe what each of them
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c509.c678 /* Read a word from the EEPROM using the regular EEPROM access register.
690 /* Read a word from the EEPROM when in the ISA ID probe state. */
693 int bit, word = 0; local
704 word = (word << 1) + (inb(id_port) & 0x01);
707 pr_debug(" 3c509 EEPROM word %d %#4.4x.\n", index, word);
709 return word;
1301 /* Combine secondary sw_info word (the adapter level) and primary
1302 sw_info word (duple
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_mpc8xxx.c319 /* Note: 32 bits word, LSB works iff
348 /* spi_transfer level calls that work per-word */
509 u32 word; local
516 /* transmit word */
517 word = mspi->get_tx(mspi);
518 mpc8xxx_spi_write_reg(&mspi->base->transmit, word);
732 u32 word = mspi->get_tx(mspi); local
734 mpc8xxx_spi_write_reg(&mspi->base->transmit, word);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daesv8-armx.pl931 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19)
937 $word&0xff,($word>>8)&0xff,
938 ($word>>16)&0xff,($word>>24)&0xff,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dptrace.c379 * last word (offset 12) within that quadword. Quadword 33 contains the
380 * vrsave as the first word (offset 0) within the quadword.
411 * Copy out only the low-order word of vrsave.
415 u32 word; member in union:__anon10031
418 vrsave.word = target->thread.vrsave;
441 * We use only the first word of vrsave.
445 u32 word; member in union:__anon10032
448 vrsave.word = target->thread.vrsave;
452 target->thread.vrsave = vrsave.word;
1442 /* read the word a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dround.S24 | d1(high word) contains rounding precision:
28 | d1(low word) contains rounding mode:
151 movel LOCAL_HI(%a0),%d2 |get word 2 for s-bit test
166 tstl %d0 |test word original g,r,s
499 | is no LOCAL_GRS scratch word following it on the fsave frame.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dvp8dsp.asm357 punpcklbw mm1, mm6 ; byte->word ABCD
359 punpcklbw mm0, mm6 ; byte->word CDEF
360 pshufw mm3, mm1, 0x94 ; word ABBC
361 pshufw mm1, mm0, 0x94 ; word CDDE
368 punpckhbw mm2, mm6 ; byte->word EFGH
370 pshufw mm1, mm2, 0x94 ; word EFFG
375 packssdw mm3, mm0 ; merge dword->word (4px)
378 packuswb mm3, mm6 ; clip and word->bytes
405 punpcklbw mm1, mm3 ; byte->word ABCD
407 punpckhbw mm2, mm3 ; byte->word EFG
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dppc64-mont.pl302 lwz $t2,`12^$LITTLE_ENDIAN`($ap) ; load a[1] as 32-bit word pair
304 lwz $t4,`4^$LITTLE_ENDIAN`($np) ; load n[0] as 32-bit word pair
306 lwz $t6,`12^$LITTLE_ENDIAN`($np) ; load n[1] as 32-bit word pair
353 lwz $t2,8($ap) ; load a[j..j+3] as 32-bit word pairs
355 lwz $t4,0($np) ; load n[j..j+3] as 32-bit word pairs
472 lwz $t0,`4^$LITTLE_ENDIAN`($ap) ; load a[j] as 32-bit word pair
474 lwz $t2,`12^$LITTLE_ENDIAN`($ap) ; load a[j+1] as 32-bit word pair
476 lwz $t4,`4^$LITTLE_ENDIAN`($np) ; load n[j] as 32-bit word pair
478 lwz $t6,`12^$LITTLE_ENDIAN`($np) ; load n[j+1] as 32-bit word pair
482 lwz $t0,0($ap) ; load a[j..j+3] as 32-bit word pair
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dppc64-mont.pl302 lwz $t2,`12^$LITTLE_ENDIAN`($ap) ; load a[1] as 32-bit word pair
304 lwz $t4,`4^$LITTLE_ENDIAN`($np) ; load n[0] as 32-bit word pair
306 lwz $t6,`12^$LITTLE_ENDIAN`($np) ; load n[1] as 32-bit word pair
353 lwz $t2,8($ap) ; load a[j..j+3] as 32-bit word pairs
355 lwz $t4,0($np) ; load n[j..j+3] as 32-bit word pairs
472 lwz $t0,`4^$LITTLE_ENDIAN`($ap) ; load a[j] as 32-bit word pair
474 lwz $t2,`12^$LITTLE_ENDIAN`($ap) ; load a[j+1] as 32-bit word pair
476 lwz $t4,`4^$LITTLE_ENDIAN`($np) ; load n[j] as 32-bit word pair
478 lwz $t6,`12^$LITTLE_ENDIAN`($np) ; load n[j+1] as 32-bit word pair
482 lwz $t0,0($ap) ; load a[j..j+3] as 32-bit word pair
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dpfpsp.S382 set EXC_EXTWORD, LV+2 # saved extension word
383 set EXC_CMDREG, LV+2 # saved extension word
384 set EXC_OPWORD, LV+0 # saved operation word
530 set WORD, 2 # len(word) == 2 bytes
670 # bit five of the fp extension word separates the monadic and dyadic operations
908 # bit five of the fp ext word separates the monadic and dyadic operations
1100 # _imem_read_{word,long}() - read instruction word/longword #
1279 # bit five of the fp extension word separates the monadic and dyadic operations
1824 # bit five of the fp extension word separate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dfalcon.c969 __le16 *word, *limit; local
1005 word = &nvconfig->board_magic_num;
1008 word = region;
1011 for (csum = 0; word < limit; ++word)
1012 csum += le16_to_cpu(*word);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dndis_0.asm115 mov word ptr ss:[di],ax
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Drv34dsp.asm49 movsx r1, word [r0]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-sparcv9.pl228 .word 0x81b02820 ! SHA1
268 .word 0x81b02820 ! SHA1
393 return sprintf ".word\t0x%08x !%s",
409 return sprintf ".word\t0x%08x !%s",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregcomp.c49 static VOID word _ANSI_ARGS_((struct vars *, int, struct state *, struct state *));
215 struct state *wordchrs; /* state in nfa holding word-char outarcs */
260 #define WBDRY 'w' /* word boundary constraint */
261 #define NWBDRY 'W' /* non-word-boundary constraint */
775 word(v, AHEAD, s, rp);
782 word(v, BEHIND, lp, s);
791 word(v, AHEAD, s, rp);
794 word(v, BEHIND, lp, s);
802 word(v, BEHIND, lp, s);
803 word(
1130 word(v, dir, lp, rp) function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dresource.cpp1271 // If a string or word, must look up in identifier table.
2083 const wxChar *word; member in struct:wxResourceBitListStruct
2361 wxChar *word; local
2363 word = wxResourceParseWord(WXSTRINGCAST bitListString, &i);
2364 while (word != NULL)
2369 if (wxStrcmp(wxResourceBitListTable[j].word, word) == 0)
2377 wxLogWarning(_("Unrecognized style %s while parsing resource."), word);
2380 word = wxResourceParseWord(WXSTRINGCAST bitListString, &i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsecblock.h170 CRYPTOPP_DLL_TEMPLATE_CLASS AllocatorWithCleanup<word, true>; // for Integer
451 typedef SecBlock<word> SecWordBlock;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dich8lan.c505 /* Adjust to word count */
2000 * e1000_read_nvm_ich8lan - Read word(s) from the NVM
2002 * @offset: The offset (in bytes) of the word(s) to read.
2004 * @data: Pointer to the word(s) to read at offset.
2006 * Reads a word(s) from the NVM using the flash access registers.
2016 u16 i, word; local
2044 &word);
2047 data[i] = word;
2168 * e1000_read_flash_word_ich8lan - Read word from flash
2173 * Reads the flash word a
2197 u16 word = 0; local
2643 u16 word = (u16)data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Daction.c161 Frame.BaStartSeq.word = cpu2le16(Frame.BaStartSeq.word);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/telephony/
H A Dixj.h69 short word; member in union:__anon16081
171 unsigned short word; member in union:__anon16089
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i_ddp.c506 req->word = htons(31);
572 req->word = htons(31);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dpppd.h79 #define MAXWORDLEN 1024 /* max length of word in file (incl null) */
182 char *word; member in struct:wordlist
691 int getword __P((FILE *f, char *word, int *newlinep, char *filename));
692 /* Read a word from a file */

Completed in 396 milliseconds

<<21222324252627282930>>