Home
last modified time | relevance | path

Searched defs:tval (Results 1 – 19 of 19) sorted by relevance

/external/libcups/cups/
Dbackchannel.c54 struct timeval tval; /* Timeout value */ in cupsBackChannelRead() local
106 struct timeval tval; /* Timeout value */ in cupsBackChannelWrite() local
178 struct timeval *tval, /* I - Timer value */ in cups_setup()
/external/toybox/toys/pending/
Darping.c121 struct timeval tval; in send_packet() local
164 struct timeval tval; in recv_from() local
Dip.c2561 unsigned long tval = strtoul(*argv, &ptr, 16); in parse_iptunnel_args() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
D6-1.c23 int tval = BOGUSTID; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/speculative/
D5-1.c23 int tval = BOGUSTIMERID; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
D6-1.c24 int tval = BOGUSTID; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/speculative/
D12-1.c23 int tval = BOGUSTID; in main() local
/external/ltp/tools/pounder21/src/memxfer5b/
Dmemxfer5b.c331 double tval() in tval() function
/external/boringssl/src/crypto/x509v3/
Dv3_ncons.c119 CONF_VALUE tval, *val; variable
/external/ltp/testcases/kernel/sched/process_stress/
Dprocess.c383 Pinfo *put_proc_info(int tval) in put_proc_info()
540 static int tval = 1; /* tree node value of child. */ local
/external/skia/samplecode/
DSamplePath.cpp38 SkScalar tval[] = { 0.33333334f, 0.99999994f }; in test_cubic() local
/external/tcpdump/
Dprint-lldp.c645 u_int tval; in lldp_private_8021_print() local
1108 uint8_t tval; in lldp_private_dcbx_print() local
/external/libedit/src/
Dterminal.c181 } tval[] = { variable
/external/mksh/src/
Dvar.c982 char *tval; in typeset() local
/external/webrtc/webrtc/base/
Dhttpcommon.cc345 struct tm tval; in HttpDateToSeconds() local
/external/libchrome/base/time/
Dtime_unittest.cc563 struct timeval tval; in TEST_F() local
/external/v8/src/wasm/
Dast-decoder.cc859 Value tval = Pop(); in DecodeFunctionBody() local
Dwasm-interpreter.cc1309 WasmVal tval = Pop(); in Execute() local
Dwasm-macro-gen.h120 #define WASM_SELECT(tval, fval, cond) tval, fval, cond, kExprSelect argument