Searched refs:word (Results 101 - 125 of 924) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/acos/include/
H A DacosNvramConfig.h366 /* Copy each token in wordlist delimited by space into word */
367 #define foreach(word, wordlist, next) \
369 strncpy(word, next, sizeof(word)), \
370 word[strcspn(word, " ")] = '\0', \
371 word[sizeof(word) - 1] = '\0', \
373 strlen(word); \
375 strncpy(word, nex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dwait.c209 int __sched out_of_line_wait_on_bit(void *word, int bit, argument
212 wait_queue_head_t *wq = bit_waitqueue(word, bit);
213 DEFINE_WAIT_BIT(wait, word, bit);
240 int __sched out_of_line_wait_on_bit_lock(void *word, int bit, argument
243 wait_queue_head_t *wq = bit_waitqueue(word, bit);
244 DEFINE_WAIT_BIT(wait, word, bit);
250 void __wake_up_bit(wait_queue_head_t *wq, void *word, int bit) argument
252 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit);
260 * @word: the word bein
275 wake_up_bit(void *word, int bit) argument
277 __wake_up_bit(bit_waitqueue(word, bit), word, bit); local
281 bit_waitqueue(void *word, int bit) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dx86-mont.pl295 $word="edi";
300 &mov ($word,$_bp);
304 &sub ("edx",$word); # see if ap==bp
305 &lea ("eax",&DWP(4,$word,$num,4)); # &bp[num]
307 &mov ($word,&DWP(0,$word)); # bp[0]
315 &mul ($word); # ap[j]*bp[0]
325 &mul ($word); # ap[num-1]*bp[0]
326 &mov ($word,$_n0);
330 &imul ($word,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dx86-mont.pl295 $word="edi";
300 &mov ($word,$_bp);
304 &sub ("edx",$word); # see if ap==bp
305 &lea ("eax",&DWP(4,$word,$num,4)); # &bp[num]
307 &mov ($word,&DWP(0,$word)); # bp[0]
315 &mul ($word); # ap[j]*bp[0]
325 &mul ($word); # ap[num-1]*bp[0]
326 &mov ($word,$_n0);
330 &imul ($word,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dt4vf_hw.c195 /* return value in low-order little-endian word */
201 /* request bit in high-order BE word */
274 u32 word; local
314 word = be16_to_cpu(port_rpl.u.info.pcap);
315 if (word & FW_PORT_CAP_SPEED_100M)
317 if (word & FW_PORT_CAP_SPEED_1G)
319 if (word & FW_PORT_CAP_SPEED_10G)
321 if (word & FW_PORT_CAP_ANEG)
536 u32 word = be32_to_cpu( local
540 ((word
587 u32 word; local
653 u32 word = be32_to_cpu(rpl.u.basicvirtual.defaultq_to_udpen); local
699 u32 word = 0; local
1269 u32 word; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dsyscall.c21 u16 word; local
39 cfg_ret = pci_user_read_config_word(dev, off, &word);
58 err = put_user(word, (unsigned short __user *)buf);
91 u16 word; local
113 err = get_user(word, (u16 __user *)buf);
116 err = pci_user_write_config_word(dev, off, word);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dbitops.h480 * @word: the word that is searched for unset bits
482 static inline unsigned long __ffz_word(unsigned long nr, unsigned long word) argument
485 if ((word & 0xffffffff) == 0xffffffff) {
486 word >>= 32;
490 if ((word & 0xffff) == 0xffff) {
491 word >>= 16;
494 if ((word & 0xff) == 0xff) {
495 word >>= 8;
498 return nr + _zb_findmap[(unsigned char) word];
506 __ffs_word(unsigned long nr, unsigned long word) argument
546 unsigned long word; local
574 ffz(unsigned long word) argument
585 __ffs(unsigned long word) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dsram34xx.S265 .word OMAP34XX_SDRC_REGADDR(SDRC_POWER)
267 .word OMAP34XX_CM_REGADDR(PLL_MOD, CM_CLKSEL1)
269 .word OMAP34XX_CM_REGADDR(CORE_MOD, CM_IDLEST)
271 .word OMAP34XX_CM_REGADDR(CORE_MOD, CM_ICLKEN1)
274 .word OMAP34XX_SDRC_REGADDR(SDRC_RFR_CTRL_0)
276 .word OMAP34XX_SDRC_REGADDR(SDRC_RFR_CTRL_1)
278 .word OMAP34XX_SDRC_REGADDR(SDRC_ACTIM_CTRL_A_0)
280 .word OMAP34XX_SDRC_REGADDR(SDRC_ACTIM_CTRL_A_1)
282 .word OMAP34XX_SDRC_REGADDR(SDRC_ACTIM_CTRL_B_0)
284 .word OMAP34XX_SDRC_REGADD
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2mgmt.c121 u16 roamingmode, word; local
171 word = cpu_to_le16(msg->maxchanneltime.data);
173 word = 0;
177 word);
185 word = HFA384x_RATEBIT_2;
186 scanreq.txRate = cpu_to_le16(word);
189 word = 0;
195 word |= (1 << (channel - 1));
197 scanreq.channelList = cpu_to_le16(word);
204 result = hfa384x_drvr_getconfig16(hw, HFA384x_RID_PORTSTATUS, &word);
521 u16 word; local
1082 u16 word; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtxtstrm.cpp135 wxString word = ReadWord();
136 if(word.empty())
138 return wxStrtoul(word.c_str(), 0, base);
156 wxString word = ReadWord();
157 if(word.empty())
159 return wxStrtol(word.c_str(), 0, base);
175 wxString word = ReadWord();
176 if(word.empty())
178 return wxStrtod(word.c_str(), 0);
211 wxString word; local
240 operator >>(wxString& word) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/lib/
H A Dusercopy_32.S45 .word 1b, get_user_fault; \
62 .word 1b, get_user_fault;
63 .word 2b, get_user_fault;
76 .word 1b, put_user_fault; \
93 .word 1b, put_user_fault
94 .word 2b, put_user_fault
115 .word 1b, strnlen_user_fault
138 .word 1b, strncpy_from_user_fault
156 .word 1b, 2b
165 .word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dbitops.h295 * ffz = Find First Zero in word. Undefined if no zero exists,
316 static inline unsigned long ffz(unsigned long word) argument
320 return __kernel_cttz(~word);
324 bits = __kernel_cmpbge(word, ~0UL);
326 bits = __kernel_extbl(word, qofs);
334 * __ffs = Find First set bit in word. Undefined if no set bit exists.
336 static inline unsigned long __ffs(unsigned long word) argument
340 return __kernel_cttz(word);
344 bits = __kernel_cmpbge(0, word);
346 bits = __kernel_extbl(word, qof
361 ffs(int word) argument
371 fls64(unsigned long word) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dhead-sharpsl.S96 .word 0x69052d00 @ PXA255 Processor ID
98 .word 0x69054100 @ PXA270 Processor ID
100 .word 0x57411002 @ w100 Chip ID
102 .word 0x08010000 @ w100 Chip ID Reg Address
104 .word 0x08800040
106 .word MACH_TYPE_POODLE
108 .word MACH_TYPE_CORGI
110 .word MACH_TYPE_SHEPHERD
112 .word MACH_TYPE_HUSKY
114 .word MACH_TYPE_TOS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2500usb.c150 const unsigned int word, const u8 value)
163 rt2x00_set_field16(&reg, PHY_CSR7_REG_ID, word);
173 const unsigned int word, u8 *value)
189 rt2x00_set_field16(&reg, PHY_CSR7_REG_ID, word);
204 const unsigned int word, const u32 value)
226 rt2x00_rf_write(rt2x00dev, word, value);
1048 u32 word; local
1053 rt2x00_desc_read(txd, 0, &word);
1054 rt2x00_set_field32(&word, TXD_W0_RETRY_LIMIT, txdesc->retry_limit);
1055 rt2x00_set_field32(&word, TXD_W0_MORE_FRA
149 rt2500usb_bbp_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, const u8 value) argument
172 rt2500usb_bbp_read(struct rt2x00_dev *rt2x00dev, const unsigned int word, u8 *value) argument
203 rt2500usb_rf_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, const u32 value) argument
1304 u16 word; local
[all...]
H A Drt61pci.c68 const unsigned int word, const u8 value)
81 rt2x00_set_field32(&reg, PHY_CSR3_REGNUM, word);
92 const unsigned int word, u8 *value)
108 rt2x00_set_field32(&reg, PHY_CSR3_REGNUM, word);
123 const unsigned int word, const u32 value)
141 rt2x00_rf_write(rt2x00dev, word, value);
765 u8 word; member in struct:antenna_sel
819 rt61pci_bbp_write(rt2x00dev, sel[i].word, sel[i].value[lna]);
1275 u32 word; local
1278 rt2x00_desc_read(entry_priv->desc, 0, &word);
67 rt61pci_bbp_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, const u8 value) argument
91 rt61pci_bbp_read(struct rt2x00_dev *rt2x00dev, const unsigned int word, u8 *value) argument
122 rt61pci_rf_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, const u32 value) argument
1293 u32 word; local
1771 u32 word; local
2046 u32 word; local
2232 u16 word; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Daes-armv4.pl75 .word 0xc66363a5, 0xf87c7c84, 0xee777799, 0xf67b7b8d
76 .word 0xfff2f20d, 0xd66b6bbd, 0xde6f6fb1, 0x91c5c554
77 .word 0x60303050, 0x02010103, 0xce6767a9, 0x562b2b7d
78 .word 0xe7fefe19, 0xb5d7d762, 0x4dababe6, 0xec76769a
79 .word 0x8fcaca45, 0x1f82829d, 0x89c9c940, 0xfa7d7d87
80 .word 0xeffafa15, 0xb25959eb, 0x8e4747c9, 0xfbf0f00b
81 .word 0x41adadec, 0xb3d4d467, 0x5fa2a2fd, 0x45afafea
82 .word 0x239c9cbf, 0x53a4a4f7, 0xe4727296, 0x9bc0c05b
83 .word 0x75b7b7c2, 0xe1fdfd1c, 0x3d9393ae, 0x4c26266a
84 .word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daes-armv4.pl75 .word 0xc66363a5, 0xf87c7c84, 0xee777799, 0xf67b7b8d
76 .word 0xfff2f20d, 0xd66b6bbd, 0xde6f6fb1, 0x91c5c554
77 .word 0x60303050, 0x02010103, 0xce6767a9, 0x562b2b7d
78 .word 0xe7fefe19, 0xb5d7d762, 0x4dababe6, 0xec76769a
79 .word 0x8fcaca45, 0x1f82829d, 0x89c9c940, 0xfa7d7d87
80 .word 0xeffafa15, 0xb25959eb, 0x8e4747c9, 0xfbf0f00b
81 .word 0x41adadec, 0xb3d4d467, 0x5fa2a2fd, 0x45afafea
82 .word 0x239c9cbf, 0x53a4a4f7, 0xe4727296, 0x9bc0c05b
83 .word 0x75b7b7c2, 0xe1fdfd1c, 0x3d9393ae, 0x4c26266a
84 .word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DAutoComplete.cxx123 void AutoComplete::Select(const char *word) { argument
124 size_t lenWord = strlen(word);
135 cond = CompareNCaseInsensitive(word, item, lenWord);
137 cond = strncmp(word, item, lenWord);
143 cond = CompareNCaseInsensitive(word, item, lenWord);
145 cond = strncmp(word, item, lenWord);
155 if (!strncmp(word, item, lenWord)) {
159 if (CompareNCaseInsensitive(word, item, lenWord))
H A DLexSpice.cxx103 SString word; local
105 word += static_cast<char>(tolower(sc.ch));
108 if (keywords.InList(word.c_str())) {
110 if (word != "all") {
114 else if (keywords2.InList(word.c_str())) {
116 if (word != "all") {
120 else if (keywords3.InList(word.c_str())) {
122 if (word != "all") {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtrampoline_32.S68 .word __BOOT_DS + 7 # gdt limit
72 .word 0 # idt limit = 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_gpio.c135 * count). That is particularly visible for larger word sizes, but helps
138 * REVISIT overheads calling these functions for each word also have
147 unsigned nsecs, u32 word, u8 bits)
149 return bitbang_txrx_be_cpha0(spi, nsecs, 0, 0, word, bits);
153 unsigned nsecs, u32 word, u8 bits)
155 return bitbang_txrx_be_cpha1(spi, nsecs, 0, 0, word, bits);
159 unsigned nsecs, u32 word, u8 bits)
161 return bitbang_txrx_be_cpha0(spi, nsecs, 1, 0, word, bits);
165 unsigned nsecs, u32 word, u8 bits)
167 return bitbang_txrx_be_cpha1(spi, nsecs, 1, 0, word, bit
146 spi_gpio_txrx_word_mode0(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
152 spi_gpio_txrx_word_mode1(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
158 spi_gpio_txrx_word_mode2(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
164 spi_gpio_txrx_word_mode3(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
180 spi_gpio_spec_txrx_word_mode0(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
187 spi_gpio_spec_txrx_word_mode1(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
194 spi_gpio_spec_txrx_word_mode2(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
201 spi_gpio_spec_txrx_word_mode3(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A DGENcopy_from_user.S10 .word 98b, __retl_one; \
H A DGENcopy_to_user.S10 .word 98b, __retl_one; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniname/
H A Dgen-uninames.lisp11 word-indices
12 word-indices-index
15 (defstruct word-list
85 (let* ((word (subseq name i1 i2))
86 (len (length word)))
92 (make-word-list
96 (let ((word-list (aref words-by-length len)))
97 (unless (gethash word (word-list-hashed word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Dgen-uninames.lisp11 word-indices
12 word-indices-index
15 (defstruct word-list
83 (let* ((word (subseq name i1 i2))
84 (len (length word)))
90 (make-word-list
94 (let ((word-list (aref words-by-length len)))
95 (unless (gethash word (word-list-hashed word
[all...]

Completed in 225 milliseconds

1234567891011>>