Home
last modified time | relevance | path

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

/dports/biology/vcftools/vcftools-0.1.16/src/cpp/
H A Dentry.cpp937 static char end_int1 = static_cast<char>(0x81); in check_end() local
946 end = (test_char == end_int1); in check_end()
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A D_dirstate_helpers_pyx.pyx177 cdef int *end_int1
194 end_int1 = <int*>(path1 + size1 - (size1 % sizeof(int)))
197 while cur_int1 < end_int1 and cur_int2 < end_int2: