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

1234

/external/valgrind/none/tests/s390x/
H A Dfold_And16.stdout.exp0 hh
/external/libdrm/intel/
H A Duthash.h119 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \
124 HASH_TO_BKT(hashval, (head)->hh.tbl->num_buckets, _hf_bkt); \
125 if (HASH_BLOOM_TEST((head)->hh.tbl, hashval) != 0) { \
126 HASH_FIND_IN_BKT((head)->hh.tbl, hh, (head)->hh.tbl->buckets[ _hf_bkt ], keyptr, keylen, hashval, out); \
131 #define HASH_FIND(hh,head,keyptr,keylen,out) \
135 HASH_FIND_BYHASHVALUE(hh, head, keyptr, keylen, _hf_hashv, out); \
172 #define HASH_MAKE_TABLE(hh,head) \
174 (head)->hh
[all...]
/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/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
H A Dbool_await_suspend.pass.cpp31 coro_t(coroutine_handle<promise_type> hh) : h(hh) {} argument
/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/tensorflow/tensorflow/core/kernels/
H A Dadjust_saturation_op.cc98 float hh; local
100 hh = norm * (g - b);
102 hh = norm * (b - r) + 2.0 / 6.0;
104 hh = norm * (r - g) + 4.0 / 6.0;
107 hh = 0;
109 if (hh < 0.0) {
110 hh = hh + 1;
113 *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/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/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/skqp/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/python/cpython3/Misc/
H A Dcoverity_model.c139 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag) argument
146 __coverity_tainted_data_sanitize__(hh);
/external/vboot_reference/tests/futility/
H A Dtest_dump_fmap.sh43 "$FUTILITY" dump_fmap -hh "${SCRIPTDIR}/data_fmap2.bin" > "$TMP"
/external/libxcam/modules/ocl/
H A Dcl_newwavelet_denoise_handler.cpp93 image = buffer->hh[0];
104 estimate_noise_variance (video_info, buffer->hh[0], buffer->noise_variance);
127 image = buffer->hh[1];
329 SmartPtr<CLImage> save_image = buffer->hh[0];
349 args.push_back (new CLMemArgument (buffer->hh[0]));
350 args.push_back (new CLMemArgument (buffer->hh[1]));
351 args.push_back (new CLMemArgument (buffer->hh[2]));
476 args.push_back (new CLMemArgument (buffer->hh[0]));
480 args.push_back (new CLMemArgument (buffer->hh[2]));
485 args.push_back (new CLMemArgument (buffer->hh[
[all...]
/external/python/cpython2/Lib/
H A DBaseHTTPServer.py46 # | host rfc931 authuser [DD/Mon/YYYY:hh:mm:ss] "request" ddd bbbb
56 # | hh: hour (24-hour format, the machine's timezone)
479 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
483 hh, mm, ss)
489 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
491 day, self.monthname[month], year, hh, mm, ss)
/external/skia/samplecode/
H A DSampleXfermodesBlur.cpp47 SkScalar hh = SkIntToScalar(H); local
53 r.set(0, 0, ww*3/4, hh*3/4);
62 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
/external/skqp/samplecode/
H A DSampleXfermodesBlur.cpp47 SkScalar hh = SkIntToScalar(H); local
53 r.set(0, 0, ww*3/4, hh*3/4);
62 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/libxcam/cl_kernel/
H A Dkernel_wavelet_haar.cl5 * ll/hl/lh/hh: wavelet decomposition image
24 __write_only image2d_t lh, __write_only image2d_t hh,
74 write_imagef(hh, (int2)(x, y), line_hh + 0.5f);
81 * ll/hl/lh/hh: input wavelet transform data as read only
93 __read_only image2d_t lh, __read_only image2d_t hh,
111 line_hh = read_imagef(hh, sampler, (int2)(x, y)) - 0.5f;
/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; \

Completed in 489 milliseconds

1234