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

123

/external/valgrind/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/bison/examples/calc++/
H A DMakefile.am40 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/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 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
324 unsigned hh, *dbuf = bw->dbuf; local
[all...]
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 : "");
/external/bison/data/
H A DMakefile.am19 c++-skel.m4 c++.m4 location.cc lalr1.cc glr.cc stack.hh \
H A Dstack.hh21 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])
H A Dlocation.cc19 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/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/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/skia/gm/
H A Dverylargebitmap.cpp60 int hh = height / 2; local
61 SkIRect subset = SkIRect::MakeLTRB(hw - 64, hh - 32, hw + 64, hh + 32);
H A Dxfermodes.cpp87 SkScalar hh = SkIntToScalar(h); local
92 r.set(0, 0, ww*3/4, hh*3/4);
102 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
/external/llvm/test/MC/Sparc/
H A Dsparc-relocations.s40 ! CHECK: sethi %hh(sym), %l0 ! encoding: [0x21,0b00AAAAAA,A,A]
41 ! CHECK-NEXT: ! fixup A - offset: 0, value: %hh(sym), kind: fixup_sparc_hh
42 sethi %hh(sym), %l0
/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/vboot_reference/tests/futility/
H A Dtest_dump_fmap.sh43 "$FUTILITY" dump_fmap -hh "${SCRIPTDIR}/data_fmap2.bin" > "$TMP"
/external/skia/samplecode/
H A DSampleXfermodesBlur.cpp46 SkScalar hh = SkIntToScalar(H); local
52 r.set(0, 0, ww*3/4, hh*3/4);
61 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
/external/eigen/bench/btl/data/
H A Dmk_gnuplot_script.sh5 cat $WHAT.hh > $WHAT.gnuplot
H A Dmk_new_gnuplot.sh5 cat ../gnuplot_common_settings.hh > ${WHAT}.gnuplot
/external/libvncserver/libvncserver/
H A Dcorre.c215 int hw,hh,vw,vh; \
248 hh = hy-y+1; \
255 if ((hw*hh) > (vw*vh)) { \
257 theh = hh; \
H A Drre.c182 int hw,hh,vw,vh; \
215 hh = hy-y+1; \
222 if ((hw*hh) > (vw*vh)) { \
224 theh = hh; \
H A Dhextile.c206 int hw,hh,vw,vh; \
243 hh = hy-y+1; \
250 if ((hw*hh) > (vw*vh)) { \
252 theh = hh; \
/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/bison/djgpp/
H A Dconfig.bat320 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...]
/external/skia/src/utils/
H A DSkShadowUtils.cpp530 SkScalar hh = h / 2.f;
532 SkScalar umbraInsetY = s * hh + radius;
534 SkScalar d = 1.f / SkScalarSqrt(hw * hw + hh * hh);
536 umbraInsetY *= hh * d;
537 if (umbraInsetX > hw || umbraInsetY > hh) {

Completed in 723 milliseconds

123