/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/benchmark/ |
H A D | index.js | 31 console.log('Working copy is x' + (this[0].hz / this[1].hz).toFixed(2) + ' times faster vs upstream.');
|
/external/fdlibm/ |
H A D | e_fmod.c | 35 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 D | k_cos.c | 71 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 D | sglrContextUtil.cpp | 47 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/google-benchmark/src/ |
H A D | sysinfo.cc | 216 // SMP, APIC, or APM support. hz should be 64-bit in freebsd 7.0 227 uint64_t hz = 0; 229 unsigned int hz = 0; 231 size_t sz = sizeof(hz); 233 if (sysctlbyname(sysctl_path, &hz, &sz, nullptr, 0) != 0) { 238 cpuinfo_cycles_per_second = hz;
|
/external/autotest/client/profilers/powertop/src/ |
H A D | cpufreqstats.c | 65 static char *HzToHuman(unsigned long hz) argument 71 Hz = hz;
|
/external/iproute2/ip/ |
H A D | ipneigh.c | 299 int hz = get_user_hz(); local 303 fprintf(fp, " used %d/%d/%d", ci->ndm_used/hz, 304 ci->ndm_confirmed/hz, ci->ndm_updated/hz);
|
H A D | iproute.c | 318 static int hz; local 521 if (!hz) 522 hz = get_user_hz(); 524 fprintf(fp, " expires %dsec", ci->rta_expires/hz); 533 fprintf(fp, " age %dsec", ci->rta_lastuse/hz); 546 if (!hz) 547 hz = get_user_hz(); 551 fprintf(fp, " expires %dsec", ci->rta_expires/hz); 560 fprintf(fp, " age %dsec", ci->rta_lastuse/hz); 835 static int hz; local [all...] |
/external/iproute2/tc/ |
H A D | tc_util.c | 506 int hz = get_user_hz(); local 508 fprintf(f, " installed %u sec", (unsigned)(tm->install/hz)); 510 fprintf(f, " used %u sec", (unsigned)(tm->lastuse/hz)); 512 fprintf(f, " expires %u sec", (unsigned)(tm->expires/hz));
|
/external/bzip2/ |
H A D | blocksort.c | 80 #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/bridge/ |
H A D | fdb.c | 148 int hz = get_user_hz(); local 150 fprintf(fp, "used %d/%d ", ci->ndm_used/hz, 151 ci->ndm_updated/hz);
|
/external/libnl/lib/route/ |
H A D | neigh.c | 369 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 D | utils.c | 291 long hz = strtol(getenv("HZ"), NULL, 0); local 293 if (LONG_MIN != hz && LONG_MAX != hz) { 294 user_hz = hz;
|
/external/iproute2/lib/ |
H A D | utils.c | 673 int hz = 0; local 692 hz = denom; 695 if (hz) 696 return hz;
|
/external/deqp/modules/glshared/ |
H A D | glsScissorTests.cpp | 75 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/valgrind/VEX/switchback/ |
H A D | test_bzip2.c | 2100 #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 D | hackedbz2.c | 2126 #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 D | origin5-bz2.c | 2117 #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 D | varinfo6.c | 2155 #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 D | bz2.c | 2115 #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/iproute2/misc/ |
H A D | ss.c | 1808 int hz = get_user_hz(); local 1840 s.timeout = (s.timeout * 1000 + hz - 1) / hz; 1841 s.ato = (double)ato / hz; 1845 s.rto = s.rto != 3 * hz ? s.rto / hz : 0;
|
/external/toybox/toys/pending/ |
H A D | ip.c | 1570 int hz = 0; local 1578 hz = denom; 1581 if (!hz) hz = sysconf(_SC_CLK_TCK); 1582 sprintf(out, "%s expires %dsec", out, ci->rta_expires /hz);
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
H A D | stereo_g729_jitter.rtp | 1217 �g�O���{?�z������ < |