Searched refs:word (Results 1 - 25 of 924) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dada-pred.exp1 in word set boolean
2 in word set character
3 in word set constraint_error
4 in word set false
5 in word set float
6 in word set integer
7 in word set natural
8 in word set numeric_error
9 in word set positive
10 in word se
[all...]
H A Dmodula.exp1 in word set AND
2 in word set ARRAY
3 in word set BEGIN
4 in word set BITS
5 in word set BY
6 in word set CASE
7 in word set CONST
8 in word set DIV
9 in word set DO
10 in word se
[all...]
H A Dpascal.exp1 in word set with
2 in word set array
3 in word set and
4 in word set function
5 in word set case
6 in word set var
7 in word set const
8 in word set until
9 in word set then
10 in word se
[all...]
H A Dlang-utf8.exp1 in word set ������������
2 in word set ��esky
3 in word set Dansk
4 in word set English
5 in word set Suomi
6 in word set Fran��ais
7 in word set Deutsch
8 in word set ����������������
9 in word set ����������
10 in word se
[all...]
H A Dc.exp1 in word set if
2 in word set do
3 in word set int
4 in word set for
5 in word set case
6 in word set char
7 in word set auto
8 in word set goto
9 in word set else
10 in word se
[all...]
H A Dtest-7.exp1 in word set if
2 in word set do
3 NOT in word set int
4 in word set for
5 in word set case
6 NOT in word set char
7 NOT in word set auto
8 in word set goto
9 in word set else
10 NOT in word se
[all...]
H A Dada-res.exp1 in word set else
2 in word set exit
3 in word set terminate
4 in word set type
5 in word set raise
6 in word set range
7 in word set reverse
8 in word set declare
9 in word set end
10 in word se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/bitops/
H A D__ffs.h7 * __ffs - find first bit in word.
8 * @word: The word to search
12 static __always_inline unsigned long __ffs(unsigned long word) argument
17 if ((word & 0xffffffff) == 0) {
19 word >>= 32;
22 if ((word & 0xffff) == 0) {
24 word >>= 16;
26 if ((word & 0xff) == 0) {
28 word >>
[all...]
H A D__fls.h7 * __fls - find last (most-significant) set bit in a long word
8 * @word: the word to search
12 static __always_inline unsigned long __fls(unsigned long word) argument
17 if (!(word & (~0ul << 32))) {
19 word <<= 32;
22 if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
24 word <<= 16;
26 if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
28 word <<
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dstartarm-ca9.S87 .word 0x00004c06
88 .word 0x00104c06
89 .word 0x00204c06
90 .word 0x00304c06
91 .word 0x00404c06
92 .word 0x00504c06
93 .word 0x00604c06
94 .word 0x00704c06
95 .word 0x00804c06
96 .word
[all...]
H A Daisdram_ca9.S689 .word 333, 0x07800000, 0x1e0f1200
690 .word 389, 0x08c00000, 0x23121200
691 .word 400, 0x08000000, 0x20101000
692 .word 533, 0x08000000, 0x20100c00
693 .word 666, 0x07800000, 0x1e0f0900
694 .word 775, 0x07c00000, 0x20100800
695 .word 800, 0x08000000, 0x20100800
696 .word DDR_TABLE_END
700 .word 0, 0x00000400
701 .word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lasat/image/
H A Dhead.S9 .word LASAT_K_MAGIC0_VAL
10 .word LASAT_K_MAGIC1_VAL
13 .word 0x00000002
16 .word _image_start
17 .word _image_size
20 .word _kernel_start
21 .word _kernel_entry
27 .word TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsystbls_64.S21 /*0*/ .word sys_restart_syscall, sys32_exit, sys_fork, sys_read, sys_write
22 /*5*/ .word sys32_open, sys_close, sys32_wait4, sys32_creat, sys_link
23 /*10*/ .word sys_unlink, sunos_execv, sys_chdir, sys_chown16, sys32_mknod
24 /*15*/ .word sys_chmod, sys_lchown16, sys_brk, sys_nis_syscall, sys32_lseek
25 /*20*/ .word sys_getpid, sys_capget, sys_capset, sys_setuid16, sys_getuid16
26 /*25*/ .word sys32_vmsplice, compat_sys_ptrace, sys_alarm, sys32_sigaltstack, sys_pause
27 /*30*/ .word compat_sys_utime, sys_lchown, sys_fchown, sys32_access, sys32_nice
28 .word sys_chown, sys_sync, sys32_kill, compat_sys_newstat, sys32_sendfile
29 /*40*/ .word compat_sys_newlstat, sys_dup, sys_sparc_pipe, compat_sys_times, sys_getuid
30 .word sys32_umoun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_bitbang_txrx.h3 * simple SPI master driver. Two do polled word-at-a-time I/O:
6 * expanding the per-word routines from the inline templates below.
48 u32 word, u8 bits)
53 for (word <<= (32 - bits); likely(bits); bits--) {
57 setmosi(spi, word & (1 << 31));
64 word <<= 1;
66 word |= getmiso(spi);
69 return word;
75 u32 word, u8 bits)
80 for (word <<
46 bitbang_txrx_be_cpha0(struct spi_device *spi, unsigned nsecs, unsigned cpol, unsigned flags, u32 word, u8 bits) argument
73 bitbang_txrx_be_cpha1(struct spi_device *spi, unsigned nsecs, unsigned cpol, unsigned flags, u32 word, u8 bits) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib64/
H A Dsdivsi3.S65 .word -16638
66 .word -17135
67 .word -17737
68 .word -18433
69 .word -19103
70 .word -19751
71 .word -20583
72 .word -21383
73 .word -22343
74 .word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dpci-sh7751.c25 unsigned long word; local
27 word = __raw_readl(SH7751_BCR1);
29 if (((word >> area) & 1) == 0) {
31 area, word);
34 pci_write_reg(chan, word, SH4_PCIBCR1);
36 word = __raw_readw(SH7751_BCR2);
38 if (((word >> (area << 1)) & 0x3) != 0x3) {
40 area, word);
43 pci_write_reg(chan, word, SH4_PCIBCR2);
82 u32 word, re local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddsp_defs.h86 #define DSP_RELOC_TYPE_0 0x00 /* relocation of address in DM word / high part of PM word */
87 #define DSP_RELOC_TYPE_1 0x40 /* relocation of address in low part of PM data word */
97 word format_version_bcd;
98 word header_size;
99 word combifile_description_size;
100 word directory_entries;
101 word directory_size;
102 word download_count;
103 word usage_mask_siz
[all...]
H A Dcapidtmf.h52 word digit_write_pos;
53 word digit_read_pos;
54 word indication_state;
55 word indication_state_ack;
57 word min_gap_duration;
58 word min_digit_duration;
59 word cycle_counter;
60 word current_digit_on_time;
61 word current_digit_off_time;
70 word capidtmf_recv_indicatio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/fastwc/
H A Dwc4.l5 word {ws}*{nonws}+
6 words {word}{ws}+
11 {word}{ws}* ++wc; cc += yyleng;
12 {word}{ws}*\n ++wc; cc += yyleng; ++lc;
13 {words}{word}{ws}* wc += 2; cc += yyleng;
14 {words}{word}{ws}*\n wc += 2; cc += yyleng; ++lc;
15 {words}{2}{word}{ws}* wc += 3; cc += yyleng;
16 {words}{2}{word}{ws}*\n wc += 3; cc += yyleng; ++lc;
17 {words}{3}{word}{ws}* wc += 4; cc += yyleng;
18 {words}{3}{word}{w
[all...]
H A Dwc3.l5 word {ws}*{nonws}+
6 words {word}{ws}+
11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {words}{word}{ws}* cc += yyleng; wc += 2;
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
H A Dwc5.l5 word {ws}*{nonws}+
6 words {word}{ws}+
11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {words}{word} cc += yyleng; wc += 2; /* oops */
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/MISC/fastwc/
H A Dwc4.l5 word {ws}*{nonws}+
6 words {word}{ws}+
11 {word}{ws}* ++wc; cc += yyleng;
12 {word}{ws}*\n ++wc; cc += yyleng; ++lc;
13 {words}{word}{ws}* wc += 2; cc += yyleng;
14 {words}{word}{ws}*\n wc += 2; cc += yyleng; ++lc;
15 {words}{2}{word}{ws}* wc += 3; cc += yyleng;
16 {words}{2}{word}{ws}*\n wc += 3; cc += yyleng; ++lc;
17 {words}{3}{word}{ws}* wc += 4; cc += yyleng;
18 {words}{3}{word}{w
[all...]
H A Dwc3.l5 word {ws}*{nonws}+
6 words {word}{ws}+
11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {words}{word}{ws}* cc += yyleng; wc += 2;
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
H A Dwc5.l5 word {ws}*{nonws}+
6 words {word}{ws}+
11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {words}{word} cc += yyleng; wc += 2; /* oops */
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbitops.h54 * @word: value to rotate
57 static inline __u32 rol32(__u32 word, unsigned int shift) argument
59 return (word << shift) | (word >> (32 - shift));
64 * @word: value to rotate
67 static inline __u32 ror32(__u32 word, unsigned int shift) argument
69 return (word >> shift) | (word << (32 - shift));
74 * @word: value to rotate
77 static inline __u16 rol16(__u16 word, unsigne argument
87 ror16(__u16 word, unsigned int shift) argument
97 rol8(__u8 word, unsigned int shift) argument
107 ror8(__u8 word, unsigned int shift) argument
127 __ffs64(u64 word) argument
[all...]

Completed in 254 milliseconds

1234567891011>>