Searched defs:def (Results 1 - 2 of 2) sorted by last modified time

/system/core/toolbox/
H A Ddd.c73 void def(void);
409 if (cfunc == def)
724 * def --
730 def(void) function
1139 cfunc = def;
1159 static long long strsuftoll(const char* name, const char* arg, int def, unsigned int max) argument
1164 result = def;
/system/extras/tests/bionic/libc/other/
H A Dtest_zlib.c45 int def(FILE *source, FILE *dest, int level) function
244 ret = def( f, out, compression_level );

Completed in 54 milliseconds