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

12

/external/dng_sdk/source/
H A Ddng_point.h43 dng_point (int32 vv, int32 hh) argument
45 , h (hh)
80 dng_point_real64 (real64 vv, real64 hh) argument
82 , h (hh)
/external/toybox/toys/other/
H A Dlogin.c50 int hh = toys.optflags&FLAG_h, count, tty; local
111 ttyname(tty), hh ? "from " : "", hh ? TT.hostname : "");
160 ttyname(tty), hh ? "from" : "", hh ? TT.hostname : "");
H A Dbzcat.c164 int hh, ii, jj, kk, symCount, *base, *limit; local
187 hh = get_bits(bd, 16);
190 if (hh & (1 << (15 - ii))) {
232 hh = get_bits(bd, 5);
235 // !hh || hh > MAX_HUFCODE_BITS in one test.
236 if (MAX_HUFCODE_BITS-1 < (unsigned)hh-1) return RETVAL_DATA_ERROR;
241 if (kk & 2) hh += 1 - ((kk&1)<<1);
247 length[ii] = hh;
286 for (hh
322 int hh, ii, jj, kk, runPos, dbufCount, symCount, selector, nextSym, local
[all...]
/external/skia/samplecode/
H A DSampleXfermodesBlur.cpp54 SkScalar hh = SkIntToScalar(H); local
60 r.set(0, 0, ww*3/4, hh*3/4);
69 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
/external/freetype/src/smooth/
H A Dftsmooth.c316 FT_UInt hh; local
319 for ( hh = height_org; hh > 0; hh--, line += pitch )
343 FT_UInt hh; local
346 for ( hh = height_org; hh > 0; hh-- )
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
H A Dftsmooth.c316 FT_UInt hh; local
319 for ( hh = height_org; hh > 0; hh--, line += pitch )
343 FT_UInt hh; local
346 for ( hh = height_org; hh > 0; hh-- )
/external/pdfium/third_party/freetype/src/smooth/
H A Dftsmooth.c316 FT_UInt hh; local
319 for ( hh = height_org; hh > 0; hh--, line += pitch )
343 FT_UInt hh; local
346 for ( hh = height_org; hh > 0; hh-- )
/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/skia/gm/
H A Dxfermodes.cpp125 SkScalar hh = SkIntToScalar(h); local
130 r.set(0, 0, ww*3/4, hh*3/4);
140 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
/external/v8/test/webkit/fast/js/kde/
H A Dmd5-2.js69 function hh(a, b, c, d, x, s, t)
130 a = hh(a, b, c, d, x[i+ 5], 4 , -378558)
131 d = hh(d, a, b, c, x[i+ 8], 11, -2022574463)
132 c = hh(c, d, a, b, x[i+11], 16, 1839030562)
133 b = hh(b, c, d, a, x[i+14], 23, -35309556)
134 a = hh(a, b, c, d, x[i+ 1], 4 , -1530992060)
135 d = hh(d, a, b, c, x[i+ 4], 11, 1272893353)
136 c = hh(c, d, a, b, x[i+ 7], 16, -155497632)
137 b = hh(b, c, d, a, x[i+10], 23, -1094730640)
138 a = hh(
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfft.c73 int16_t dd, ee, ff, gg, hh, ii; local
171 for (hh=0; hh<4; hh++) {
213 for (hh=0; hh<2; hh++) {
214 ee = ff + hh * ff;
247 for (hh=0; hh<
[all...]
/external/iputils/Modules/
H A Dpg3.c134 static __u8 hh[14] = { variable
142 unsigned char *pg_dstmac = hh;
170 hh[p1]=odev->dev_addr[p2++];
261 memcpy(eth, hh, 14);
/external/clang/test/Analysis/
H A Dpr22954.c275 struct hh { struct
281 struct hh h0;
/external/clang/test/SemaCXX/
H A Dattr-noreturn.cpp116 const HH& hh = HH(); local
/external/icu/icu4c/source/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");
1046 SimpleDateFormat fmt("MMM d yyyy hh:mm a zzz", loc, status);
/external/opencv3/modules/calib3d/src/
H A Dp3p.cpp363 double hh = D[j] - D[i], t; local
364 if (fabs(hh) + eps_machine == fabs(hh))
365 t = Aij / hh;
367 double theta = 0.5 * hh / Aij;
372 hh = t * Aij;
373 Z[i] -= hh;
374 Z[j] += hh;
375 D[i] -= hh;
376 D[j] += hh;
[all...]
/external/libpng/contrib/gregbook/
H A Drpng2-win.c969 int ii, x, y, hw, hh, grayspot; local
978 hh = rpng2_info.height / 2;
989 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));
995 maxDist = (double)((hw*hw) + (hh*hh));
998 y = row - hh;
1010 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
H A Drpng2-x.c1218 int ii, x, y, hw, hh, grayspot; local
1227 hh = (int)(rpng2_info.height / 2);
1238 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));
1244 maxDist = (double)((hw*hw) + (hh*hh));
1247 y = (int)(row - hh);
1259 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
1990 int ii, x, y, hw, hh, grayspot; local
1995 hh = (int)(rpng2_info.height / 2);
2006 grayspot = CLIP(bg[pat].bg_gray, 1, (hh
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c108 handle hh; /* fake SQLite database handle */ member in struct:hvm
2635 if (ret == SQLITE_DONE && v->hh.row1) {
2722 if (ret == SQLITE_DONE && v->hh.row1) {
2797 v->hh.cb = cb;
2798 v->hh.env = env;
2801 v->hh.stmt = (sqlite3_stmt *) v->vm;
2805 v->hh.stmt = (sqlite3_stmt *) v->vm;
2808 callback((void *) &v->hh, ncol, (char **) data, (char **) cols);
2822 if (v->hh.row1 && cols) {
2823 v->hh
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c1069 ** h -h hh:mm -hh:mm hh:mm:ss -hh:mm:ss
1078 zic_t hh; local
1089 if (sscanf(string, scheck(string, "%"SCNdZIC), &hh) == 1)
1091 else if (sscanf(string, scheck(string, "%"SCNdZIC":%d"), &hh, &mm) == 2)
1094 &hh, &mm, &ss) != 3) {
1098 if (hh < 0 ||
1104 if (ZIC_MAX / SECSPERHOUR < hh) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1112 milliseconds

12