| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| lstate.h | 187 union TString ts; member in union:GCObject 201 check_exp(novariant((o)->gch.tt) == LUA_TSTRING, &((o)->ts))
|
| /external/aac/libSBRenc/src/ |
| tran_det.cpp | 282 int ts, k; local 286 for (ts = tran_offdiv2; ts < YBufferWriteOffset; ts++) { 288 accu1 += Energies[ts][k] >> sc1; 291 for (; ts < tran_offdiv2 + (slots >> nrgSzShift); ts++) { 293 accu2 += Energies[ts][k] >> sc2; [all...] |
| /external/adhd/cras/src/tests/ |
| audio_thread_unittest_obsolete.cc | 238 struct timespec ts; local 251 rc = unified_io(thread, &ts); 253 EXPECT_EQ(0, ts.tv_sec); 254 EXPECT_EQ(0, ts.tv_nsec); 262 struct timespec ts; local 279 rc = unified_io(thread, &ts); 281 EXPECT_EQ(0, ts.tv_sec); 283 EXPECT_GE(ts.tv_nsec, nsec_expected - 1000); 284 EXPECT_LE(ts.tv_nsec, nsec_expected + 1000); 292 struct timespec ts; local 325 struct timespec ts; local 363 struct timespec ts; local 404 struct timespec ts; local 453 struct timespec ts; local 678 struct timespec ts; local 691 struct timespec ts; local 707 struct timespec ts; local 736 struct timespec ts; local 774 struct timespec ts; local 791 struct timespec ts; local 820 struct timespec ts; local 855 struct timespec ts; local 885 struct timespec ts; local 918 struct timespec ts; local 948 struct timespec ts; local 975 struct timespec ts; local 1039 struct timespec ts; local 1852 struct timespec ts; local [all...] |
| cras_test_client.c | 357 struct timespec ts; local 360 num_streams = cras_client_get_num_active_streams(client, &ts); 363 (long long)ts.tv_sec, (long long)ts.tv_nsec); [all...] |
| /external/e2fsprogs/misc/ |
| badblocks.c | 8 * Copyright 1995, 1996, 1997, 1998, 1999 by Theodore Ts'o 393 struct timespec ts; local 394 ts.tv_sec = tv2.tv_sec - tv1.tv_sec; 395 ts.tv_nsec = (tv2.tv_usec - tv1.tv_usec) * MILISEC; 396 if (ts.tv_nsec < 0) { 397 ts.tv_nsec += NANOSEC; 398 ts.tv_sec -= 1; 401 ts.tv_sec = ts.tv_sec * d_flag / 100; 402 ts.tv_nsec = ts.tv_nsec * d_flag / 100 [all...] |
| /external/fio/ |
| io_u.c | 953 __io_u_mark_map(td->ts.io_u_submit, nr); 954 td->ts.total_submit++; 959 __io_u_mark_map(td->ts.io_u_complete, nr); 960 td->ts.total_complete++; 989 td->ts.io_u_map[idx] += nr; 1030 td->ts.io_u_lat_u[idx]++; 1075 td->ts.io_u_lat_m[idx]++; 1964 struct timespec ts = { .tv_sec = 0, .tv_nsec = 0, }; local [all...] |
| server.h | 120 struct thread_stat ts; member in struct:cmd_ts_pdu
|
| /external/libedit/src/ |
| terminal.c | 147 { "ts", "cursor to status line" }, 966 struct ttysize ts; local 967 if (ioctl(el->el_infd, TIOCGSIZE, &ts) != -1) { 968 if (ts.ts_cols) 969 *cols = ts.ts_cols; 970 if (ts.ts_lines) 971 *lins = ts.ts_lines; 1290 char **ts; local 1331 const struct termcapstr *ts; local 1409 const struct termcapstr *ts; local [all...] |
| /external/libmicrohttpd/src/spdy2http/ |
| proxy.c | 1234 struct timespec ts; local 1236 if (0 == clock_gettime(CLOCK_MONOTONIC, &ts)) 1238 (unsigned long long) ts.tv_sec, 1239 (unsigned long long) ts.tv_nsec); [all...] |
| /external/libpcap/ |
| pcap-bpf.c | 339 #define TSTOMILLI(ts) (((ts)->tv_sec * 1000) + ((ts)->tv_nsec / 1000000)) 1114 struct timespec ts; local 1116 bintime2timespec(&bt, &ts); 1117 pkthdr.ts.tv_sec = ts.tv_sec; 1118 pkthdr.ts.tv_usec = ts.tv_nsec; 1123 pkthdr.ts.tv_sec = tv.tv_sec [all...] |
| pcap-dag.c | 649 register unsigned long long ts; local 652 ts = SWAPLL(header->ts); 654 ts = header->ts; 667 pcap_header.ts.tv_sec = ts >> 32; 668 ts = (ts & 0xffffffffULL) * ticks_per_second; 669 ts += 0x80000000; /* rounding * [all...] |
| pcap-int.h | 327 struct pcap_timeval ts; /* time stamp */ member in struct:pcap_sf_pkthdr 343 struct pcap_timeval ts; /* time stamp */ member in struct:pcap_sf_patched_pkthdr
|
| /external/ltp/testcases/kernel/fs/doio/ |
| growfiles.c | 1165 struct timeval ts; local 1166 gettimeofday(&ts, NULL); 1167 Seed = ts.tv_sec + Pid; /* default random seed */ 1177 struct timeval ts; local 1178 gettimeofday(&ts, NULL); 1179 Seed = ts.tv_sec + Pid; /* default random seed */ 1294 struct timeval ts; local 1370 struct timeval ts; local [all...] |
| iogen.c | 415 struct timeval ts; local 416 gettimeofday(&ts, NULL); 417 start_time = ts.tv_sec; 425 struct timeval ts; local 426 gettimeofday(&ts, NULL); 429 (Time_Mode && (ts.tv_sec - start_time <= Iterations))) { 430 gettimeofday(&ts, NULL); [all...] |
| /external/mksh/src/ |
| eval.c | 1764 XString ts; local [all...] |
| lex.c | 580 char ts[4]; local 586 cz = utf_wctomb(ts, c2 - 0x100); 587 ts[cz] = 0; 591 *wp++ = ts[cz]; 592 } while (ts[++cz]); [all...] |
| /external/opencv/cv/src/ |
| cvstereogc.cpp | 59 int ts; member in struct:GCVtx 149 v->ts = 0; 188 u->ts = v->ts; 204 if( u->dist > v->dist+1 && u->ts <= v->ts ) 208 u->ts = v->ts; 293 if( u->ts == curr_ts ) 306 u->ts = curr_ts [all...] |
| /external/perfetto/src/tracing/core/ |
| service_impl.cc | 1016 struct timespec ts; member in struct:perfetto::__anon32032 [all...] |
| /external/ppp/pppd/ |
| eap.c | 434 struct t_server *ts; local 448 ts = (struct t_server *)esp->es_server.ea_session; 449 if (ts != NULL) { 450 t_serverclose(ts); 553 if ((ts = t_serveropenraw(&tpw.pebuf, tce)) == NULL) 555 esp->es_server.ea_session = (void *)ts; 559 t_serveraddexdata(ts, vals, 2); 561 t_servergenexp(ts); 570 ts = (struct t_server *)esp->es_server.ea_session; 571 if (ts != NULL && status != 0) 650 struct t_server *ts; local 1734 struct t_server *ts; local [all...] |
| /external/skia/dm/ |
| DM.cpp | 861 TaggedSink& ts = gSinks.push_back(); local 862 ts.reset(sink.release()); 863 ts.tag = config.getTag(); [all...] |
| /external/skqp/dm/ |
| DM.cpp | 849 TaggedSink& ts = gSinks.push_back(); local 850 ts.reset(sink.release()); 851 ts.tag = config.getTag(); [all...] |
| /external/syslinux/com32/lua/src/ |
| lapi.c | 502 TString *ts; local 505 ts = luaS_newlstr(L, s, len); 506 setsvalue2s(L, L->top, ts); 509 return getstr(ts); 519 TString *ts; local 522 ts = luaS_new(L, s); 523 setsvalue2s(L, L->top, ts); 526 return getstr(ts);
|
| lstate.h | 187 union TString ts; member in union:GCObject 201 check_exp(novariant((o)->gch.tt) == LUA_TSTRING, &((o)->ts))
|
| /external/valgrind/VEX/priv/ |
| guest_arm64_helpers.c | 1090 UInt ts = Y->w32[3]; local [all...] |
| /external/valgrind/coregrind/ |
| m_redir.c | 396 TopSpec* ts; local 501 for (ts = topSpecs; ts; ts = ts->next) 502 vg_assert(ts->seginfo != newdi); 736 for (ts = topSpecs; ts; ts = ts->next) 1083 TopSpec* ts; local 1883 TopSpec* ts; local [all...] |