Home
last modified time | relevance | path

Searched refs:hz (Results 1 – 25 of 158) sorted by relevance

1234567

/external/fdlibm/
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>=0) {hx=hz;lx=lz;}
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/ltp/testcases/kernel/syscalls/adjtimex/
Dadjtimex02.c109 static int hz; /* HZ from sysconf */ variable
208 hz = sysconf(_SC_CLK_TCK); in setup()
209 if (hz == -1) { in setup()
237 buff.tick = 900000 / hz - 1; in setup2()
243 buff.tick = 1100000 / hz + 1; in setup3()
/external/deqp/framework/opengl/simplereference/
DsglrContextUtil.cpp47 float hz = (p0.z() + p1.z()) * 0.5f; in drawQuadWithVaoBuffers() local
51 p0.x(), p1.y(), hz, 1.0f, in drawQuadWithVaoBuffers()
52 p1.x(), p0.y(), hz, 1.0f, in drawQuadWithVaoBuffers()
117 float hz = (p0.z() + p1.z()) * 0.5f; in drawQuadWithClientPointers() local
121 p0.x(), p1.y(), hz, 1.0f, in drawQuadWithClientPointers()
122 p1.x(), p0.y(), hz, 1.0f, in drawQuadWithClientPointers()
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc244 uint64_t hz = 0; in InitializeSystemInfo()
246 unsigned int hz = 0; in InitializeSystemInfo()
248 size_t sz = sizeof(hz); in InitializeSystemInfo()
250 if (sysctlbyname(sysctl_path, &hz, &sz, nullptr, 0) != 0) { in InitializeSystemInfo()
255 cpuinfo_cycles_per_second = hz; in InitializeSystemInfo()
/external/google-benchmark/src/
Dsysinfo.cc244 uint64_t hz = 0; in InitializeSystemInfo()
246 unsigned int hz = 0; in InitializeSystemInfo()
248 size_t sz = sizeof(hz); in InitializeSystemInfo()
250 if (sysctlbyname(sysctl_path, &hz, &sz, nullptr, 0) != 0) { in InitializeSystemInfo()
255 cpuinfo_cycles_per_second = hz; in InitializeSystemInfo()
/external/syslinux/com32/lib/jpeg/
Dtinyjpeg.c333 unsigned char huffsize[HUFFMAN_BITS_SIZE+1], *hz; in build_huffman_table() local
340 hz = huffsize; in build_huffman_table()
344 *hz++ = i; in build_huffman_table()
346 *hz = 0; in build_huffman_table()
357 hz = huffsize; in build_huffman_table()
358 nbits = *hz; in build_huffman_table()
359 while (*hz) in build_huffman_table()
361 while (*hz == nbits) in build_huffman_table()
364 hz++; in build_huffman_table()
/external/autotest/client/profilers/powertop/src/
Dcpufreqstats.c65 static char *HzToHuman(unsigned long hz) in HzToHuman() argument
71 Hz = hz; in HzToHuman()
/external/bzip2/
Dblocksort.c80 #define fpush(lz,hz) { stackLo[sp] = lz; \ argument
81 stackHi[sp] = hz; \
84 #define fpop(lz,hz) { sp--; \ argument
86 hz = stackHi[sp]; }
596 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ argument
597 stackHi[sp] = hz; \
601 #define mpop(lz,hz,dz) { sp--; \ argument
603 hz = stackHi[sp]; \
/external/iproute2/ip/
Dipneigh.c299 int hz = get_user_hz(); in print_neigh() local
303 fprintf(fp, " used %d/%d/%d", ci->ndm_used/hz, in print_neigh()
304 ci->ndm_confirmed/hz, ci->ndm_updated/hz); in print_neigh()
Diproute.c318 static int hz; in print_route() local
522 if (!hz) in print_route()
523 hz = get_user_hz(); in print_route()
525 fprintf(fp, " expires %dsec", ci->rta_expires/hz); in print_route()
534 fprintf(fp, " age %dsec", ci->rta_lastuse/hz); in print_route()
547 if (!hz) in print_route()
548 hz = get_user_hz(); in print_route()
552 fprintf(fp, " expires %dsec", ci->rta_expires/hz); in print_route()
561 fprintf(fp, " age %dsec", ci->rta_lastuse/hz); in print_route()
836 static int hz; in iproute_modify() local
[all …]
/external/iproute2/tc/
Dtc_util.c506 int hz = get_user_hz(); in print_tm() local
508 fprintf(f, " installed %u sec", (unsigned)(tm->install/hz)); in print_tm()
510 fprintf(f, " used %u sec", (unsigned)(tm->lastuse/hz)); in print_tm()
512 fprintf(f, " expires %u sec", (unsigned)(tm->expires/hz)); in print_tm()
/external/iproute2/bridge/
Dfdb.c148 int hz = get_user_hz(); in print_fdb() local
150 fprintf(fp, "used %d/%d ", ci->ndm_used/hz, in print_fdb()
151 ci->ndm_updated/hz); in print_fdb()
/external/libnl/lib/route/
Dneigh.c478 int hz = nl_get_user_hz(); in neigh_dump_details() local
486 n->n_cacheinfo.nci_confirmed/hz, in neigh_dump_details()
487 n->n_cacheinfo.nci_used/hz, n->n_cacheinfo.nci_updated/hz); in neigh_dump_details()
/external/iproute2/lib/
Dutils.c673 int hz = 0; in __get_hz() local
692 hz = denom; in __get_hz()
695 if (hz) in __get_hz()
696 return hz; in __get_hz()
/external/libnl/lib/
Dutils.c424 long hz = strtol(ev, NULL, 0); in get_psched_settings() local
426 if (LONG_MIN != hz && LONG_MAX != hz) { in get_psched_settings()
427 user_hz = hz; in get_psched_settings()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kdt_lfz3.pkb52 'Rf����L�¹P�Oڒp��l}���]��hz�3�A*X�H��n!&�t���Ŕ�aP ��?��P���a)5Qݐ�u�삧�W�X������m��5a���5`Uv…
/external/icu/icu4c/source/data/lang/
Duz_Cyrl.txt131 hz{"гереро"}
Daz_Cyrl.txt137 hz{"һереро"}
Dbe.txt157 hz{"герэра"}
Dky.txt142 hz{"герерочо"}
Dsi.txt152 hz{"හෙරෙරො"}
Dmn.txt147 hz{"хереро"}
Dkm.txt139 hz{"ហឺរីរ៉ូ"}
/external/deqp/modules/glshared/
DglsScissorTests.cpp75 const float hz = (p0.z() + p1.z()) * 0.5f; in drawQuad() local
79 p0.x(), p1.y(), hz, 1.0f, in drawQuad()
80 p1.x(), p0.y(), hz, 1.0f, in drawQuad()

1234567