HomeSort by relevance Sort by last modified time
    Searched refs:hh (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/valgrind/main/none/tests/s390x/
fold_And16.stdout.exp 0 hh
  /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/bison/examples/calc++/
Makefile.am 40 calc++-scanner.ll calc++.cc calc++-driver.hh calc++-driver.cc
84 $(srcdir)/calc++-driver.hh $(srcdir)/calc++-driver.cc
87 $(srcdir)/stack.hh $(srcdir)/position.hh $(srcdir)/location.hh \
88 $(srcdir)/calc++-parser.hh $(srcdir)/calc++-parser.cc
  /external/openssl/crypto/mdc2/
mdc2dgst.c 84 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);
mdc2.h 79 DES_cblock h,hh; member in struct:mdc2_ctx_st
  /external/bluetooth/bluedroid/bta/
Android.mk 42 ./hh/bta_hh_cfg.c \
43 ./hh/bta_hh_act.c \
44 ./hh/bta_hh_api.c \
45 ./hh/bta_hh_utils.c \
46 ./hh/bta_hh_main.c \
  /external/bison/data/
Makefile.am 19 c++-skel.m4 c++.m4 location.cc lalr1.cc glr.cc stack.hh \
stack.hh 21 b4_output_begin([b4_dir_prefix[]stack.hh])
26 ** \file ]b4_dir_prefix[stack.hh
30 ]b4_cpp_guard_open([b4_dir_prefix[]stack.hh])[
118 ]b4_cpp_guard_close([b4_dir_prefix[]stack.hh])
location.cc 19 b4_output_begin([b4_dir_prefix[]position.hh])
24 ** \file ]b4_dir_prefix[position.hh
28 ]b4_cpp_guard_open([b4_dir_prefix[]position.hh])[
149 ]b4_cpp_guard_close([b4_dir_prefix[]position.hh])
153 b4_output_begin([b4_dir_prefix[]location.hh])
158 ** \file ]b4_dir_prefix[location.hh
162 ]b4_cpp_guard_open([b4_dir_prefix[]location.hh])[
164 # include "position.hh"
298 ]b4_cpp_guard_close([b4_dir_prefix[]location.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);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
fft.c 73 WebRtc_Word16 dd, ee, ff, gg, hh, ii; local
171 for (hh=0; hh<4; hh++) {
213 for (hh=0; hh<2; hh++) {
214 ee = ff + (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(hh, ff);
247 for (hh=0; hh<4; hh++)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
AVLTree.h 616 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 != null())
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
Color.java 80 float hh = h / 60.0f; local
81 int i = ShaderUtils.floor(hh);
82 float f = hh - i;
  /external/freetype/src/smooth/
ftsmooth.c 303 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-- )
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java 178 float hh = scale * h / 2; local
179 r.set(centX - hw, centY - hh, centX + hw, centY + hh);
205 float hh = finalH / 2; local
206 r.set(centX - hw, centY - hh, centX + hw, centY + hh);
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 364 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, 1)
    [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...]
  /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 25 SkScalar hh = SkIntToScalar(h); local
30 r.set(0, 0, ww*3/4, hh*3/4);
41 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
  /external/eigen/bench/btl/data/
mk_gnuplot_script.sh 5 cat $WHAT.hh > $WHAT.gnuplot
mk_new_gnuplot.sh 5 cat ../gnuplot_common_settings.hh > ${WHAT}.gnuplot
  /external/javasqlite/src/main/native/
sqlite_jni.c 109 handle hh; /* fake SQLite database handle */ member in struct:hvm
    [all...]
  /external/openssh/
schnorr.c 620 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/
config.bat 320 test -f %XSRC%/examples/calcxx/calc++-driver.hh
321 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-driver.hh %XSRC%/examples/calcxx/calcxx-driver.hh
322 test -f %XSRC%/examples/calcxx/calcxx-driver.hh
323 if errorlevel 1 mv -f %XSRC%/examples/calcxx/calcpp-driver.hh %XSRC%/examples/calcxx/calcxx-driver.hh
328 test -f %XSRC%/examples/calcxx/calc++-parser.hh
329 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-parser.hh %XSRC%/examples/calcxx/calcxx-parser.hh
330 test -f %XSRC%/examples/calcxx/calcxx-parser.hh
    [all...]

Completed in 837 milliseconds

1 2 3