Home
last modified time | relevance | path

Searched refs:lowbits (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/util/
H A Dfast_urem_by_const.h69 uint64_t lowbits = magic * n; in util_fast_urem32() local
70 uint32_t result = _mul32by64_hi(d, lowbits); in util_fast_urem32()
/third_party/ffmpeg/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
175 lowbits = highbit - 1; in decode_frame()
182 if (lookup == lowbits) { in decode_frame()
H A Dopus_silk.c612 int highbits, lowbits; in silk_decode_frame() local
618 lowbits = ff_opus_rc_dec_cdf(rc, model[s->bandwidth]); in silk_decode_frame()
621 highbits*ff_silk_pitch_scale[s->bandwidth] + lowbits; in silk_decode_frame()
/third_party/mbedtls/library/
H A Dx509.c821 char lowbits, highbits; in mbedtls_x509_dn_gets() local
880 lowbits = (c & 0x0F); in mbedtls_x509_dn_gets()
883 s[j++] = nibble_to_hex_digit(lowbits); in mbedtls_x509_dn_gets()
890 lowbits = (c & 0x0F); in mbedtls_x509_dn_gets()
893 s[j++] = nibble_to_hex_digit(lowbits); in mbedtls_x509_dn_gets()
920 lowbits = (c & 0x0F); in mbedtls_x509_dn_gets()
923 s[j] = nibble_to_hex_digit(lowbits); in mbedtls_x509_dn_gets()

Completed in 5 milliseconds