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

  /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/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 38 SkScalar tval[] = { 0.33333334f, 0.99999994f }; local
40 SkChopCubicAt(src, dst, tval, 2);
  /external/libchrome/base/time/
time_unittest.cc 563 struct timeval tval; local
564 tval.tv_sec = std::numeric_limits<time_t>::max();
565 tval.tv_usec = static_cast<suseconds_t>(Time::kMicrosecondsPerSecond) - 1;
566 t = Time::FromTimeVal(tval);
568 tval = t.ToTimeVal();
569 EXPECT_EQ(std::numeric_limits<time_t>::max(), tval.tv_sec);
571 tval.tv_usec);
    [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 982 char *tval; local
985 tval = shf_smprintf(Tf_ss, str_val(vp), val);
986 val = tval;
988 tval = NULL;
1000 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/
ast-decoder.cc 859 Value tval = Pop(); local
860 if (tval.type == kAstStmt || tval.type != fval.type) {
861 if (tval.type != kAstEnd && fval.type != kAstEnd) {
867 DCHECK(tval.type != kAstEnd);
873 TFNode* vals[2] = {tval.node, fval.node};
874 TFNode* phi = builder_->Phi(tval.type, 2, vals, merge);
875 Push(tval.type, phi);
878 Push(tval.type, nullptr);
    [all...]
wasm-interpreter.cc 1309 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 645 u_int tval; local
704 tval=*(tptr+4);
709 ND_PRINT((ndo, "%-2d ", (tval >> i) & 0x01));
710 tval=*(tptr+5);
715 ND_PRINT((ndo, "%-2d ", (tval >> i) & 0x01));
722 tval=*(tptr+4);
724 tval >> 7, (tval >> 6) & 0x02, (tval >> 3) & 0x07, tval & 0x07))
1108 uint8_t tval; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sparc.c 3607 bfd_vma tval = val; local
3616 bfd_vma tval = val; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 1275 double tval = PyFloat_AsDouble(t); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 2735 double tval = PyFloat_AsDouble(t); local
    [all...]

Completed in 3403 milliseconds