Searched refs:first_byte (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dbitfield.c63 const size_t first_byte = begin >> 3u; local
68 if( first_byte >= b->alloc_count )
74 if( first_byte == last_byte )
77 uint8_t val = b->bits[first_byte];
79 i = begin - (first_byte * 8);
94 i = begin - (first_byte * 8);
95 val = b->bits[first_byte];
101 for( i=first_byte+1; i<b->alloc_count && i<last_byte; ++i )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dcompression.c92 u64 first_byte, gfp_t gfp_flags)
108 bio->bi_sector = first_byte >> 9;
348 u64 first_byte = disk_start; local
367 bio = compressed_bio_alloc(bdev, first_byte, GFP_NOFS);
407 bio = compressed_bio_alloc(bdev, first_byte, GFP_NOFS);
417 first_byte += PAGE_CACHE_SIZE;
91 compressed_bio_alloc(struct block_device *bdev, u64 first_byte, gfp_t gfp_flags) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dmidi_synth.c486 int first_byte = 1; local
547 if (!first_byte && data & 0x80)
549 first_byte = 0;

Completed in 111 milliseconds