Home
last modified time | relevance | path

Searched refs:off_second (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/main/
H A Dutil.c198 size_t len_first = strlen(first), off_second = 0; in combinepath() local
206 while (is_path_separator(second[off_second])) in combinepath()
207 off_second++; in combinepath()
209 … return formatstr("%.*s%c%s", (int) len_first, first, OSAL_DIR_SEPARATORS[0], second + off_second); in combinepath()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/diff/
H A Ddiff.cpp159 size_type off_second = 0; in CalculateOffsets() local
164 it->SetOffset(CDiffOperation::SPos(NPOS, off_second)); in CalculateOffsets()
165 off_second += it->GetLength(); in CalculateOffsets()
172 it->SetOffset(CDiffOperation::SPos(off_first, off_second)); in CalculateOffsets()
174 off_second += it->GetLength(); in CalculateOffsets()