Searched refs:hh (Results 1 - 25 of 47) sorted by relevance

12

/external/valgrind/main/none/tests/s390x/
H A Dfold_And16.stdout.exp0 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/openssl/crypto/mdc2/
H A Dmdc2dgst.c84 memset(&(c->hh[0]),0x25,MDC2_BLOCK);
138 c->hh[0]=(c->hh[0]&0x9f)|0x20;
144 DES_set_odd_parity(&c->hh);
145 DES_set_key_unchecked(&c->hh,&k);
156 p=c->hh;
177 memcpy(&(md[MDC2_BLOCK]),(char *)c->hh,MDC2_BLOCK);
H A Dmdc2.h79 DES_cblock h,hh; member in struct:mdc2_ctx_st
/external/kernel-headers/original/linux/
H A Detherdevice.h37 extern void eth_header_cache_update(struct hh_cache *hh, struct net_device *dev,
40 struct hh_cache *hh);
/external/webkit/Source/JavaScriptCore/wtf/
H A DAVLTree.h616 handle hh = abs.root;
621 if (get_bf(hh) != 0) {
622 unbal = hh;
626 cmp = cmp_n_n(h, hh);
629 return hh;
630 parent = hh;
631 hh = cmp < 0 ? get_lt(hh) : get_gt(hh);
633 } while (hh !
[all...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
H A DColor.java80 float hh = h / 60.0f;
81 int i = ShaderUtils.floor(hh);
82 float f = hh - i;
/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/qemu/android/skin/
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/dropbear/libtomcrypt/src/pk/asn1/der/utctime/
H A Dder_decode_utctime.c78 YYMMDDhhmm+hh'mm'
79 YYMMDDhhmm-hh'mm'
81 YYMMDDhhmmss+hh'mm'
82 YYMMDDhhmmss-hh'mm'
91 DECODE_V(out->hh, 24);
H A Dder_encode_utctime.c59 STORE_V(utctime->hh);
/external/skia/gm/
H A Dxfermodes.cpp24 SkScalar hh = SkIntToScalar(h); local
28 r.set(0, 0, ww*3/4, hh*3/4);
37 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
/external/skia/samplecode/
H A DSampleXfermodesBlur.cpp58 SkScalar hh = SkIntToScalar(H); local
64 r.set(0, 0, ww*3/4, hh*3/4);
73 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
H A DSampleXfermodes.cpp101 SkScalar hh = SkIntToScalar(h); local
105 r.set(0, 0, ww*3/4, hh*3/4);
114 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
/external/v8/test/mjsunit/
H A Ddate.js312 var hh = (i < 10) ? "0" + i : "" + i;
316 var string = "1972-03-28T23:50:03.500-" + hh + ":" + mm;
318 string = "1972-03-28T23:50:03.500+" + hh + ":" + mm;
/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/openssh/
H A Dschnorr.c620 char *hh; local
642 hh = BN_bn2hex(x);
643 printf("x = (random) 0x%s\n", hh);
644 free(hh);
655 hh = BN_bn2hex(x);
656 printf("x = (q - %d) 0x%s\n", 20 - i, hh);
657 free(hh);
/external/bison/djgpp/
H A Dconfig.bat261 test -f %XSRC%/examples/calcxx/calc++-driver.hh
262 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-driver.hh %XSRC%/examples/calcxx/calcxx-driver.hh
263 test -f %XSRC%/examples/calcxx/calcxx-driver.hh
264 if errorlevel 1 mv -f %XSRC%/examples/calcxx/calcpp-driver.hh %XSRC%/examples/calcxx/calcxx-driver.hh
269 test -f %XSRC%/examples/calcxx/calc++-parser.hh
270 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-parser.hh %XSRC%/examples/calcxx/calcxx-parser.hh
271 test -f %XSRC%/examples/calcxx/calcxx-parser.hh
[all...]
/external/valgrind/main/exp-sgcheck/
H A Dh_intercepts.c337 UChar hh = *h; \
338 if (hh == 0) return NULL; \
339 if (hh != n0) { h++; continue; } \
/external/bison/data/
H A Dlocation.cc25 @output b4_dir_prefix[]position.hh
30 ** \file position.hh
137 @output b4_dir_prefix[]location.hh
142 ** \file location.hh
151 # include "position.hh"
/external/libpng/contrib/gregbook/
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...]
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));
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DActionScriptTarget.java68 * If the int is above 0x7fff, we use a unicode literal of 0x80hh, where hh is the high-order
/external/qemu/distrib/sdl-1.2.12/
H A Dandroid-configure.sh254 for hh in $*; do
255 sdl_check_header "$hh"

Completed in 1637 milliseconds

12