Searched defs:max (Results 1 – 13 of 13) sorted by relevance
/development/ndk/platforms/android-3/include/linux/netfilter/ |
D | xt_length.h | 16 u_int16_t min, max; member
|
/development/tools/emulator/system/camera/ |
D | EmulatedCameraCommon.h | 58 #define max(a,b) (((a) > (b)) ? (a) : (b)) macro
|
D | CallbackNotifier.cpp | 57 static int GetMessageStrings(uint32_t msg, const char** strings, int max) in GetMessageStrings()
|
/development/samples/BrowserPlugin/jni/animation/ |
D | AnimationThread.cpp | 71 static void bounce(float* x, float* dx, const float max) { in bounce()
|
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
D | glUtils.h | 66 template <class T> void minmax(T *indices, int count, int *min, int *max) { in minmax()
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
D | ip_nat.h | 44 union ip_conntrack_manip_proto min, max; member
|
D | ipt_hashlimit.h | 30 u_int32_t max; member
|
/development/apps/Development/src/com/android/development/ |
D | MediaScannerActivity.java | 222 int max = elements.length; in getRandomWord() local
|
/development/tools/mkstubs/src/com/android/mkstubs/stubber/ |
D | MethodStubber.java | 167 public void visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels) { in visitTableSwitchInsn()
|
/development/tools/yuv420sp2rgb/ |
D | yuv420sp2rgb.c | 13 #define max(a,b) ({typeof(a) _a = (a); typeof(b) _b = (b); _a > _b ? _a : _b; }) macro
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
D | MethodSourcer.java | 219 public void visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels) { in visitTableSwitchInsn()
|
/development/ndk/platforms/android-3/include/linux/ |
D | moduleparam.h | 55 unsigned int max; member
|
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLEScontext.cpp | 335 int max = 0; in findMaxIndex() local
|