Lines Matching refs:FLAC__byte
178 static void FLAC__MD5Update(FLAC__MD5Context *ctx, FLAC__byte const *buf, unsigned len) in FLAC__MD5Update()
190 memcpy((FLAC__byte *)ctx->in + 64 - t, buf, len); in FLAC__MD5Update()
194 memcpy((FLAC__byte *)ctx->in + 64 - t, buf, t); in FLAC__MD5Update()
235 void FLAC__MD5Final(FLAC__byte digest[16], FLAC__MD5Context *ctx) in FLAC__MD5Final()
238 FLAC__byte *p = (FLAC__byte *)ctx->in + count; in FLAC__MD5Final()
250 p = (FLAC__byte *)ctx->in; in FLAC__MD5Final()
276 FLAC__byte *buf_ = mbuf->p8; in format_input_()
384 *buf_++ = (FLAC__byte)a_word; a_word >>= 8; in format_input_()
385 *buf_++ = (FLAC__byte)a_word; a_word >>= 8; in format_input_()
386 *buf_++ = (FLAC__byte)a_word; in format_input_()
393 *buf_++ = (FLAC__byte)a_word; a_word >>= 8; in format_input_()
394 *buf_++ = (FLAC__byte)a_word; a_word >>= 8; in format_input_()
395 *buf_++ = (FLAC__byte)a_word; in format_input_()
397 *buf_++ = (FLAC__byte)a_word; a_word >>= 8; in format_input_()
398 *buf_++ = (FLAC__byte)a_word; a_word >>= 8; in format_input_()
399 *buf_++ = (FLAC__byte)a_word; in format_input_()
471 *buf_++ = (FLAC__byte)a_word; a_word >>= 8; in format_input_()
472 *buf_++ = (FLAC__byte)a_word; a_word >>= 8; in format_input_()
473 *buf_++ = (FLAC__byte)a_word; in format_input_()