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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c45 u64 this_offset; local
61 rdtscll(this_offset);
64 return __cycles_2_ns(this_offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsungem.c2874 int this_offset; local
2876 for (this_offset = 0x20; this_offset < len; this_offset++) {
2877 void __iomem *p = rom_base + this_offset;
2888 this_offset += 6;
H A Dsunhme.c2863 int this_offset; local
2865 for (this_offset = 0x20; this_offset < len; this_offset++) {
2866 void __iomem *p = rom_base + this_offset;
2876 this_offset += 6;
/netgear-R7000-V1.0.7.12_1.2.5/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 215 milliseconds