Searched refs:word (Results 701 - 725 of 924) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_bitmap.c157 /* word offset to long pointer */
163 /* page_nr = (word*sizeof(long)) >> PAGE_SHIFT; */
186 /* long word offset of _bitmap_ sector */
188 /* word offset from start of bitmap to word number _in_page_
626 unsigned long word, bits; local
646 word = *bm | lel_to_cpu(*buffer++);
647 *bm++ = word;
648 b->bm_set += hweight_long(word) - bits;
908 offset = S2W(enr); /* word offse
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dlapic.c178 u32 *word = bitmap; local
181 while ((word_offset != 0) && (word[(--word_offset) << 2] == 0))
184 if (likely(!word_offset && !word[0]))
187 return fls(word[word_offset << 2]) - 1 + (word_offset << 5);
H A Dmmu.c1415 if (sp->role.word != role.word)
1717 sp->role.word);
1733 __func__, gfn, sp->role.word);
2783 union kvm_mmu_page_role mask = { .word = 0 };
2875 gpa, bytes, sp->role.word);
2907 !((sp->role.word ^ vcpu->arch.mmu.base_role.word)
2908 & mask.word))
3609 sp->role.word);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dvsprintf.c777 u16 word; local
824 word = ntohs(in6.s6_addr16[i]);
825 hi = word >> 8;
826 lo = word & 0xff;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Di2c.h567 __u16 word; member in union:i2c_smbus_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dsynth_filter_vfp.S243 zero: .word 0, 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsint.S80 | ;in upper word.
117 | ;in upper word.
135 | ;in upper word.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Ddeflate.s301 ; setup steps common to byte and word versions:
396 ; for 68020 or higher, use word operations even on odd addresses:
499 add.l Head,Head ; assert upper word is zero before add
543 cmp.w #1,_verbose+INTSIZE-2 ; test lower word only
905 MOVINT More,-(sp) ; assert More's upper word is zero
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dplat-head.S193 .word 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dminidlna.c244 char * string, * word; local
382 for( string = ary_options[i].value; (word = strtok(string, "/")); string = NULL ) {
384 this_name->name = strdup(word);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnbtheory.cpp21 const word s_lastSmallPrime = 32719;
298 word m_next;
405 pItr = std::upper_bound(primeTable, primeTable+primeTableSize, (word)p.ConvertToLong());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dtoshiba_acpi.c159 static __inline__ void _set_bit(u32 * word, u32 mask, int value) argument
161 *word = (*word & ~mask) | (mask * value);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_sdma.c471 unsigned word = i / 64; local
473 BUG_ON(word >= 3);
474 senddmabufmask[word] |= 1ULL << bit;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvsi.c149 uint32_t word; member in struct:hvsi_control
307 if ((header->word & HVSI_TSCD) == 0) {
693 packet.word = HVSI_TSDTR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpci.c69 u16 word; local
78 : "=r" (word)
84 *ret = word;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dals4000.c834 unsigned short word; local
862 pci_read_config_word(pci, PCI_COMMAND, &word);
863 pci_write_config_word(pci, PCI_COMMAND, word | PCI_COMMAND_IO);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisfile.c1833 word) word size for output. currently 1 (byte) or
1846 int bigendianp,int word,int sgned,int *bitstream,
1878 long bytespersample=word * channels;
1892 if(word==1){
1982 int bigendianp,int word,int sgned,int *bitstream){
1983 return ov_read_filter(vf, buffer, length, bigendianp, word, sgned, bitstream, NULL, NULL);
1845 ov_read_filter(OggVorbis_File *vf,char *buffer,int length, int bigendianp,int word,int sgned,int *bitstream, void (*filter)(float **pcm,long channels,long samples,void *filter_param),void *filter_param) argument
1981 ov_read(OggVorbis_File *vf,char *buffer,int length, int bigendianp,int word,int sgned,int *bitstream) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_common.c473 * @data: 16 bit word to be written to the EEPROM
537 * ixgbe_read_eeprom_bit_bang_generic - Read EEPROM word using bit-bang
597 * ixgbe_read_eerd_generic - Read EEPROM word using EERD
599 * @offset: offset of word in the EEPROM to read
600 * @data: word read from the EEPROM
602 * Reads a 16 bit word from the EEPROM using the EERD register.
1018 u16 word = 0; local
1022 if (hw->eeprom.ops.read(hw, i, &word) != 0) {
1026 checksum += word;
1039 hw->eeprom.ops.read(hw, j, &word);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_elf.c1139 u32 word; local
1148 BUILD_BUG_ON(SELFMAG != sizeof word);
1158 if (unlikely(get_user(word, header)))
1159 word = 0;
1161 if (word == magic.cmp)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dfilemap.c157 static int sync_page(void *word) argument
162 page = container_of((unsigned long *)word, struct page, flags);
193 static int sync_page_killable(void *word) argument
195 sync_page(word);
481 static int __sleep_on_page_lock(void *word) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dparisc-mont.pl189 fldws 4($bp),${fbi} ; bp[0] in flipped word order
309 fldws 0($bp),${fbi} ; bp[1] in flipped word order
439 ldi 12,$ti0 ; bp[i] in flipped word order
523 shrpd $ti0,$ti0,32,$ti0 ; flip word order
530 extrd,u $ti0,31,32,$ti0 ; carry in flipped word order
995 # flip word order in 64-bit mode...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dparisc-mont.pl189 fldws 4($bp),${fbi} ; bp[0] in flipped word order
309 fldws 0($bp),${fbi} ; bp[1] in flipped word order
439 ldi 12,$ti0 ; bp[i] in flipped word order
523 shrpd $ti0,$ti0,32,$ti0 ; flip word order
530 extrd,u $ti0,31,32,$ti0 ; carry in flipped word order
995 # flip word order in 64-bit mode...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Donenand_base.c714 unsigned short word; local
716 /* Align with word(16-bit) size */
719 /* Read word and save byte */
720 word = this->read_word(bufferram + offset + count);
721 buffer[count] = (word & 0xff);
752 unsigned short word; local
754 /* Align with word(16-bit) size */
757 /* Read word and save byte */
758 word = this->read_word(bufferram + offset + count);
759 buffer[count] = (word
790 unsigned short 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 Dmaintidi.c339 pLib->e.R->PLength = (word)(sizeof(pLib->buffer) - 1);
351 word this_ind_length;
355 this_ind_length = (word)p[0] | ((word)p[1] << 8);
523 word tmp = 0x0000;
568 word tmp = 30;
1951 value = (word)GET_WORD(ptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c2662 } word; /* 16-bit, 8 bytes for 32-bit machines) */ member in struct:inflate_huft_s
3412 t = h->word.what.Bits;
3609 #define exop word.what.Exop
3610 #define bits word.what.Bits
3834 q->word.Nalloc = z + 1;
4064 ZFREE(z, p, p->word.Nalloc * sizeof(inflate_huft));
4079 #define exop word.what.Exop
4080 #define bits word.what.Bits
4397 #define exop word.what.Exop
4398 #define bits word
[all...]

Completed in 218 milliseconds

<<21222324252627282930>>