Home
last modified time | relevance | path

Searched refs:tps (Results 1 – 18 of 18) sorted by relevance

/external/syslinux/com32/modules/
Dcptime.c108 void print_cp_result_tick(size_t bcnt, clock_t et, TPS_T tps, int offs) in print_cp_result_tick() argument
112 dr = max(bcnt, (bcnt * tps)) / max((clock_t)1, (et + offs)); in print_cp_result_tick()
118 TPS_T tps; in print_cp_result_long() local
121 tps = get_tps(); in print_cp_result_long()
123 printf(" ~%d ticks per second; %zu B block/transfer size\n", (int)tps, bufsz); in print_cp_result_long()
124 print_cp_result_tick(bcnt, (ec - bc), tps, 0); in print_cp_result_long()
125 print_cp_result_tick(bcnt, (ec - bc), tps, 1); in print_cp_result_long()
126 print_cp_result_tick(bcnt, (ec - bc), tps, -1); in print_cp_result_long()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mktime/
D1-1.c19 time_t tps; variable
32 tps = mktime(&tm_ptr); in main()
34 if (tps != -1) { in main()
35 printf("%s", ctime(&tps)); in main()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dthreads_scenarii.c214 long tsa, tss, tps; in scenar_init() local
220 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init()
226 output(" TPS: %li\n", tps); in scenar_init()
273 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
298 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
354 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dthreads_scenarii.c200 long tsa, tss, tps; in scenar_init() local
206 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init()
212 output(" TPS: %li\n", tps); in scenar_init()
257 if (tps > 0) { in scenar_init()
281 if (tps > 0) { in scenar_init()
333 if (tps > 0) { in scenar_init()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Dthreads_scenarii.c147 long tsa, tss, tps; in scenar_init() local
153 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init()
159 output(" TPS: %li\n", tps); in scenar_init()
206 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
231 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
287 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dthreads_scenarii.c147 long tsa, tss, tps; in scenar_init() local
153 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init()
159 output(" TPS: %li\n", tps); in scenar_init()
206 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
231 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
287 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
/external/blktrace/btt/
Dbt_timeline.c115 double tps, dt_input = tv2dbl(&tve) - tv2dbl(&tvs); in process() local
117 tps = (double)n_traces / dt_input; in process()
121 n_traces, tps/1000.0, in process()
/external/turbine/java/com/google/turbine/binder/
DCanonicalTypeBinder.java93 ImmutableMap<TyVarSymbol, TyVarInfo> tps = typeParameters(env, sym, base.tyParams()); in methods() local
103 tps, in methods()
126 Env<ClassSymbol, TypeBoundClass> env, ClassSymbol sym, Map<TyVarSymbol, TyVarInfo> tps) { in typeParameters() argument
128 for (Map.Entry<TyVarSymbol, TyVarInfo> e : tps.entrySet()) { in typeParameters()
DTypeBinder.java85 private final ImmutableMap<String, ? extends Symbol> tps; field in TypeBinder.MapScope
87 public MapScope(ImmutableMap<String, ? extends Symbol> tps) { in MapScope() argument
88 this.tps = tps; in MapScope()
93 return tps.containsKey(lookupKey.first()) in lookup()
94 ? new LookupResult(tps.get(lookupKey.first()), lookupKey) in lookup()
/external/fio/
Didletime.c14 struct timeval tps; in calibrate_unit() local
19 fio_gettime(&tps, NULL); in calibrate_unit()
34 t = utime_since_now(&tps); in calibrate_unit()
135 fio_gettime(&ipt->tps, NULL); in idle_prof_thread_fn()
356 runt = utime_since(&ipt->tps, &ipt->tpe); in fio_idle_prof_stop()
Didletime.h29 struct timeval tps; member
/external/autotest/client/tests/sysbench/
Dsysbench.py153 tps = 0
163 tps = tps_re.group(1)
166 out.write('threads=%s\ntps=%s' % (threads, tps))
/external/dnsmasq/src/
Dutil.c313 static long tps = 0; in dnsmasq_time() local
315 if (tps == 0) in dnsmasq_time()
316 tps = sysconf(_SC_CLK_TCK); in dnsmasq_time()
318 return (time_t)(times(&dummy)/tps); in dnsmasq_time()
/external/f2fs-tools/tools/
Df2fs_io_parse.c35 struct tps { struct
40 struct tps trace_points[] = { argument
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java95 ImmutableMap<TyVarSymbol, SourceTypeBoundClass.TyVarInfo> tps = in hello() local
180 tps, in hello()
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D3af16c1171e8d613670b404fdae3176d.0000731e.honggfuzz.cov69 ��N �H���=���rS�,�zA~�xsg�.ե��JX���tps� ��~�:V�u�e�ގ��g5e.�����j��� �O]Dڥø���D�,�I��ֽ…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D3af16c1171e8d613670b404fdae3176d.0000731e.honggfuzz.cov69 ��N �H���=���rS�,�zA~�xsg�.ե��JX���tps� ��~�:V�u�e�ގ��g5e.�����j��� �O]Dڥø���D�,�I��ֽ…
/external/webrtc/talk/media/testdata/
Dfaces.1280x720_P420.yuv3 …���������������������{dNA?DGRbq����������}L66Kcw}|udL/*4;:8978CZt���}tps��������������������…