Searched refs:decode_func (Results 1 – 3 of 3) sorted by relevance
/external/speex/include/speex/ |
D | speex.h | 239 typedef int (*decode_func)(void *state, SpeexBits *bits, void *out); typedef 282 decode_func dec;
|
/external/boringssl/src/crypto/bn_extra/ |
D | convert.c | 186 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/ |
D | 2.0.rst | 207 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
|