HomeSort by relevance Sort by last modified time
    Searched defs:tval (Results 1 - 25 of 29) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/speculative/
5-1.c 23 int tval = BOGUSTIMERID; local
24 tid = (timer_t) & tval;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
6-1.c 23 int tval = BOGUSTID; local
24 tid = (timer_t) & tval;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
6-1.c 24 int tval = BOGUSTID; local
25 tid = (timer_t) & tval;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/speculative/
12-1.c 23 int tval = BOGUSTID; local
24 tid = (timer_t) & tval;
  /external/libcups/cups/
backchannel.c 34 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->tv_usec = (int)(1000000.0 * (timeout - tval->tv_sec))
    [all...]
  /external/toybox/toys/pending/
arping.c 121 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;
ip.c 2561 unsigned long tval = strtoul(*argv, &ptr, 16); local
    [all...]
  /external/flatbuffers/include/flatbuffers/
minireflect.h 118 template<typename T> const char *EnumName(T tval, const TypeTable *type_table) {
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, EnumName(tval, type_table))
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/
output_test.h 130 T tval = static_cast< T >(dval); local
131 return tval;
  /external/libcxx/utils/google-benchmark/test/
output_test.h 130 T tval = static_cast< T >(dval); local
131 return tval;
  /external/ltp/tools/pounder21/src/memxfer5b/
memxfer5b.c 39 double tval(void);
240 t = tval();
250 tottim = tval();
331 double tval() function
  /external/skia/samplecode/
SamplePath.cpp 39 SkScalar tval[] = { 0.33333334f, 0.99999994f }; local
41 SkChopCubicAt(src, dst, tval, 2);
  /external/skqp/samplecode/
SamplePath.cpp 39 SkScalar tval[] = { 0.33333334f, 0.99999994f }; local
41 SkChopCubicAt(src, dst, tval, 2);
  /external/libchrome/base/time/
time_unittest.cc 573 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);
    [all...]
  /external/one-true-awk/
awk.h 84 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 & (STR|DONTFREE)) == STR
    [all...]
  /external/libedit/src/
terminal.c 181 } tval[] = { variable in typeref:struct:termcapval
    [all...]
  /external/ltp/testcases/kernel/sched/process_stress/
process.c 82 #define TVAL (*edat[TNDX].eval.vint) /* timer value */
126 "TVAL", {
172 Pinfo *put_proc_info(int tval);
383 Pinfo *put_proc_info(int tval)
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
    [all...]
  /external/mksh/src/
var.c 997 char *tval; local
1000 tval = shf_smprintf(Tf_ss, str_val(vp), val);
1001 val = tval;
1003 tval = NULL;
1015 afree(tval, ATEMP);
    [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 345 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.tm_mon = 1; break
    [all...]
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.c 803 GTimeVal tval = {0}; local
804 g_get_current_time(&tval);
805 mix->ts_last = 1000ll * tval.tv_sec + tval.tv_usec / 1000;
919 GTimeVal tval = {0}; local
920 g_get_current_time(&tval);
921 ts = 1000ll * tval.tv_sec + tval.tv_usec / 1000;
1303 GTimeVal tval = {0}; local
1357 GTimeVal tval = {0}; local
    [all...]
  /external/v8/src/wasm/
function-body-decoder.cc 920 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);
    [all...]
wasm-interpreter.cc 1298 WasmVal tval = Pop(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 1221 double tval = PyFloat_AsDouble(t); local
    [all...]
  /external/tcpdump/
print-lldp.c 653 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 & 0x07))
1153 uint8_t tval; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-sparc.c 3729 bfd_vma tval = val; local
3738 bfd_vma tval = val; local
    [all...]

Completed in 730 milliseconds

1 2