Searched refs:divide_by (Results 1 – 3 of 3) sorted by relevance
5 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)];
488 divide_by (unsigned char buf[COMMITID_RAW_SIZE], unsigned int d) in divide_by() function536 output[o++] = alphabet[divide_by (buf, sizeof alphabet)]; in convert()
45 (divide_by): Used in base62 conversion.