/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
H A D | db_utilities.cpp | 23 float** db_SetupImageReferences_f(float *im,int w,int h) in db_SetupImageReferences_f() 36 unsigned char** db_SetupImageReferences_u(unsigned char *im,int w,int h) in db_SetupImageReferences_u() 50 float** db_AllocImage_f(int w,int h,int over_allocation) in db_AllocImage_f() 60 unsigned char** db_AllocImage_u(int w,int h,int over_allocation) in db_AllocImage_u() 70 void db_FreeImage_f(float **img,int h) in db_FreeImage_f() 76 void db_FreeImage_u(unsigned char **img,int h) in db_FreeImage_u() 89 void db_CopyImage_u(unsigned char **d,const unsigned char * const *s, int w, int h, int over_alloca… in db_CopyImage_u() 109 for ( int j = 0; j < h; ++j ) in db_WarpImageLutFast_u() local 130 for ( int j = 0; j < h; ++j ) in db_WarpImageLutBilinear_u() local 143 void db_WarpImageLut_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLut_u() [all …]
|
/aosp12/art/test/484-checker-register-hints/src/ |
H A D | Main.java | 47 int j = live0; in test1() local 51 int h = live4; in test1() local 82 int j = live0; in test2() local 85 int h = live4; in test2() local 107 int j = live0; in test3() local 114 int h = live4; in test3() local
|
/aosp12/art/test/440-stmp/src/ |
H A D | Main.java | 28 float h, float i, float j, float k, float l, float m, float n, float o) { in baz() 39 float h = 8.0f; field in Main 41 float j = 10.0f; field in Main
|
/aosp12/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
H A D | OmniFunction.java | 69 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in invoke() 171 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply() 176 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply() 181 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in apply() 186 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k) { in apply() 211 public void accept(A a, B b, C c, D d, E e, F f, G g, H h) { in accept() 216 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in accept() 221 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in accept() 226 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k) { in accept()
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | hd_init.c | 38 htinit(h, s, inc) unsigned char *h; unsigned char *s; int inc; in htinit() argument 43 int i, j; local
|
H A D | hexnan.c | 41 int j; local 60 ULong c, h, *x, *x1, *xe; local
|
/aosp12/art/test/821-many-args/src/ |
H A D | Main.java | 40 int a, int b, int c, int d, int e, int f, int g, int h, int i, int j) { in staticMethod() 54 public int instanceMethod(int a, int b, int c, int d, int e, int f, int g, int h, int i, int j) { in instanceMethod()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/function/ |
H A D | DecConsumer.java | 27 void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j); in accept()
|
H A D | DecFunction.java | 27 R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j); in apply()
|
H A D | DecPredicate.java | 27 boolean test(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j); in test()
|
H A D | UndecConsumer.java | 27 void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in accept()
|
H A D | UndecFunction.java | 27 R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in apply()
|
H A D | UndecPredicate.java | 27 boolean test(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in test()
|
H A D | DodecConsumer.java | 28 void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k, L l); in accept()
|
H A D | DodecFunction.java | 27 R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k, L l); in apply()
|
H A D | DodecPredicate.java | 27 boolean test(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k, L l); in test()
|
/aosp12/system/extras/tests/framebuffer/ |
H A D | fb_test.c | 207 void draw_grid(int w, int h, void* _loc) { in draw_grid() 208 int i, j; in draw_grid() local 241 void clear_screen(int w, int h, void* _loc) in clear_screen() 243 int i,j; in clear_screen() local 258 int h; in main() local
|
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/ |
H A D | cor_h_x.cpp | 245 Word16 h[], /* (i): impulse response of weighted synthesis filter */ in cor_h_x() 253 Word16 j; in cor_h_x() local
|
H A D | cor_h_x2.cpp | 229 Word16 h[], /* (i): impulse response of weighted synthesis filter */ in cor_h_x2() 240 Word16 j; in cor_h_x2() local
|
/aosp12/art/test/404-optimizing-allocator/src/ |
H A D | Main.java | 130 int h = a - b; in $opt$reg$TestAgressiveLive1() local 132 int j = e - f; in $opt$reg$TestAgressiveLive1() local 151 int h = a - b; in $opt$reg$TestAgressiveLive2() local 153 int j = e - f; in $opt$reg$TestAgressiveLive2() local
|
/aosp12/art/test/405-optimizing-long-allocator/src/ |
H A D | Main.java | 136 long h = a - b; in $opt$TestAgressiveLive1() local 138 long j = e - f; in $opt$TestAgressiveLive1() local 157 long h = a - b; in $opt$TestAgressiveLive2() local 159 long j = e - f; in $opt$TestAgressiveLive2() local
|
/aosp12/art/test/642-fp-callees/ |
H A D | fp_callees.cc | 39 double h = array[7]; in Java_Main_holdFpTemporaries() local 41 double j = array[9]; in Java_Main_holdFpTemporaries() local
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/ |
H A D | cor_h_x.c | 36 …Word16 h[], /* (i) Q12 : impulse response of weighted synthesis filter */ in cor_h_x() 41 Word32 i, j; in cor_h_x() local
|
/aosp12/frameworks/native/opengl/tests/fillrate/ |
H A D | fillrate.cpp | 45 EGLint w, h; in main() local 142 int j=0; in main() local 154 for (int c=1, j=0 ; c<32 ; c++, j++) { in main() local
|
/aosp12/frameworks/base/tools/split-select/ |
H A D | RuleGenerator.cpp | 30 static inline int findMid(int l, int h) { in findMid() 130 for (size_t j = 0; j < groupSize; j++) { in generate() local 150 for (size_t j = 0; j < groupSize; j++) { in generate() local
|