Searched refs:word (Results 126 - 150 of 924) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Ddelay.S15 .LC0: .word loops_per_jiffy
16 .LC1: .word (2199023*HZ)>>11
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Didea.h23 typedef word Word;
43 static inline void LookupMUL(word &a, word b);
H A Dgf2n.cpp22 PolynomialMod2::PolynomialMod2(word value, size_t bitLength)
51 PolynomialMod2 result((word)0, bitLength);
52 SetWords(result.reg, ~(word)0, result.reg.size());
54 result.reg[result.reg.size()-1] = (word)Crop(result.reg[result.reg.size()-1], bitLength%WORD_BITS);
63 reg[n/WORD_BITS] |= (word(1) << (n%WORD_BITS));
68 reg[n/WORD_BITS] &= ~(word(1) << (n%WORD_BITS));
83 reg[n/WORD_SIZE] &= ~(word(0xff) << 8*(n%WORD_SIZE));
84 reg[n/WORD_SIZE] |= (word(value) << 8*(n%WORD_SIZE));
89 PolynomialMod2 r((word)0, i+1);
96 PolynomialMod2 r((word)
[all...]
H A Dinteger.h19 typedef SecBlock<word, AllocatorWithCleanup<word, CRYPTOPP_BOOL_X86> > IntegerSecBlock;
23 with absolute value less than (256**sizeof(word)) ** (256**sizeof(int)).
78 Integer(Sign s, word highWord, word lowWord);
186 //! number of significant words = ceiling(ByteCount()/sizeof(word))
230 Integer& operator/=(word t) {return *this = DividedBy(t);}
232 Integer& operator%=(word t) {return *this = Integer(POSITIVE, 0, Modulo(t));}
308 Integer DividedBy(word b) const;
310 word Modul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dpm_slowclock.S284 .word 0
287 .word 0
290 .word 0
293 .word 0
296 .word 0
299 .word AT91_VA_BASE_SYS + AT91_PMC
303 .word AT91_VA_BASE_SYS
307 .word AT91_VA_BASE_SYS + AT91_DDRSDRC0
310 .word AT91_VA_BASE_SYS + AT91_SDRAMC0
315 .word AT91_VA_BASE_SY
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dstrncpy.S46 subq $27, 1, $2 # clear the final bits in the prev word
61 stq_u $31, 0($16) # zero one word
72 1: ldq_u $1, 0($16) # clear the leading bits in the final word
H A Dstxncpy.S21 * t0 = last word written
25 * a0 = unaligned address of the last *word* written
46 t0 == the first destination word for masking back in
47 t1 == the first source word. */
49 /* Create the 1st output word and detect 0's in the 1st input word. */
51 mskqh t2, a1, t2 # e0 : detection in the src word
54 mskql t0, a1, t0 # e0 : assemble the first output word
61 t0 == a source word not containing a null. */
73 /* Take care of the final (partial) word stor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_bitbang.c35 * FIRST PART (OPTIONAL): word-at-a-time spi_transfer support.
54 u32 word, u8 bits);
59 u32 word, u8 bits),
67 u32 word, u8 bits),
77 u8 word = 0; local
80 word = *tx++;
81 word = txrx_word(spi, ns, word, bits);
83 *rx++ = word;
93 u32 word, u
63 bitbang_txrx_8( struct spi_device *spi, u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits), unsigned ns, struct spi_transfer *t ) argument
89 bitbang_txrx_16( struct spi_device *spi, u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits), unsigned ns, struct spi_transfer *t ) argument
103 u16 word = 0; local
115 bitbang_txrx_32( struct spi_device *spi, u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits), unsigned ns, struct spi_transfer *t ) argument
129 u32 word = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dbitarray.c36 /* which word */
38 /* which position in the selected word */
57 /* which word */
59 /* which position in the selected word */
74 word_offset = n % WORD_BIT_SIZE;/* shift how much inside each word */
99 /* for our example that would be: word[0] = 9800 + 0076 =
102 /* now for our last word, i==word_num, we only have the it's "left"
103 * half. that's the 1000 word in our example.*/
195 TYPE_OF_WORD word; local
198 word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dpppcrypt.c42 unsigned int word; local
44 word = (unsigned)input[startBit / 8] << 8;
45 word |= (unsigned)input[startBit / 8 + 1];
47 word >>= 15 - (startBit % 8 + 7);
49 return word & 0xFE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcmll_locl.h123 #define SWAP4WORD(word) \
126 CAMELLIA_SWAP4((word)[0]); \
127 CAMELLIA_SWAP4((word)[1]); \
128 CAMELLIA_SWAP4((word)[2]); \
129 CAMELLIA_SWAP4((word)[3]); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/realmode/
H A Dwakeup.S27 trampoline_segment: .word 0
30 wakeup_jmp_off: .word 3f
31 wakeup_jmp_seg: .word 0
134 .word 0xffff /* limit */
136 .word 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dsignal.h193 static inline int sigfindinword(unsigned long word) argument
196 : "=d" (word)
197 : "d" (word & -word)
199 return word ^ 31;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dsleep34xx.S78 .word SDRC_SCRATCHPAD_SEM_V
80 .word . - lock_scratchpad_sem
91 .word . - unlock_scratchpad_sem
100 .word . - get_restore_pointer
109 .word . - get_es3_restore_pointer
138 .word SDRC_SYSCONFIG_P
140 .word SDRC_MR_0_P
142 .word SDRC_EMR2_0_P
144 .word SDRC_MANUAL_0_P
146 .word SDRC_MR_1_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-arm720.S142 .word 0x0f3f
144 .word 0x013d
179 .word v4t_late_abort
180 .word legacy_pabort
181 .word cpu_arm720_proc_init
182 .word cpu_arm720_proc_fin
183 .word cpu_arm720_reset
184 .word cpu_arm720_do_idle
185 .word cpu_arm720_dcache_clean_area
186 .word cpu_arm720_switch_m
[all...]
H A Dproc-fa526.S177 .word 0x3f3f
179 .word 0x397D
189 .word v4_early_abort
190 .word legacy_pabort
191 .word cpu_fa526_proc_init
192 .word cpu_fa526_proc_fin
193 .word cpu_fa526_reset
194 .word cpu_fa526_do_idle
195 .word cpu_fa526_dcache_clean_area
196 .word cpu_fa526_switch_m
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boot/compressed/
H A Dhead_32.S108 .word 0
110 .word 0x0202 ! header version number (>= 0x0105)
112 .word 0 ! default_switch
113 .word 0 ! SETUPSEG
114 .word 0x1000
115 .word 0 ! pointing to kernel version string
120 .word 0x8000 ! size to move, when setup is not
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/atmel/
H A Dac97c.c323 unsigned long word = ac97c_readl(chip, OCA); local
327 word &= ~(AC97C_CH_MASK(PCM_LEFT) | AC97C_CH_MASK(PCM_RIGHT));
332 word |= AC97C_CH_ASSIGN(PCM_LEFT, A);
335 word |= AC97C_CH_ASSIGN(PCM_LEFT, A)
342 ac97c_writel(chip, OCA, word);
345 word = ac97c_readl(chip, CAMR);
347 word = AC97C_CMR_DMAEN | AC97C_CMR_SIZE_16;
349 word |= AC97C_CMR_DMAEN | AC97C_CMR_SIZE_16;
354 word |= AC97C_CMR_CEM_LITTLE;
357 word
414 unsigned long word = ac97c_readl(chip, ICA); local
817 unsigned long word; local
837 unsigned long word; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddi.c46 static byte isdn_rc(ADAPTER *, byte, byte, byte, word, dword, dword);
47 static byte isdn_ind(ADAPTER *, byte, byte, byte, PBUFFER *, byte, word);
59 static void xdi_xlog (byte *msg, word code, int length);
83 word length;
84 word i;
85 word clength;
136 clength = min((word)(270-length),(word)(X[i].PLength-this->XOffset));
360 word Ref,
366 word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-microdev/
H A Dio.c211 unsigned short word; local
220 word = microdev_inw(evenPort);
221 word = (word & 0xffu) | (b << 8);
222 microdev_outw(word, evenPort);
225 unsigned short word; local
234 word = microdev_inw(port);
235 word = (word & 0xff00u) | (b);
236 microdev_outw(word, por
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/gcc_gvmat64/
H A Dgvmat64.S230 //;;; It is then shifted into the high word, to make room for the wmask
289 movzx r12d,word ptr [r9]
290 movzx ebx, word ptr [r9 + r11 - 1]
298 cmp bx,word ptr [rsi + r8 - 1]
306 movzx r8d, word ptr [rdi + r8*2]
318 cmp bx,word ptr [rsi + r8 - 1]
326 movzx r8d, word ptr [rdi + r8*2]
337 cmp bx,word ptr [rsi + r8 - 1]
345 movzx r8d, word ptr [rdi + r8*2]
357 cmp bx,word pt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/gcc_gvmat64/
H A Dgvmat64.S230 //;;; It is then shifted into the high word, to make room for the wmask
289 movzx r12d,word ptr [r9]
290 movzx ebx, word ptr [r9 + r11 - 1]
298 cmp bx,word ptr [rsi + r8 - 1]
306 movzx r8d, word ptr [rdi + r8*2]
318 cmp bx,word ptr [rsi + r8 - 1]
326 movzx r8d, word ptr [rdi + r8*2]
337 cmp bx,word ptr [rsi + r8 - 1]
345 movzx r8d, word ptr [rdi + r8*2]
357 cmp bx,word pt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt73usb.c67 const unsigned int word, const u8 value)
80 rt2x00_set_field32(&reg, PHY_CSR3_REGNUM, word);
91 const unsigned int word, u8 *value)
107 rt2x00_set_field32(&reg, PHY_CSR3_REGNUM, word);
122 const unsigned int word, const u32 value)
146 rt2x00_rf_write(rt2x00dev, word, value);
668 u8 word; member in struct:antenna_sel
722 rt73usb_bbp_write(rt2x00dev, sel[i].word, sel[i].value[lna]);
1435 u32 word; local
1440 rt2x00_desc_read(txd, 0, &word);
66 rt73usb_bbp_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, const u8 value) argument
90 rt73usb_bbp_read(struct rt2x00_dev *rt2x00dev, const unsigned int word, u8 *value) argument
121 rt73usb_rf_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, const u32 value) argument
1695 u16 word; local
[all...]
H A Drt2400pci.c59 const unsigned int word, const u8 value)
72 rt2x00_set_field32(&reg, BBPCSR_REGNUM, word);
83 const unsigned int word, u8 *value)
99 rt2x00_set_field32(&reg, BBPCSR_REGNUM, word);
114 const unsigned int word, const u32 value)
132 rt2x00_rf_write(rt2x00dev, word, value);
627 u32 word; local
630 rt2x00_desc_read(entry_priv->desc, 0, &word);
632 return rt2x00_get_field32(word, RXD_W0_OWNER_NIC);
634 rt2x00_desc_read(entry_priv->desc, 0, &word);
58 rt2400pci_bbp_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, const u8 value) argument
82 rt2400pci_bbp_read(struct rt2x00_dev *rt2x00dev, const unsigned int word, u8 *value) argument
113 rt2400pci_rf_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, const u32 value) argument
645 u32 word; local
1017 u32 word; local
1209 u32 word; local
1323 u16 word; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dinput.asm47 pand m0, m2 ; (word) { Y0, Y1, ..., Y7 }
48 pand m1, m2 ; (word) { Y8, Y9, ..., Y15 }
50 psrlw m0, 8 ; (word) { Y0, Y1, ..., Y7 }
51 psrlw m1, 8 ; (word) { Y8, Y9, ..., Y15 }
77 psrlw m2, 8 ; (word) { 0x00ff } x 8
99 psrlw m0, 8 ; (word) { U0, V0, ..., U3, V3 }
100 psrlw m1, 8 ; (word) { U4, V4, ..., U7, V7 }
103 vpand m0, m2, [srcq+wq*4] ; (word) { U0, V0, ..., U3, V3 }
104 vpand m1, m2, [srcq+wq*4+mmsize] ; (word) { U4, V4, ..., U7, V7 }
108 pand m0, m2 ; (word) { U
[all...]

Completed in 190 milliseconds

1234567891011>>