Searched defs:v1 (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/data/
H A DLocalData.java177 private static int compareDate(long v1, long v2) { argument
178 if (v1 >= 0 && v2 >= 0) {
179 return ((v1 < v2) ? 1 : ((v1 > v2) ? -1 : 0));
181 return ((v2 < v1) ? 1 : ((v2 > v1) ? -1 : 0));
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java563 boolean readingOrderGreaterThan(int[] v1, int[] v2) { argument
564 if (v1[1] > v2[1] || (v1[1] == v2[1] && v1[0] > v2[0])) {
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1076 inline void db_MaxVector_128_Aligned16_f(float *m,float *v1,float *v2) argument
1081 mov eax,v1
1194 a=v1[i];
1202 inline void db_MaxVector_128_SecondSourceDestAligned16_f(float *m,float *v1,float *v2) argument
1207 mov eax,v1
1320 a=v1[i];
/packages/apps/Camera2/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1076 inline void db_MaxVector_128_Aligned16_f(float *m,float *v1,float *v2) argument
1081 mov eax,v1
1194 a=v1[i];
1202 inline void db_MaxVector_128_SecondSourceDestAligned16_f(float *m,float *v1,float *v2) argument
1207 mov eax,v1
1320 a=v1[i];
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolder.java609 boolean readingOrderGreaterThan(int[] v1, int[] v2) { argument
610 if (v1[1] > v2[1] || (v1[1] == v2[1] && v1[0] > v2[0])) {
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1076 inline void db_MaxVector_128_Aligned16_f(float *m,float *v1,float *v2) argument
1081 mov eax,v1
1194 a=v1[i];
1202 inline void db_MaxVector_128_SecondSourceDestAligned16_f(float *m,float *v1,float *v2) argument
1207 mov eax,v1
1320 a=v1[i];

Completed in 241 milliseconds