Searched refs:last_byte (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/radio/
H A Dradio-gemtek-pci.c116 static void __gemtek_pci_cmd( u16 value, u32 port, u8 *last_byte, int keep ) argument
118 register u8 byte = *last_byte;
136 *last_byte = byte;
139 static inline void gemtek_pci_nil( u32 port, u8 *last_byte )
141 __gemtek_pci_cmd( 0x00, port, last_byte, false );
144 static inline void gemtek_pci_cmd( u16 cmd, u32 port, u8 *last_byte )
146 __gemtek_pci_cmd( cmd, port, last_byte, true );
154 u8 last_byte; local
157 last_byte = gemtek_pci_out( 0x06, port );
161 gemtek_pci_nil( port, &last_byte );
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ufs/
H A Ddir.c204 unsigned last_byte = inode->i_size; local
206 last_byte -= page_nr << PAGE_CACHE_SHIFT;
207 if (last_byte > PAGE_CACHE_SIZE)
208 last_byte = PAGE_CACHE_SIZE;
209 return last_byte;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A Ddir.c56 unsigned last_byte = inode->i_size; local
58 last_byte -= page_nr << PAGE_CACHE_SHIFT;
59 if (last_byte > PAGE_CACHE_SIZE)
60 last_byte = PAGE_CACHE_SIZE;
61 return last_byte;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/mach-voyager/
H A Dvoyager_cat.c150 __u8 last_byte = data[i-1] << (BITS_PER_BYTE - offset) local
153 last_byte &= ~mask;
155 msg[byte] |= last_byte;
209 __u8 *last_byte = &header[len - 1]; local
218 *last_byte = ((*last_byte) << 1) + 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/minix/
H A Ddir.c39 unsigned last_byte = PAGE_CACHE_SIZE; local
42 last_byte = inode->i_size & (PAGE_CACHE_SIZE - 1);
43 return last_byte;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_inode.c1323 xfs_fsize_t last_byte; local
1349 last_byte = XFS_FSB_TO_B(mp, last_block);
1350 if (last_byte < 0) {
1353 last_byte += (1 << mp->m_writeio_log);
1354 if (last_byte < 0) {
1357 return last_byte;
1433 xfs_fsize_t last_byte; local
1477 last_byte = xfs_file_last_byte(ip);
1479 last_byte);
1480 if (last_byte > toss_star
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dadpcm.c867 nibble = last_byte >> 4; \
872 last_byte = *src++; \
874 nibble = last_byte & 0x0F; \
892 unsigned char last_byte = 0; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_hw.h2507 * last_byte = the last byte of the frame DMAed by the hardware
2526 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \
2529 ((last_byte) == CARRIER_EXTENSION) && \
H A De1000_main.c4089 uint8_t last_byte; local
4139 last_byte = *(skb->data + length - 1);
4141 rx_desc->errors, length, last_byte)) {

Completed in 274 milliseconds