Searched refs:sg2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/hptmv/
H A Dentry.c1774 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable; local
1775 do { *sg1++=*sg2; } while ((sg2++->wSgFlag & SG_FLAG_EOT)==0);
1784 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable; local
1785 do { *sg1++=*sg2; } while ((sg2++->wSgFlag & SG_FLAG_EOT)==0);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp486 for (const Segment &sg2 : _file.segments) {
487 if (&sg1 == &sg2)
489 if (overlaps(sg1,sg2)) {

Completed in 141 milliseconds