Searched defs:tval (Results 1 - 23 of 23) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/speculative/
H A D5-1.c23 int tval = BOGUSTIMERID; local
24 tid = (timer_t) & tval;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
H A D6-1.c23 int tval = BOGUSTID; local
24 tid = (timer_t) & tval;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
H A D6-1.c24 int tval = BOGUSTID; local
25 tid = (timer_t) & tval;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/speculative/
H A D12-1.c23 int tval = BOGUSTID; local
24 tid = (timer_t) & tval;
/external/libcups/cups/
H A Dbackchannel.c34 static void cups_setup(fd_set *set, struct timeval *tval,
54 struct timeval tval; /* Timeout value */ local
64 cups_setup(&input, &tval, timeout);
69 status = select(4, &input, NULL, NULL, &tval);
106 struct timeval tval; /* Timeout value */ local
126 cups_setup(&output, &tval, timeout);
131 status = select(4, NULL, &output, NULL, &tval);
178 struct timeval *tval, /* I - Timer value */
181 tval->tv_sec = (int)timeout;
182 tval
177 cups_setup(fd_set *set, struct timeval *tval, double timeout) argument
[all...]
/external/toybox/toys/pending/
H A Darping.c121 struct timeval tval; local
123 gettimeofday(&tval, NULL);
124 TT.sent_at = tval.tv_sec * 1000000ULL + tval.tv_usec;
164 struct timeval tval; local
166 gettimeofday(&tval, NULL);
167 delta = (tval.tv_sec * 1000000ULL + (tval.tv_usec)) - TT.sent_at;
H A Dip.c2561 unsigned long tval = strtoul(*argv, &ptr, 16); local
2563 if (tval > 255) error_exit("invalid tos value '%s'", *argv);
2570 } else ptnl->iph.tos = tval;
/external/flatbuffers/include/flatbuffers/
H A Dminireflect.h118 template<typename T> const char *EnumName(T tval, const TypeTable *type_table) { argument
120 auto i = LookupEnum(static_cast<int32_t>(tval), type_table->values,
138 auto tval = *reinterpret_cast<const uint8_t *>(val); local
139 visitor->UType(tval, EnumName(tval, type_table));
147 auto tval = *reinterpret_cast<const int8_t *>(val); local
148 visitor->Char(tval, EnumName(tval, type_table));
152 auto tval = *reinterpret_cast<const uint8_t *>(val); local
153 visitor->UChar(tval, EnumNam
157 auto tval = *reinterpret_cast<const int16_t *>(val); local
162 auto tval = *reinterpret_cast<const uint16_t *>(val); local
167 auto tval = *reinterpret_cast<const int32_t *>(val); local
172 auto tval = *reinterpret_cast<const uint32_t *>(val); local
[all...]
/external/google-benchmark/test/
H A Doutput_test.h130 T tval = static_cast< T >(dval); local
131 return tval;
/external/libcxx/utils/google-benchmark/test/
H A Doutput_test.h130 T tval = static_cast< T >(dval); local
131 return tval;
/external/ltp/tools/pounder21/src/memxfer5b/
H A Dmemxfer5b.c39 double tval(void);
240 t = tval();
250 tottim = tval();
331 double tval() function
/external/skia/samplecode/
H A DSamplePath.cpp39 SkScalar tval[] = { 0.33333334f, 0.99999994f }; local
41 SkChopCubicAt(src, dst, tval, 2);
/external/skqp/samplecode/
H A DSamplePath.cpp39 SkScalar tval[] = { 0.33333334f, 0.99999994f }; local
41 SkChopCubicAt(src, dst, tval, 2);
/external/libchrome/base/time/
H A Dtime_unittest.cc573 struct timeval tval; local
574 tval.tv_sec = std::numeric_limits<time_t>::max();
575 tval.tv_usec = static_cast<suseconds_t>(Time::kMicrosecondsPerSecond) - 1;
576 t = Time::FromTimeVal(tval);
578 tval = t.ToTimeVal();
579 EXPECT_EQ(std::numeric_limits<time_t>::max(), tval.tv_sec);
581 tval.tv_usec);
/external/one-true-awk/
H A Dawk.h84 int tval; /* type info: STR|NUM|ARR|FCN|FLD|CON|DONTFREE */ member in struct:Cell
103 /* Cell.tval values: */
190 #define isrec(n) ((n)->tval & REC)
191 #define isfld(n) ((n)->tval & FLD)
192 #define isstr(n) ((n)->tval & STR)
193 #define isnum(n) ((n)->tval & NUM)
194 #define isarr(n) ((n)->tval & ARR)
195 #define isfcn(n) ((n)->tval & FCN)
199 /* #define freeable(p) (!((p)->tval & DONTFREE)) */
200 #define freeable(p) ( ((p)->tval
[all...]
/external/ltp/testcases/kernel/sched/process_stress/
H A Dprocess.c172 Pinfo *put_proc_info(int tval);
383 Pinfo *put_proc_info(int tval) argument
392 smp = shmaddr + tval;
401 if (!tval)
405 smp->list = (int *)(Pinfo *) (shmaddr + nodesum) + (BVAL * tval);
406 *smp->list = (tval - 1) / BVAL;
412 if (tval != sibslot)
540 static int tval = 1; /* tree node value of child. */ local
547 tval = (val * BVAL) + i;
552 sprintf(foo, "%sslot%d", SLOTDIR, tval);
[all...]
/external/libedit/src/
H A Dterminal.c181 } tval[] = { variable in typeref:struct:termcapval
1358 for (tv = tval; tv->name != NULL; tv++)
1365 if (tv == &tval[T_pt] || tv == &tval[T_km] ||
1366 tv == &tval[T_am] || tv == &tval[T_xn]) {
1368 el->el_terminal.t_val[tv - tval] = 1;
1370 el->el_terminal.t_val[tv - tval] = 0;
1390 el->el_terminal.t_val[tv - tval] = (int) i;
1393 if (tv == &tval[T_c
[all...]
/external/mksh/src/
H A Dvar.c997 char *tval; local
1000 tval = shf_smprintf(Tf_ss, str_val(vp), val);
1001 val = tval;
1003 tval = NULL;
1015 afree(tval, ATEMP);
/external/v8/src/wasm/
H A Dfunction-body-decoder.cc920 Value tval = Pop(0, fval.type); local
925 TFNode* vals[2] = {tval.node, fval.node};
926 TFNode* phi = builder_->Phi(tval.type, 2, vals, merge);
927 Push(tval.type, phi);
930 Push(tval.type == kWasmVar ? fval.type : tval.type, nullptr);
H A Dwasm-interpreter.cc1298 WasmVal tval = Pop(); local
1299 Push(pc, cond.to<int32_t>() != 0 ? tval : fval);
/external/webrtc/webrtc/base/
H A Dhttpcommon.cc345 struct tm tval; local
346 memset(&tval, 0, sizeof(tval));
352 &tval.tm_mday, month, &tval.tm_year,
353 &tval.tm_hour, &tval.tm_min, &tval.tm_sec, zone)) {
357 case 'N': tval.tm_mon = (month[1] == 'A') ? 0 : 5; break;
358 case 'B': tval
[all...]
/external/tcpdump/
H A Dprint-lldp.c653 u_int tval; local
712 tval=*(tptr+4);
717 ND_PRINT((ndo, "%-2d ", (tval >> i) & 0x01));
718 tval=*(tptr+5);
723 ND_PRINT((ndo, "%-2d ", (tval >> i) & 0x01));
730 tval=*(tptr+4);
732 tval >> 7, (tval >> 6) & 0x02, (tval >> 3) & 0x07, tval
1153 uint8_t tval; local
[all...]
/external/python/cpython2/Modules/
H A Dposixmodule.c2917 double tval = PyFloat_AsDouble(t); local
2930 *usec = (long)((tval - intval) * 1e6); /* can't exceed 1000000 */

Completed in 614 milliseconds