OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decode_func
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/bn/
convert.c
315
typedef int (*
decode_func
) (BIGNUM *bn, const char *in, int in_len);
typedef
318
static int bn_x2bn(BIGNUM **outp, const char *in,
decode_func
decode, char_test_func want_char) {
/hardware/intel/common/libmix/mix_video/src/
mixvideo.h
122
MixVideoDecodeFunc
decode_func
;
member in struct:_MixVideoClass
/external/speex/include/speex/
speex.h
239
typedef int (*
decode_func
)(void *state, SpeexBits *bits, void *out);
typedef
282
decode_func
dec;
Completed in 83 milliseconds