Searched refs:hz (Results 1 - 24 of 24) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/benchmark/
H A Dindex.js31 console.log('Working copy is x' + (this[0].hz / this[1].hz).toFixed(2) + ' times faster vs upstream.');
/external/fdlibm/
H A De_fmod.c35 int n,hx,hy,hz,ix,iy,sx,i; local
103 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
104 if(hz<0){hx = hx+hx+(lx>>31); lx = lx+lx;}
106 if((hz|lz)==0) /* return sign(x)*0 */
108 hx = hz+hz+(lz>>31); lx = lz+lz;
111 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
112 if(hz>
[all...]
H A Dk_cos.c71 double a,hz,z,r,qx; local
88 hz = 0.5*z-qx;
90 return a - (hz - (z*r-x*y));
/external/deqp/framework/opengl/simplereference/
H A DsglrContextUtil.cpp47 float hz = (p0.z() + p1.z()) * 0.5f; local
51 p0.x(), p1.y(), hz, 1.0f,
52 p1.x(), p0.y(), hz, 1.0f,
117 float hz = (p0.z() + p1.z()) * 0.5f; local
121 p0.x(), p1.y(), hz, 1.0f,
122 p1.x(), p0.y(), hz, 1.0f,
/external/iproute2/ip/
H A Dipneigh.c276 int hz = get_user_hz(); local
280 fprintf(fp, " used %d/%d/%d", ci->ndm_used/hz,
281 ci->ndm_confirmed/hz, ci->ndm_updated/hz);
H A Diproute.c290 static int hz; local
470 if (!hz)
471 hz = get_user_hz();
473 fprintf(fp, " expires %dsec", ci->rta_expires/hz);
482 fprintf(fp, " age %dsec", ci->rta_lastuse/hz);
495 if (!hz)
496 hz = get_user_hz();
500 fprintf(fp, " expires %dsec", ci->rta_expires/hz);
509 fprintf(fp, " age %dsec", ci->rta_lastuse/hz);
/external/iproute2/tc/
H A Dtc_util.c458 int hz = get_user_hz(); local
460 fprintf(f, " installed %u sec", (unsigned)(tm->install/hz));
462 fprintf(f, " used %u sec", (unsigned)(tm->lastuse/hz));
464 fprintf(f, " expires %u sec", (unsigned)(tm->expires/hz));
/external/bzip2/
H A Dblocksort.c80 #define fpush(lz,hz) { stackLo[sp] = lz; \
81 stackHi[sp] = hz; \
84 #define fpop(lz,hz) { sp--; \
86 hz = stackHi[sp]; }
596 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \
597 stackHi[sp] = hz; \
601 #define mpop(lz,hz,dz) { sp--; \
603 hz = stackHi[sp]; \
/external/iproute2/lib/
H A Dutils.c489 int hz = 0; local
508 hz = denom;
511 if (hz)
512 return hz;
/external/libnl/lib/route/
H A Dneigh.c369 int hz = nl_get_hz(); local
377 n->n_cacheinfo.nci_confirmed/hz,
378 n->n_cacheinfo.nci_used/hz, n->n_cacheinfo.nci_updated/hz);
/external/libnl/lib/
H A Dutils.c291 long hz = strtol(getenv("HZ"), NULL, 0); local
293 if (LONG_MIN != hz && LONG_MAX != hz) {
294 user_hz = hz;
/external/linux-tools-perf/src/tools/perf/util/
H A Dsvghelper.c311 static char *HzToHuman(unsigned long hz) argument
318 Hz = hz;
/external/v8/third_party/fdlibm/
H A Dfdlibm.js200 var hz = 0.5 * z - qx;
201 return (1 - qx - (hz - (z * r - X * Y))) SIGN;
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp75 const float hz = (p0.z() + p1.z()) * 0.5f; local
79 p0.x(), p1.y(), hz, 1.0f,
80 p1.x(), p0.y(), hz, 1.0f,
/external/iproute2/misc/
H A Dss.c488 int hz = get_user_hz(); local
489 return print_ms_timer(((timeout*1000) + hz-1)/hz);
1260 int hz = get_user_hz(); local
1261 if (s.rto && s.rto != 3*hz)
1262 printf(" rto:%g", (double)s.rto/hz);
1264 printf(" ato:%g", (double)s.ato/hz);
/external/valgrind/VEX/switchback/
H A Dtest_bzip2.c2100 #define fpush(lz,hz) { stackLo[sp] = lz; \
2101 stackHi[sp] = hz; \
2104 #define fpop(lz,hz) { sp--; \
2106 hz = stackHi[sp]; }
2616 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \
2617 stackHi[sp] = hz; \
2621 #define mpop(lz,hz,dz) { sp--; \
2623 hz = stackHi[sp]; \
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c2126 #define fpush(lz,hz) { stackLo[sp] = lz; \
2127 stackHi[sp] = hz; \
2130 #define fpop(lz,hz) { sp--; \
2132 hz = stackHi[sp]; }
2642 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \
2643 stackHi[sp] = hz; \
2647 #define mpop(lz,hz,dz) { sp--; \
2649 hz = stackHi[sp]; \
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.c2117 #define fpush(lz,hz) { stackLo[sp] = lz; \
2118 stackHi[sp] = hz; \
2121 #define fpop(lz,hz) { sp--; \
2123 hz = stackHi[sp]; }
2633 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \
2634 stackHi[sp] = hz; \
2638 #define mpop(lz,hz,dz) { sp--; \
2640 hz = stackHi[sp]; \
H A Dvarinfo6.c2155 #define fpush(lz,hz) { stackLo[sp] = lz; \
2156 stackHi[sp] = hz; \
2159 #define fpop(lz,hz) { sp--; \
2161 hz = stackHi[sp]; }
2669 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \
2670 stackHi[sp] = hz; \
2674 #define mpop(lz,hz,dz) { sp--; \
2676 hz = stackHi[sp]; \
/external/valgrind/perf/
H A Dbz2.c2115 #define fpush(lz,hz) { stackLo[sp] = lz; \
2116 stackHi[sp] = hz; \
2119 #define fpop(lz,hz) { sp--; \
2121 hz = stackHi[sp]; }
2631 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \
2632 stackHi[sp] = hz; \
2636 #define mpop(lz,hz,dz) { sp--; \
2638 hz = stackHi[sp]; \
/external/toybox/toys/pending/
H A Dip.c1574 int hz = 0; local
1582 hz = denom;
1585 if (!hz) hz = sysconf(_SC_CLK_TCK);
1586 sprintf(out, "%s expires %dsec", out, ci->rta_expires /hz);
/external/sonivox/jet_tools/JetCreator/
H A Dimg_splash.py510 \x99d\x1c\xedD\x1c\x08\xb2\x90\xdc%]a\x0fcuN{hz\xce\xbc\xce\x8f\xe7\xb4K-\
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 662 milliseconds