Home
last modified time | relevance | path

Searched refs:hh (Results 1 – 25 of 46) sorted by relevance

12

/external/ppp/pppd/
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(A , B , C , D , 1 , hs1);
[all …]
/external/bison/tests/
Doutput.at80 [foo.output foo.tab.cc foo.tab.hh])
101 AT_CHECK([grep 'include .subdir/' $1.hh], 1, [])
105 [foo.tab.cc foo.tab.hh foo.output location.hh stack.hh position.hh])
108 [foo.tab.cc foo.tab.hh foo.output location.hh stack.hh position.hh],
113 …[subdir/foo.cc subdir/foo.hh subdir/foo.output subdir/location.hh subdir/stack.hh subdir/position.
/external/icu4c/tools/genpname/
Dpreparse.pl158 my $hh = $h->{$key};
159 for my $subkey (sort keys %$hh) {
160 print "$key:$subkey:", $hh->{$subkey}, "\n";
245 my $hh = $h->{$prop};
246 for my $enum (sort keys %$hh) {
247 my @a = split(/\|/, $hh->{$enum});
303 my $hh = $h->{$prop};
304 for my $enum (sort keys %$hh) {
305 my $groupString = $hh->{$enum};
318 $hh->{$enum} = $i;
[all …]
/external/webkit/JavaScriptCore/wtf/
DAVLTree.h615 handle hh = abs.root; in insert() local
620 if (get_bf(hh) != 0) { in insert()
621 unbal = hh; in insert()
625 cmp = cmp_n_n(h, hh); in insert()
628 return hh; in insert()
629 parent = hh; in insert()
630 hh = cmp < 0 ? get_lt(hh) : get_gt(hh); in insert()
632 } while (hh != null()); in insert()
643 hh = abs.root; in insert()
651 hh = cmp < 0 ? get_lt(unbal) : get_gt(unbal); in insert()
[all …]
/external/netcat/scripts/
Dwebproxy113 test "$hp" = "$hh" && hp=80
115 # echo total split: $hh : $hp : $hf >> $LFILE
130 test "`echo $hh | fgrep -i netscap`" && \
136 echo "oops, can't get to $hh : $hp".
137 echo "sent \"$x1 $hf\" to $hh : $hp" >> $LFILE
/external/openssl/crypto/mdc2/
Dmdc2dgst.c83 memset(&(c->hh[0]),0x25,MDC2_BLOCK); in MDC2_Init()
137 c->hh[0]=(c->hh[0]&0x9f)|0x20; in mdc2_body()
143 DES_set_odd_parity(&c->hh); in mdc2_body()
144 DES_set_key_unchecked(&c->hh,&k); in mdc2_body()
155 p=c->hh; in mdc2_body()
176 memcpy(&(md[MDC2_BLOCK]),(char *)c->hh,MDC2_BLOCK); in MDC2_Final()
Dmdc2.h79 DES_cblock h,hh; member
/external/freetype/src/smooth/
Dftsmooth.c265 FT_UInt hh; in ft_smooth_render_generic() local
268 for ( hh = height_org; hh > 0; hh--, line += pitch ) in ft_smooth_render_generic()
292 FT_UInt hh; in ft_smooth_render_generic() local
295 for ( hh = height_org; hh > 0; hh-- ) in ft_smooth_render_generic()
/external/qemu/android/skin/
Dimage.c72 unsigned hh; in rotate_image() local
74 for (hh = width; hh > 0; hh--) in rotate_image()
97 unsigned hh; in rotate_image() local
99 for (hh = height; hh > 0; hh--) in rotate_image()
118 unsigned hh; in rotate_image() local
120 for (hh = width; hh > 0; hh--) in rotate_image()
/external/icu4c/data/locales/
Den_SG.txt34 "a hh:mm:ss v",
35 "a hh:mm:ss z",
36 "a hh:mm:ss",
Dzh_Hans_SG.txt19 "a hh:mm:ss z",
21 "a hh:mm",
Dam.txt290 "hh:mm:ss a v",
291 "hh:mm:ss a z",
Des_GT.txt28 "hh:mm:ss a v",
Des_HN.txt28 "hh:mm:ss a v",
Des_PA.txt28 "hh:mm:ss a v",
Des_PR.txt34 "hh:mm:ss a v",
/external/bison/djgpp/
Dconfig.bat261 test -f %XSRC%/examples/calcxx/calc++-driver.hh
262 … 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 … 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 … 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
272 … errorlevel 1 mv -f %XSRC%/examples/calcxx/calcpp-parser.hh %XSRC%/examples/calcxx/calcxx-parser.hh
293 sed "/#[ ]*include/s/++/xx/" %XSRC%/examples/calcxx/calcxx-driver.hh > calcxx-driver.hh
295 mv ./calcxx-driver.hh %XSRC%/examples/calcxx/calcxx-driver.hh
[all …]
/external/skia/gm/
Dxfermodes.cpp17 SkScalar hh = SkIntToScalar(h); in make_bitmaps() local
21 r.set(0, 0, ww*3/4, hh*3/4); in make_bitmaps()
30 r.set(ww/3, hh/3, ww*19/20, hh*19/20); in make_bitmaps()
/external/libpng/contrib/gregbook/
Drpng2-x.c1214 int ii, x, y, hw, hh, grayspot; in rpng2_x_load_bg_image() local
1223 hh = (int)(rpng2_info.height / 2); in rpng2_x_load_bg_image()
1234 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw)); in rpng2_x_load_bg_image()
1240 maxDist = (double)((hw*hw) + (hh*hh)); in rpng2_x_load_bg_image()
1243 y = (int)(row - hh); in rpng2_x_load_bg_image()
1255 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh)); in rpng2_x_load_bg_image()
1983 int ii, x, y, hw, hh, grayspot; in rpng2_x_reload_bg_image() local
1988 hh = (int)(rpng2_info.height / 2); in rpng2_x_reload_bg_image()
1999 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw)); in rpng2_x_reload_bg_image()
2005 maxDist = (double)((hw*hw) + (hh*hh)); in rpng2_x_reload_bg_image()
[all …]
Drpng2-win.c944 int ii, x, y, hw, hh, grayspot; in rpng2_win_load_bg_image() local
953 hh = rpng2_info.height / 2; in rpng2_win_load_bg_image()
964 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw)); in rpng2_win_load_bg_image()
970 maxDist = (double)((hw*hw) + (hh*hh)); in rpng2_win_load_bg_image()
973 y = row - hh; in rpng2_win_load_bg_image()
985 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh)); in rpng2_win_load_bg_image()
/external/bison/data/
Dlocation.cc25 @output b4_dir_prefix[]position.hh
137 @output b4_dir_prefix[]location.hh
/external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/
Dder_encode_utctime.c59 STORE_V(utctime->hh); in der_encode_utctime()
Dder_decode_utctime.c91 DECODE_V(out->hh, 24); in der_decode_utctime()
/external/qemu/distrib/sdl-1.2.12/
Dandroid-configure.sh254 for hh in $*; do
255 sdl_check_header "$hh"
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Ddct_inline.h361 register int32 hh = (int32)k7; in sum_abs() local
388 "r"(hh)); in sum_abs()

12