Home
last modified time | relevance | path

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

/external/speex/include/speex/
Dspeex.h239 typedef int (*decode_func)(void *state, SpeexBits *bits, void *out); typedef
282 decode_func dec;
/external/boringssl/src/crypto/bn_extra/
Dconvert.c186 typedef int (*decode_func) (BIGNUM *bn, const char *in, int in_len); typedef
189 static int bn_x2bn(BIGNUM **outp, const char *in, decode_func decode, char_test_func want_char) { in bn_x2bn()
/external/python/cpython2/Doc/whatsnew/
D2.0.rst207 4-element tuple: ``(encode_func, decode_func, stream_reader, stream_writer)``.
214 * *decode_func* is the opposite of *encode_func*, taking an 8-bit string and