taglinefilesource code
word1262arch/i386/math-emu/reg_ld_str.cunsigned short word = 0;
word1283arch/i386/math-emu/reg_ld_str.cword <<= 2;
word1284arch/i386/math-emu/reg_ld_str.cword |= tag;
word1286arch/i386/math-emu/reg_ld_str.creturn word;
word11drivers/net/3c505dta.hword  cmd_q,
word20drivers/net/3c505dta.hword  buf_ofs,
word27drivers/net/3c505dta.hword  buf_ofs,
word33drivers/net/3c505dta.hword  buf_ofs,
word43drivers/net/3c505dta.hword  buf_ofs,
word53drivers/net/3c505dta.hword  err_CRC,
word61drivers/net/3c505dta.hword  error;
word63drivers/net/3c505dta.hword ROM_cksum;
word65drivers/net/3c505dta.hword ofs, seg;
word67drivers/net/3c505dta.hword i82586;
word74drivers/net/3c505dta.hword  ROM_cksum,
word81drivers/net/3c505dta.hword size,
word96drivers/net/3c505dta.hword      configure;
word278drivers/net/3c509.cint timer, bit, word = 0;
word289drivers/net/3c509.cword = (word << 1) + (inb(ID_PORT) & 0x01);
word292drivers/net/3c509.cprintk("  3c509 EEPROM word %d %#4.4x.\n", index, word);
word294drivers/net/3c509.creturn word;
word1316drivers/scsi/53c7,8xx.h#define patch_dsa_32(dsa, symbol, word, value)        \
word1319drivers/scsi/53c7,8xx.h+ (word)] = (unsigned long) (value);      \
word1323drivers/scsi/53c7,8xx.h(int) (word), (long) (value));          \
word94include/asm-alpha/bitops.hextern inline unsigned long ffz(unsigned long word)
word101include/asm-alpha/bitops.h:"r" (word), "0" (~0UL));
word103include/asm-alpha/bitops.hword >>= 8;
word107include/asm-alpha/bitops.hwhile (word & 1) {
word109include/asm-alpha/bitops.hword >>= 1;
word127include/asm-i386/bitops.hextern inline unsigned long ffz(unsigned long word)
word130include/asm-i386/bitops.h:"=r" (word)
word131include/asm-i386/bitops.h:"r" (~word));
word132include/asm-i386/bitops.hreturn word;
word112include/asm-m68k/bitops.hextern inline unsigned long ffz(unsigned long word)
word115include/asm-m68k/bitops.h: "=d" (word)
word116include/asm-m68k/bitops.h: "d" (~(word)));
word117include/asm-m68k/bitops.hreturn word;
word103include/asm-sparc/bitops.hextern __inline__ unsigned long ffz(unsigned long word)
word116include/asm-sparc/bitops.h"r" (tmp=0), "r" (tmp2=0), "r" (word));