Searched defs:hh (Results 1 - 16 of 16) sorted by relevance

/external/openssl/crypto/mdc2/
H A Dmdc2.h79 DES_cblock h,hh; member in struct:mdc2_ctx_st
/external/skia/gm/
H A Dxfermodes.cpp17 SkScalar hh = SkIntToScalar(h); local
21 r.set(0, 0, ww*3/4, hh*3/4);
30 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
/external/skia/samplecode/
H A DSampleXfermodes.cpp94 SkScalar hh = SkIntToScalar(h); local
98 r.set(0, 0, ww*3/4, hh*3/4);
107 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
H A DSampleXfermodesBlur.cpp46 SkScalar hh = SkIntToScalar(H); local
52 r.set(0, 0, ww*3/4, hh*3/4);
61 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
/external/freetype/src/smooth/
H A Dftsmooth.c303 FT_UInt hh; local
306 for ( hh = height_org; hh > 0; hh--, line += pitch )
330 FT_UInt hh; local
333 for ( hh = height_org; hh > 0; hh-- )
/external/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h364 AVL_HANDLE hh = l_tree->root; variable
370 if (AVL_GET_BALANCE_FACTOR(hh) != 0)
372 unbal = hh;
377 cmp = AVL_COMPARE_NODE_NODE(h, hh);
381 return(hh);
383 parent = hh;
387 hh = AVL_GET_GREATER(hh, 1);
392 hh = AVL_GET_LESS(hh,
[all...]
/external/ppp/pppd/
H A Dmd4.c80 #define hh(A,B,C,D,i,s) A = rot((A + h(B,C,D) + X[i] + C3),s) macro
173 hh(A , B , C , D , 0 , hs1); /* Round 3 */
174 hh(D , A , B , C , 8 , hs2);
175 hh(C , D , A , B , 4 , hs3);
176 hh(B , C , D , A , 12 , hs4);
177 hh(A , B , C , D , 2 , hs1);
178 hh(D , A , B , C , 10 , hs2);
179 hh(C , D , A , B , 6 , hs3);
180 hh(B , C , D , A , 14 , hs4);
181 hh(
[all...]
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h523 hh, /* hour */ member in struct:__anon4080
/external/qemu/android/skin/
H A Dargb.h266 unsigned ww, hh; local
277 hh = (unsigned)(ymax-ymin);
278 red = (hh < 65536) ? (red*hh >> 16U) : red;
H A Dimage.c72 unsigned hh; local
74 for (hh = width; hh > 0; hh--)
97 unsigned hh; local
99 for (hh = height; hh > 0; hh--)
118 unsigned hh; local
120 for (hh
[all...]
/external/icu4c/test/intltest/
H A Dtzregts.cpp500 int32_t hh = (h<0) ? -h : h; local
502 ((hh/2 < 10) ? "0" : "") +
503 (hh/2) + ':' +
504 ((hh%2==0) ? "00" : "30");
1042 SimpleDateFormat fmt("MMM d yyyy hh:mm a zzz", loc, status);
/external/libpng/contrib/gregbook/
H A Drpng2-win.c944 int ii, x, y, hw, hh, grayspot; local
953 hh = rpng2_info.height / 2;
964 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));
970 maxDist = (double)((hw*hw) + (hh*hh));
973 y = row - hh;
985 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
H A Drpng2-x.c1214 int ii, x, y, hw, hh, grayspot; local
1223 hh = (int)(rpng2_info.height / 2);
1234 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));
1240 maxDist = (double)((hw*hw) + (hh*hh));
1243 y = (int)(row - hh);
1255 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
1983 int ii, x, y, hw, hh, grayspot; local
1988 hh = (int)(rpng2_info.height / 2);
1999 grayspot = CLIP(bg[pat].bg_gray, 1, (hh
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DEnumSetTest.java43 a, b,c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, enum constant in enum:EnumSetTest.EnumFoo
51 a{}, b{}, c{}, d{}, e{}, f{}, g{}, h{}, i{}, j{}, k{}, l{}, m{}, n{}, o{}, p{}, q{}, r{}, s{}, t{}, u{}, v{}, w{}, x{}, y{}, z{}, A{}, B{}, C{}, D{}, E{}, F{}, G{}, H{}, I{}, J{}, K{}, L{}, M{}, N{}, O{}, P{}, Q{}, R{}, S{}, T{}, U{}, V{}, W{}, X{}, Y{}, Z{}, aa{}, bb{}, cc{}, dd{}, ee{}, ff{}, gg{}, hh{}, ii{}, jj{}, kk{}, ll{}, mm{}, enum constant in enum:EnumSetTest.HugeEnumWithInnerClass
55 a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, mm, enum constant in enum:EnumSetTest.HugeEnum
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c109 handle hh; /* fake SQLite database handle */ member in struct:hvm
2636 if (ret == SQLITE_DONE && v->hh.row1) {
2723 if (ret == SQLITE_DONE && v->hh.row1) {
2798 v->hh.cb = cb;
2799 v->hh.env = env;
2802 v->hh.stmt = (sqlite3_stmt *) v->vm;
2806 v->hh.stmt = (sqlite3_stmt *) v->vm;
2809 callback((void *) &v->hh, ncol, (char **) data, (char **) cols);
2823 if (v->hh.row1 && cols) {
2824 v->hh
[all...]
/external/icu4c/tools/tzcode/
H A Dzic.c1036 ** h -h hh:mm -hh:mm hh:mm:ss -hh:mm:ss
1048 long hh; local
1059 if (sscanf(string, scheck(string, "%ld"), &hh) == 1)
1061 else if (sscanf(string, scheck(string, "%ld:%d"), &hh, &mm) == 2)
1064 &hh, &mm, &ss) != 3) {
1068 if (hh < 0 ||
1074 if (LONG_MAX / SECSPERHOUR < hh) {
[all...]

Completed in 4017 milliseconds