OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:do_md5
(Results
1 - 3
of
3
) sorted by null
/system/core/toolbox/
md5.c
20
static int
do_md5
(const char *path)
function
72
if (
do_md5
(argv[i]))
/external/flac/libFLAC/include/protected/
stream_encoder.h
82
FLAC__bool
do_md5
;
member in struct:FLAC__StreamEncoderProtected
/external/libvpx/libvpx/
vpxdec.c
286
void *out_open(const char *out_fn, int
do_md5
) {
289
if (
do_md5
) {
308
void out_put(void *out, const uint8_t *buf, unsigned int len, int
do_md5
) {
309
if (
do_md5
) {
318
void out_close(void *out, const char *out_fn, int
do_md5
) {
319
if (
do_md5
) {
672
int frame_in = 0, frame_out = 0, flipuv = 0, noblit = 0,
do_md5
= 0, progress = 0;
local
749
do_md5
= 1;
836
if (!outfile_pattern && isatty(fileno(stdout)) && !
do_md5
&& !noblit) {
878
out = out_open(outfile,
do_md5
);
904
(unsigned int)strlen(buffer),
do_md5
);
local
1037
out_put(out, (const unsigned char*)color, strlen(color),
do_md5
);
local
[
all
...]
Completed in 57 milliseconds