tag | line | file | source code |
word | 1262 | arch/i386/math-emu/reg_ld_str.c | unsigned short word = 0; |
word | 1283 | arch/i386/math-emu/reg_ld_str.c | word <<= 2; |
word | 1284 | arch/i386/math-emu/reg_ld_str.c | word |= tag; |
word | 1286 | arch/i386/math-emu/reg_ld_str.c | return word; |
word | 135 | drivers/net/3c505.h | word cmd_q, |
word | 144 | drivers/net/3c505.h | word buf_ofs, |
word | 151 | drivers/net/3c505.h | word buf_ofs, |
word | 157 | drivers/net/3c505.h | word buf_ofs, |
word | 167 | drivers/net/3c505.h | word buf_ofs, |
word | 177 | drivers/net/3c505.h | word err_CRC, |
word | 185 | drivers/net/3c505.h | word error; |
word | 187 | drivers/net/3c505.h | word ROM_cksum; |
word | 189 | drivers/net/3c505.h | word ofs, seg; |
word | 191 | drivers/net/3c505.h | word i82586; |
word | 198 | drivers/net/3c505.h | word ROM_cksum, |
word | 205 | drivers/net/3c505.h | word size, |
word | 220 | drivers/net/3c505.h | word configure; |
word | 286 | drivers/net/3c509.c | int timer, bit, word = 0; |
word | 297 | drivers/net/3c509.c | word = (word << 1) + (inb(ID_PORT) & 0x01); |
word | 300 | drivers/net/3c509.c | printk(" 3c509 EEPROM word %d %#4.4x.\n", index, word); |
word | 302 | drivers/net/3c509.c | return word; |
word | 2372 | drivers/net/de4x5.c | short word = 0; |
word | 2380 | drivers/net/de4x5.c | word = (word << 1) | ((tmp >> 3) & 0x01); |
word | 2385 | drivers/net/de4x5.c | return word; |
word | 1378 | drivers/scsi/53c7,8xx.h | #define patch_dsa_32(dsa, symbol, word, value) \ |
word | 1381 | drivers/scsi/53c7,8xx.h | + (word)] = (value); \ |
word | 1385 | drivers/scsi/53c7,8xx.h | (word), (u32)(value)); \ |
word | 194 | drivers/sound/pss.c | pss_put_dspword (pss_config * devc, unsigned short word) |
word | 203 | drivers/sound/pss.c | OUTW (word, REG (PSS_DATA)); |
word | 211 | drivers/sound/pss.c | pss_get_dspword (pss_config * devc, unsigned short *word) |
word | 220 | drivers/sound/pss.c | *word = INW (REG (PSS_DATA)); |
word | 36 | fs/smbfs/proc.c | #define HI_WORD(l) ((word)(l >> 16)) |
word | 37 | fs/smbfs/proc.c | #define LO_WORD(l) ((word)(l % 0xFFFF)) |
word | 49 | fs/smbfs/proc.c | smb_encode_word(byte *p, word data) |
word | 52 | fs/smbfs/proc.c | *((word *)p) = data; |
word | 62 | fs/smbfs/proc.c | smb_decode_word(byte *p, word *data) |
word | 65 | fs/smbfs/proc.c | *data = *(word *)p; |
word | 67 | fs/smbfs/proc.c | *data = (word) p[0] | p[1] << 8; |
word | 111 | fs/smbfs/proc.c | smb_encode_vblock(byte *p, const byte *data, word len, int fs) |
word | 123 | fs/smbfs/proc.c | smb_decode_data(byte *p, byte *data, word *data_len, int fs) |
word | 125 | fs/smbfs/proc.c | word len; |
word | 250 | fs/smbfs/proc.c | static word |
word | 253 | fs/smbfs/proc.c | int pos = SMB_HEADER_LEN + SMB_WCT(packet) * sizeof(word); |
word | 255 | fs/smbfs/proc.c | return *((word *)((byte *)packet + pos)); |
word | 489 | fs/smbfs/proc.c | smb_setup_header(struct smb_server *server, byte command, word wct, word bcc) |
word | 491 | fs/smbfs/proc.c | dword xmit_len = SMB_HEADER_LEN + wct * sizeof(word) + bcc + 2; |
word | 530 | fs/smbfs/proc.c | byte command, word wct, word bcc) |
word | 550 | fs/smbfs/proc.c | const word o_attr = aSYSTEM | aHIDDEN | aDIR; |
word | 627 | fs/smbfs/proc.c | word returned_count, data_len; |
word | 689 | fs/smbfs/proc.c | struct smb_dirent *entry, word command) |
word | 825 | fs/smbfs/proc.c | smb_proc_trunc(struct smb_server *server, word fid, dword length) |
word | 878 | fs/smbfs/proc.c | word bcc; |
word | 879 | fs/smbfs/proc.c | word count; |
word | 1434 | fs/smbfs/proc.c | smb_proc_setattrE(struct smb_server *server, word fid, |
word | 1438 | fs/smbfs/proc.c | word date, time; |
word | 1630 | fs/smbfs/proc.c | p = smb_decode_word(p, (word *)&i); |
word | 1638 | fs/smbfs/proc.c | word passlen = strlen(server->m.password); |
word | 1639 | fs/smbfs/proc.c | word userlen = strlen(server->m.username); |
word | 94 | include/asm-alpha/bitops.h | extern inline unsigned long ffz(unsigned long word) |
word | 101 | include/asm-alpha/bitops.h | :"r" (word), "0" (~0UL)); |
word | 103 | include/asm-alpha/bitops.h | word >>= 8; |
word | 107 | include/asm-alpha/bitops.h | while (word & 1) { |
word | 109 | include/asm-alpha/bitops.h | word >>= 1; |
word | 125 | include/asm-i386/bitops.h | extern __inline__ unsigned long ffz(unsigned long word) |
word | 128 | include/asm-i386/bitops.h | :"=r" (word) |
word | 129 | include/asm-i386/bitops.h | :"r" (~word)); |
word | 130 | include/asm-i386/bitops.h | return word; |
word | 112 | include/asm-m68k/bitops.h | extern inline unsigned long ffz(unsigned long word) |
word | 115 | include/asm-m68k/bitops.h | : "=d" (word) |
word | 116 | include/asm-m68k/bitops.h | : "d" (~(word))); |
word | 117 | include/asm-m68k/bitops.h | return word; |
word | 222 | include/asm-mips/bitops.h | extern __inline__ unsigned long ffz(unsigned long word) |
word | 239 | include/asm-mips/bitops.h | : "=r" (__res), "=r" (word), "=r" (mask) |
word | 240 | include/asm-mips/bitops.h | : "1" (~(word)), |
word | 251 | include/asm-sparc/bitops.h | extern __inline__ unsigned long ffz(unsigned long word) |
word | 261 | include/asm-sparc/bitops.h | if((word>>(byte_bit+bit))&1) |
word | 268 | include/asm-sparc/bitops.h | if(!((word>>cnt)&1)) |
word | 37 | include/linux/smb.h | #define WVAL(p,off) (*((word *)(((void *)p)+off))) |
word | 40 | include/linux/smb.h | #define WSET(p,off,new) (*((word *)(((void *)p)+off))=(new)) |
word | 79 | include/linux/smb.h | word total; |
word | 80 | include/linux/smb.h | word allocblocks; |
word | 81 | include/linux/smb.h | word blocksize; |
word | 82 | include/linux/smb.h | word free; |
word | 90 | include/linux/smb.h | word fileid; /* What id to handle a file with? */ |
word | 91 | include/linux/smb.h | word attr; /* Attribute fields, DOS value */ |
word | 158 | include/linux/smb_fs.h | int smb_proc_trunc(struct smb_server *server, word fid, dword length); |
word | 28 | include/linux/smb_fs_sb.h | word max_xmit; |
word | 30 | include/linux/smb_fs_sb.h | word pid; |
word | 31 | include/linux/smb_fs_sb.h | word server_uid; |
word | 32 | include/linux/smb_fs_sb.h | word mid; |
word | 33 | include/linux/smb_fs_sb.h | word tid; |
word | 48 | include/linux/smb_fs_sb.h | word secmode; |
word | 49 | include/linux/smb_fs_sb.h | word maxxmt; |
word | 50 | include/linux/smb_fs_sb.h | word maxmux; |
word | 51 | include/linux/smb_fs_sb.h | word maxvcs; |
word | 52 | include/linux/smb_fs_sb.h | word blkmode; |