Searched refs:outof (Results 1 – 1 of 1) sorted by relevance
161 static void scrunch(register unsigned char *outof, in scrunch() argument164 *into = (*outof++ & 0xffL) << 24; in scrunch()165 *into |= (*outof++ & 0xffL) << 16; in scrunch()166 *into |= (*outof++ & 0xffL) << 8; in scrunch()167 *into++ |= (*outof++ & 0xffL); in scrunch()168 *into = (*outof++ & 0xffL) << 24; in scrunch()169 *into |= (*outof++ & 0xffL) << 16; in scrunch()170 *into |= (*outof++ & 0xffL) << 8; in scrunch()171 *into |= (*outof & 0xffL); in scrunch()175 static void unscrun(register unsigned long *outof, in unscrun() argument[all …]