Home
last modified time | relevance | path

Searched refs:divide_by (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A Drcs-5.7-commitid.patch5 sample divide_by and convert functions used here.
16 (divide_by): New function used by convert.
333 +divide_by (unsigned char buf[COMMITID_RAW_SIZE], unsigned int d)
355 + output[o++] = alphabet[divide_by (buf, sizeof alphabet)];
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dmain.c488 divide_by (unsigned char buf[COMMITID_RAW_SIZE], unsigned int d) in divide_by() function
536 output[o++] = alphabet[divide_by (buf, sizeof alphabet)]; in convert()
H A DChangeLog45 (divide_by): Used in base62 conversion.