/external/netcat/scripts/ |
webproxy | 111 hh=`echo "$hurl" | sed -e "s+/.*++" -e "s+:.*++"` 113 test "$hp" = "$hh" && hp=80 115 # echo total split: $hh : $hp : $hf >> $LFILE 130 test "`echo $hh | fgrep -i netscap`" && \ 135 echo "$x1 $hf" | nc -w 30 "$hh" "$hp" 2> /dev/null || \ 136 echo "oops, can't get to $hh : $hp". 137 echo "sent \"$x1 $hf\" to $hh : $hp" >> $LFILE
|
/external/ppp/pppd/ |
md4.c | 80 #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/openssl/crypto/mdc2/ |
mdc2dgst.c | 88 memset(&(c->hh[0]),0x25,MDC2_BLOCK); 142 c->hh[0]=(c->hh[0]&0x9f)|0x20; 148 DES_set_odd_parity(&c->hh); 149 DES_set_key_unchecked(&c->hh,&k); 160 p=c->hh; 181 memcpy(&(md[MDC2_BLOCK]),(char *)c->hh,MDC2_BLOCK);
|
mdc2.h | 79 DES_cblock h,hh; member in struct:mdc2_ctx_st
|
/dalvik/vm/alloc/ |
HeapDebug.c | 204 size_t hh; local 207 for (hh = firstHeap; hh < nHeaps; hh++) { 208 zActualSize += perHeapActualSize[hh]; 209 zAllowedSize += perHeapAllowedSize[hh]; 210 zNumAllocated += perHeapNumAllocated[hh]; 211 zSizeAllocated += perHeapSizeAllocated[hh];
|
/external/kernel-headers/original/linux/ |
etherdevice.h | 37 extern void eth_header_cache_update(struct hh_cache *hh, struct net_device *dev, 40 struct hh_cache *hh);
|
netdevice.h | 213 * relationship HH alignment <= LL alignment. 489 struct hh_cache *hh); 490 void (*header_cache_update)(struct hh_cache *hh,
|
/external/webkit/JavaScriptCore/wtf/ |
AVLTree.h | 615 handle hh = abs.root; 620 if (get_bf(hh) != 0) { 621 unbal = hh; 625 cmp = cmp_n_n(h, hh); 628 return hh; 629 parent = hh; 630 hh = cmp < 0 ? get_lt(hh) : get_gt(hh); 632 } while (hh != null()) [all...] |
/external/freetype/src/smooth/ |
ftsmooth.c | 280 FT_UInt hh; local 283 for ( hh = height_org; hh > 0; hh--, line += pitch ) 307 FT_UInt hh; local 310 for ( hh = height_org; hh > 0; hh-- )
|
/external/icu4c/tools/genpname/ |
preparse.pl | 158 my $hh = $h->{$key}; 159 for my $subkey (sort keys %$hh) { 160 print "$key:$subkey:", $hh->{$subkey}, "\n"; 247 my $hh = $h->{$prop}; 248 for my $enum (sort keys %$hh) { 249 my @a = split(/\|/, $hh->{$enum}); 305 my $hh = $h->{$prop}; 306 for my $enum (sort keys %$hh) { 307 my $groupString = $hh->{$enum}; 320 $hh->{$enum} = $i [all...] |
/external/qemu/android/skin/ |
image.c | 72 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 = width; hh > 0; hh-- [all...] |
argb.h | 270 unsigned ww, hh; local 281 hh = (unsigned)(ymax-ymin); 282 red = (hh < 65536) ? (red*hh >> 16U) : red;
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/ |
der_decode_utctime.c | 78 YYMMDDhhmm+hh'mm' 79 YYMMDDhhmm-hh'mm' 81 YYMMDDhhmmss+hh'mm' 82 YYMMDDhhmmss-hh'mm' 91 DECODE_V(out->hh, 24);
|
der_encode_utctime.c | 59 STORE_V(utctime->hh);
|
/external/skia/gm/ |
xfermodes.cpp | 17 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/bison/djgpp/ |
config.bat | 261 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...] |
/dalvik/libcore/sql/src/main/native/ |
sqlite_jni.c | 104 handle hh; /* fake SQLite database handle */ member in struct:hvm [all...] |
/external/bison/data/ |
location.cc | 25 @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/ |
rpng2-x.c | 1214 int ii, x, y, hw, hh, grayspot; local 1983 int ii, x, y, hw, hh, grayspot; local [all...] |
rpng2-win.c | 944 int ii, x, y, hw, hh, grayspot; local [all...] |
/development/samples/GlobalTime/src/com/android/globaltime/ |
Clock.java | 300 float hh = hour + mm / 60.0f; 308 drawLine(path, radius * 0.12f, hh / 12.0f, cx, cy, r0, r1);
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
dct_inline.h | 361 register int32 hh = (int32)k7; local 388 "r"(hh));
|
/external/qemu/distrib/sdl-1.2.12/ |
android-configure.sh | 254 for hh in $*; do 255 sdl_check_header "$hh"
|
/external/icu4c/test/intltest/ |
tzregts.cpp | 148 SimpleDateFormat sdf((UnicodeString)"E d MMM yyyy G HH:mm", status); 398 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)"MM/dd/yyyy HH:mm", status); 514 int32_t hh = (h<0) ? -h : h; local 516 ((hh/2 < 10) ? "0" : "") + 517 (hh/2) + ':' + 518 ((hh%2==0) ? "00" : "30"); [all...] |
/external/icu4c/tools/tzcode/ |
zic.c | 1036 ** 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...] |