Searched refs:word (Results 251 - 275 of 924) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Ddict.c132 char *word; local
156 word = strchr(path, ':');
157 if(word) {
158 word++;
159 database = strchr(word, ':');
173 if((word == NULL) || (*word == (char)0)) {
174 infof(data, "lookup word is missing\n");
175 word=(char *)"default";
184 eword = unescape_word(data, word);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_reg.c145 ASD_READ_SW(swa, u16, word);
149 ASD_READ_SW(swb, u16, word);
153 ASD_READ_SW(swc, u16, word);
157 ASD_WRITE_SW(swa, u16, word);
161 ASD_WRITE_SW(swb, u16, word);
165 ASD_WRITE_SW(swc, u16, word);
169 * A word about sliding windows:
240 ASD_WRITE_REG(u16,word);
292 ASD_READ_REG(u16,word);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dichxrom.c59 u16 word; local
62 pci_read_config_word(window->pdev, BIOS_CNTL, &word);
63 pci_write_config_word(window->pdev, BIOS_CNTL, word & ~1);
95 u16 word; local
158 pci_read_config_word(pdev, BIOS_CNTL, &word);
159 if (!(word & 1) && (word & (1<<1))) {
166 pci_write_config_word(pdev, BIOS_CNTL, word | 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dbranch.c148 unsigned int word; local
161 word = ((unsigned int)halfword << 16);
169 word |= halfword;
171 mminst.insn = word;
176 word = ((unsigned int)halfword << 16);
183 word |= halfword;
185 mminst.next_insn = word;
217 if (__get_user(insn.word, addr)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dbitops.h46 * ffz: Find first zero in word. Undefined if no zero exists.
56 * __ffs: Find first bit set in word. Return 0 for bit 0
65 * ffs: Find first bit set in word. This is defined the same way as
76 * fls: Find last (most-significant) bit set in word.
86 * __fls - find last (most-significant) set bit in a long word
87 * @word: the word to search
91 static inline unsigned long __fls(unsigned long word) argument
93 return 31 - __cntlz(word);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniname/
H A Duniname.c54 /* Returns the word with a given index. */
88 /* Looks up the index of a word. */
90 unicode_name_word_lookup (const char *word, unsigned int length) argument
103 const char *w = word;
283 const char *word = unicode_name_word (*words>>1, &wordlen); local
285 *ptr++ = *word++;
330 int word; local
334 word = unicode_name_word_lookup (p1, p2 - p1);
335 if (word < 0)
339 *wordptr++ = word;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/vfp/
H A Dentry.S47 .word vfp_vector
67 .word VFP_arch
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/include/mach/
H A Ddebug-macro.S28 davinci_uart_phys: .word 0
29 davinci_uart_virt: .word 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Duniname.c54 /* Returns the word with a given index. */
88 /* Looks up the index of a word. */
90 unicode_name_word_lookup (const char *word, unsigned int length) argument
103 const char *w = word;
280 const char *word = unicode_name_word (*words>>1, &wordlen); local
282 *ptr++ = *word++;
327 int word; local
331 word = unicode_name_word_lookup (p1, p2 - p1);
332 if (word < 0)
336 *wordptr++ = word;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dutil.c204 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; local
225 word = tempstr;
226 while (word && *word) {
227 sp = strchr(word, ' ');
231 /* Wrap to next line if either the word does not fit,
232 or it is the first word of a new sentence, and it is
233 short, and the next word does not fit. */
235 wlen = strlen(word);
245 waddstr(win, word);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dutil.c202 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; local
222 word = tempstr;
223 while (word && *word) {
224 sp = index(word, ' ');
228 /* Wrap to next line if either the word does not fit,
229 or it is the first word of a new sentence, and it is
230 short, and the next word does not fit. */
232 wlen = strlen(word);
240 waddstr (win, word);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha256-armv4.pl178 .word 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5
179 .word 0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5
180 .word 0xd807aa98,0x12835b01,0x243185be,0x550c7dc3
181 .word 0x72be5d74,0x80deb1fe,0x9bdc06a7,0xc19bf174
182 .word 0xe49b69c1,0xefbe4786,0x0fc19dc6,0x240ca1cc
183 .word 0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da
184 .word 0x983e5152,0xa831c66d,0xb00327c8,0xbf597fc7
185 .word 0xc6e00bf3,0xd5a79147,0x06ca6351,0x14292967
186 .word 0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13
187 .word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsijointest.tcl130 gets $did word
131 if { [string length $word] < 3 } {
132 gets $did word
133 if { [string length $word] < 3 } {
138 set datalist [sj_name2zips $word]
140 error_check_good db_put($data) [$db put $i $data$word] 0
153 # Any word passed into this function will generate from 1 to 26 ZIP
155 # is just the position in the alphabet of the word's first letter; the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl178 .word 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5
179 .word 0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5
180 .word 0xd807aa98,0x12835b01,0x243185be,0x550c7dc3
181 .word 0x72be5d74,0x80deb1fe,0x9bdc06a7,0xc19bf174
182 .word 0xe49b69c1,0xefbe4786,0x0fc19dc6,0x240ca1cc
183 .word 0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da
184 .word 0x983e5152,0xa831c66d,0xb00327c8,0xbf597fc7
185 .word 0xc6e00bf3,0xd5a79147,0x06ca6351,0x14292967
186 .word 0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13
187 .word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-pnx8550/
H A Dkernel-entry-init.h203 .word CACHE_OPC | (9 << 21) | (Index_Invalidate_I << 16) | \
205 .word CACHE_OPC | (9 << 21) | (Index_Invalidate_I << 16) | \
217 lw zero, 0x0000(t1) /* (dummy read of first memory word) */
238 .word CACHE_OPC | (9 << 21) | (Index_Writeback_Inv_D << 16) | \
240 .word CACHE_OPC | (9 << 21) | (Index_Writeback_Inv_D << 16) | \
242 .word CACHE_OPC | (9 << 21) | (Index_Writeback_Inv_D << 16) | \
244 .word CACHE_OPC | (9 << 21) | (Index_Writeback_Inv_D << 16) | \
255 lw zero, 0x0000(t1) /* (dummy read of first memory word) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/pt1/
H A Dva1j5jf8007s.c58 s32 word, x1, x2, x3, x4, x5, y; local
63 word = 0;
80 word <<= 8;
81 word |= read_buf[0];
84 word -= 3000;
85 if (word < 0)
86 word = 0;
88 x1 = int_sqrt(word << 16) * ((15625ll << 21) / 1000000);
177 u16 word; local
183 word
[all...]
H A Dva1j5jf8007t.c56 s32 word, x, y; local
61 word = 0;
78 word <<= 8;
79 word |= read_buf[0];
82 if (!word)
85 x = 10 * (intlog10(0x540000 * 100 / word) - (2 << 24));
163 u16 word; local
169 word = (frequency + 71428) / 142857 + 399;
172 buf[2] = word >> 8;
173 buf[3] = word;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dauth.c85 #define ISWILD(word) (word[0] == '*' && word[1] == 0)
362 wp->word = (char *) (wp + 1);
364 BCOPY(addr, wp->word, l);
1502 ptr_word = ap->word;
1570 warn("unknown host %s in auth. address list", ap->word);
1671 if (addrs->word[0] == '-')
1673 if (addrs->word[0] != '!')
1724 char word[MAXWORDLE local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dwait.h77 #define __WAIT_BIT_KEY_INITIALIZER(word, bit) \
78 { .flags = word, .bit_nr = bit, }
601 #define DEFINE_WAIT_BIT(name, word, bit) \
603 .key = __WAIT_BIT_KEY_INITIALIZER(word, bit), \
622 * @word: the word being waited on, a kernel virtual address
623 * @bit: the bit of the word being waited on
634 static inline int wait_on_bit(void *word, int bit, argument
637 if (!test_bit(bit, word))
639 return out_of_line_wait_on_bit(word, bi
658 wait_on_bit_lock(void *word, int bit, int (*action)(void *), unsigned mode) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00.h499 * register word sizes. This means that whatever variable we
899 * The RF is being accessed by word index.
902 const unsigned int word, u32 *data)
904 BUG_ON(word < 1 || word > rt2x00dev->ops->rf_size / sizeof(u32));
905 *data = rt2x00dev->rf[word - 1];
909 const unsigned int word, u32 data)
911 BUG_ON(word < 1 || word > rt2x00dev->ops->rf_size / sizeof(u32));
912 rt2x00dev->rf[word
901 rt2x00_rf_read(struct rt2x00_dev *rt2x00dev, const unsigned int word, u32 *data) argument
908 rt2x00_rf_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, u32 data) argument
919 rt2x00_eeprom_addr(struct rt2x00_dev *rt2x00dev, const unsigned int word) argument
925 rt2x00_eeprom_read(struct rt2x00_dev *rt2x00dev, const unsigned int word, u16 *data) argument
931 rt2x00_eeprom_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, u16 data) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dwxexpr.cpp134 value.word = copystring((const wxChar *)word_or_string);
159 value.word = allocate ? copystring(word_or_string) : word_or_string;
230 delete[] value.word;
290 return new wxExpr(wxExprWord, wxString(value.word));
310 // Get the wxExpr (containing (= wxExpr Value) form) for the given word
312 wxExpr *wxExpr::GetAttributeValueNode(const wxString& word) const // Use only for a clause or list
323 if ((firstNode->type == wxExprWord) && (firstNode->value.word[0] == '='))
327 (wxStrcmp((const wxChar *)word, secondNode->value.word) == 0))
338 // Get the value (in wxExpr form) for the given word o
936 FindClause(const wxString& word, const wxString& val) argument
955 FindClause(const wxString& word, long val) argument
973 FindClause(const wxString& word, double val) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dnetwork.c65 char word[80], *next; local
69 foreach(word, nvram_safe_get(strcat_r(prefix, var, tmp)), next) {
70 dprintf("add %s\n", word);
72 netmask = word;
96 char word[80], *next; local
100 foreach(word, nvram_safe_get(strcat_r(prefix, var, tmp)), next) {
101 dprintf("add %s\n", word);
103 netmask = word;
276 char word[256], *next; local
280 foreach(word, nvram_safe_ge
300 char word[256], *next; local
323 char word[256], *next; local
346 char word[256], *next; local
923 char word[100], *next; local
982 char word[100], *next; local
2225 char word[100], *next; local
2268 char word[100], *next; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Djrevdct_arm.S370 .word FIX_0_298631336
371 .word FIX_0_541196100
372 .word FIX_0_765366865
373 .word FIX_1_175875602
374 .word FIX_1_501321110
375 .word FIX_2_053119869
376 .word FIX_3_072711026
377 .word FIX_M_0_390180644
378 .word FIX_M_0_899976223
379 .word FIX_M_1_84775906
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Djrevdct_arm.S370 .word FIX_0_298631336
371 .word FIX_0_541196100
372 .word FIX_0_765366865
373 .word FIX_1_175875602
374 .word FIX_1_501321110
375 .word FIX_2_053119869
376 .word FIX_3_072711026
377 .word FIX_M_0_390180644
378 .word FIX_M_0_899976223
379 .word FIX_M_1_84775906
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ds_4bri.c49 word *Xlog ;
78 if ( !(Xlog = (word *)diva_os_malloc (0, MAX_XLOG_SIZE)) ) {
101 word volatile __iomem *qBriReset ;
105 qBriReset = (word volatile __iomem *)DIVA_OS_MEM_ATTACH_PROM(IoAdapter);
279 word volatile __iomem *addr = (word volatile __iomem *)DIVA_OS_MEM_ATTACH_PROM(IoAdapter);
280 word val, baseval = FPGA_CS | FPGA_PROG ;
335 val = ((word)File[code++]) << 3 ;
374 word i ;

Completed in 288 milliseconds

<<11121314151617181920>>