Searched refs:this_offset (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dtsc.c105 unsigned long long this_offset; local
115 get_scheduled_cycles(this_offset);
118 return cycles_2_ns(this_offset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dsungem.c2844 int this_offset; local
2846 for (this_offset = 0x20; this_offset < len; this_offset++) {
2847 void __iomem *p = rom_base + this_offset;
2858 this_offset += 6;
H A Dsunhme.c2891 int this_offset; local
2893 for (this_offset = 0x20; this_offset < len; this_offset++) {
2894 void __iomem *p = rom_base + this_offset;
2904 this_offset += 6;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_iterators.c549 off_t this_offset; local
561 this_offset = iterator->first_offset;
571 this_offset = ftello(iterator->file);
576 iterator->offset[iterator->depth] = this_offset;

Completed in 186 milliseconds