Searched refs:offset_end (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dcsr1212.c1120 cr->offset_end = csr->crc_len + 4;
1312 cache->filled_head->offset_end = sizeof(u32);
1333 newcr->offset_end = newcr->offset_start;
1340 (cache_index < cr->offset_end)) {
1345 } else if (cache_index == cr->offset_end) {
1357 newcr->offset_end = newcr->offset_start;
1365 while(!kvi || cr->offset_end < cache_index + kv_len) {
1366 cache_ptr = &cache->data[bytes_to_quads(cr->offset_end &
1370 cr->offset_end) & ~(csr->max_rom - 1);
1375 cr->offset_end
[all...]
H A Dcsr1212.h165 u32 offset_end; /* exclusive */ member in struct:csr1212_cache_region
H A Draw1394.c2098 cache->filled_head->offset_end = cache->size - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dwebseed.c181 const uint32_t offset_end = data->block_offset + len; local
188 tr_cacheWriteBlock( cache, tor, piece, offset_end - len, bytes_this_pass, buf );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_iterators.c3034 const off_t offset_end = append? iterator->offset[iterator->depth] + (off_t)FLAC__STREAM_METADATA_HEADER_LENGTH + (off_t)iterator->length : iterator->offset[iterator->depth]; local
3044 if(!copy_n_bytes_from_file_(iterator->file, *tempfile, offset_end, &iterator->status)) {

Completed in 177 milliseconds