Searched refs:def (Results 1 - 5 of 5) sorted by relevance

/system/core/sh/
H A Dmkinit.sh80 def=${line#MKINIT}
81 comment="${def#*;}"
82 def="${def%;$comment}"
83 def="${def%%=*}"
84 def="${def% }"
85 decles="${decles}${decnl}extern${def};${comment}${nl}"
H A DAndroid.mk50 sh ./mkbuiltins shell.h builtins.def . -Wall -O2
/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 );
/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/core/libpixelflinger/
H A Dscanline.cpp510 static inline int blendfactor(uint32_t x, uint32_t size, uint32_t def = 0)
513 return def;

Completed in 56 milliseconds