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;
word135drivers/net/3c505.hword  cmd_q,
word144drivers/net/3c505.hword  buf_ofs,
word151drivers/net/3c505.hword  buf_ofs,
word157drivers/net/3c505.hword  buf_ofs,
word167drivers/net/3c505.hword  buf_ofs,
word177drivers/net/3c505.hword  err_CRC,
word185drivers/net/3c505.hword  error;
word187drivers/net/3c505.hword ROM_cksum;
word189drivers/net/3c505.hword ofs, seg;
word191drivers/net/3c505.hword i82586;
word198drivers/net/3c505.hword  ROM_cksum,
word205drivers/net/3c505.hword size,
word220drivers/net/3c505.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;
word2161drivers/net/de4x5.cshort word = 0;
word2169drivers/net/de4x5.cword = (word << 1) | ((tmp >> 3) & 0x01);
word2174drivers/net/de4x5.creturn word;
word1358drivers/scsi/53c7,8xx.h#define patch_dsa_32(dsa, symbol, word, value)        \
word1361drivers/scsi/53c7,8xx.h+ (word)] = (unsigned long) (value);      \
word1365drivers/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;
word222include/asm-mips/bitops.hextern __inline__ unsigned long ffz(unsigned long word)
word239include/asm-mips/bitops.h: "=r" (__res), "=r" (word), "=r" (mask)
word240include/asm-mips/bitops.h: "1" (~(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));