/third_party/libinput/src/ |
D | util-input-event.h | 38 struct timeval tval = us2tv(time); in input_event_init() local 40 ev.input_event_sec = tval.tv_sec; in input_event_init() 41 ev.input_event_usec = tval.tv_usec; in input_event_init() 52 struct timeval tval; in input_event_time() local 54 tval.tv_sec = e->input_event_sec; in input_event_time() 55 tval.tv_usec = e->input_event_usec; in input_event_time() 57 return tv2us(&tval); in input_event_time() 65 struct timeval tval = us2tv(time); in input_event_set_time() local 67 e->input_event_sec = tval.tv_sec; in input_event_set_time() 68 e->input_event_usec = tval.tv_usec; in input_event_set_time()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrQPX.td | 1114 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETLT)), 1115 (SELECT_QFRC (CRANDC $lhs, $rhs), $tval, $fval)>; 1116 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETULT)), 1117 (SELECT_QFRC (CRANDC $rhs, $lhs), $tval, $fval)>; 1118 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETLE)), 1119 (SELECT_QFRC (CRORC $lhs, $rhs), $tval, $fval)>; 1120 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETULE)), 1121 (SELECT_QFRC (CRORC $rhs, $lhs), $tval, $fval)>; 1122 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETEQ)), 1123 (SELECT_QFRC (CREQV $lhs, $rhs), $tval, $fval)>; [all …]
|
D | PPCInstrSPE.td | 848 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETLT)), 849 (SELECT_SPE4 (CRANDC $lhs, $rhs), $tval, $fval)>; 850 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETULT)), 851 (SELECT_SPE4 (CRANDC $rhs, $lhs), $tval, $fval)>; 852 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETLE)), 853 (SELECT_SPE4 (CRORC $lhs, $rhs), $tval, $fval)>; 854 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETULE)), 855 (SELECT_SPE4 (CRORC $rhs, $lhs), $tval, $fval)>; 856 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETEQ)), 857 (SELECT_SPE4 (CREQV $lhs, $rhs), $tval, $fval)>; [all …]
|
D | PPCInstrInfo.td | 3923 def : Pat<(i1 (select i1:$cond, i1:$tval, i1:$fval)), 3924 (CROR (CRAND $cond , $tval), 3928 // select (lhs == rhs), tval, fval is: 3929 // ((lhs == rhs) & tval) | (!(lhs == rhs) & fval) 3930 def : Pat <(i1 (selectcc i1:$lhs, i1:$rhs, i1:$tval, i1:$fval, SETLT)), 3931 (CROR (CRAND (CRANDC $lhs, $rhs), $tval), 3933 def : Pat <(i1 (selectcc i1:$lhs, i1:$rhs, i1:$tval, i1:$fval, SETULT)), 3934 (CROR (CRAND (CRANDC $rhs, $lhs), $tval), 3936 def : Pat <(i1 (selectcc i1:$lhs, i1:$rhs, i1:$tval, i1:$fval, SETLE)), 3937 (CROR (CRAND (CRORC $lhs, $rhs), $tval), [all …]
|
D | PPCInstrVSX.td | 1144 def : Pat<(v2f64 (selectcc i1:$lhs, i1:$rhs, v2f64:$tval, v2f64:$fval, SETLT)), 1145 (SELECT_VSRC (CRANDC $lhs, $rhs), $tval, $fval)>; 1146 def : Pat<(v2f64 (selectcc i1:$lhs, i1:$rhs, v2f64:$tval, v2f64:$fval, SETULT)), 1147 (SELECT_VSRC (CRANDC $rhs, $lhs), $tval, $fval)>; 1148 def : Pat<(v2f64 (selectcc i1:$lhs, i1:$rhs, v2f64:$tval, v2f64:$fval, SETLE)), 1149 (SELECT_VSRC (CRORC $lhs, $rhs), $tval, $fval)>; 1150 def : Pat<(v2f64 (selectcc i1:$lhs, i1:$rhs, v2f64:$tval, v2f64:$fval, SETULE)), 1151 (SELECT_VSRC (CRORC $rhs, $lhs), $tval, $fval)>; 1152 def : Pat<(v2f64 (selectcc i1:$lhs, i1:$rhs, v2f64:$tval, v2f64:$fval, SETEQ)), 1153 (SELECT_VSRC (CREQV $lhs, $rhs), $tval, $fval)>; [all …]
|
/third_party/toybox/toys/pending/ |
D | arping.c | 121 struct timeval tval; in send_packet() local 123 gettimeofday(&tval, NULL); in send_packet() 124 TT.sent_at = tval.tv_sec * 1000000ULL + tval.tv_usec; in send_packet() 164 struct timeval tval; in recv_from() local 166 gettimeofday(&tval, NULL); in recv_from() 167 delta = (tval.tv_sec * 1000000ULL + (tval.tv_usec)) - TT.sent_at; in recv_from()
|
/third_party/libcoap/src/ |
D | coap_encode.c | 79 uint64_t tval = val; in coap_encode_var_safe8() local 81 for (n = 0; tval && n < sizeof(val); ++n) in coap_encode_var_safe8() 82 tval >>= 8; in coap_encode_var_safe8()
|
/third_party/libsnd/src/ |
D | test_conversions.c | 36 #define cmp_test(line, ival, tval, str) \ argument 37 if (ival != tval) \ 38 { printf (str, line, ival, tval) ; \
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/speculative/ |
D | 5-1.c | 23 int tval = BOGUSTIMERID; in main() local 24 tid = (timer_t) & tval; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/ |
D | 6-1.c | 23 int tval = BOGUSTID; in main() local 24 tid = (timer_t) & tval; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/ |
D | 6-1.c | 24 int tval = BOGUSTID; in main() local 25 tid = (timer_t) & tval; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/speculative/ |
D | 12-1.c | 23 int tval = BOGUSTID; in main() local 24 tid = (timer_t) & tval; in main()
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
D | clock_gettime04.c | 62 struct timeval tval; in my_gettimeofday() local 67 if (gettimeofday(&tval, NULL) < 0) in my_gettimeofday() 74 *((struct timespec *)ts) = tst_timespec_from_us(tst_timeval_to_us(tval)); in my_gettimeofday()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | tasn_fre.c | 125 ASN1_VALUE *tval; in ossl_asn1_template_free() local 127 tval = (ASN1_VALUE *)pval; in ossl_asn1_template_free() 128 pval = &tval; in ossl_asn1_template_free()
|
D | tasn_new.c | 212 ASN1_VALUE *tval; in asn1_template_new() local 215 tval = (ASN1_VALUE *)pval; in asn1_template_new() 216 pval = &tval; in asn1_template_new()
|
D | tasn_enc.c | 221 const ASN1_VALUE *tval; in asn1_template_ex_i2d() local 228 tval = (ASN1_VALUE *)pval; in asn1_template_ex_i2d() 229 pval = &tval; in asn1_template_ex_i2d()
|
/third_party/openssl/crypto/asn1/ |
D | tasn_fre.c | 125 ASN1_VALUE *tval; in ossl_asn1_template_free() local 127 tval = (ASN1_VALUE *)pval; in ossl_asn1_template_free() 128 pval = &tval; in ossl_asn1_template_free()
|
D | tasn_new.c | 212 ASN1_VALUE *tval; in asn1_template_new() local 215 tval = (ASN1_VALUE *)pval; in asn1_template_new() 216 pval = &tval; in asn1_template_new()
|
D | tasn_enc.c | 221 const ASN1_VALUE *tval; in asn1_template_ex_i2d() local 228 tval = (ASN1_VALUE *)pval; in asn1_template_ex_i2d() 229 pval = &tval; in asn1_template_ex_i2d()
|
D | tasn_dec.c | 576 ASN1_VALUE *tval; in asn1_template_noexp_d2i() local 590 tval = (ASN1_VALUE *)val; in asn1_template_noexp_d2i() 591 val = &tval; in asn1_template_noexp_d2i()
|
/third_party/ffmpeg/libavformat/ |
D | libamqp.c | 71 struct timeval tval = { 0 }; in amqp_proto_open() local 148 tval.tv_sec = s->connection_timeout / 1000000; in amqp_proto_open() 149 tval.tv_usec = s->connection_timeout % 1000000; in amqp_proto_open() 150 ret = amqp_socket_open_noblock(s->socket, hostname, port, &tval); in amqp_proto_open()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_ncons.c | 129 CONF_VALUE tval, *val; in v2i_NAME_CONSTRAINTS() local 141 tval.name = val->name + 10; in v2i_NAME_CONSTRAINTS() 144 tval.name = val->name + 9; in v2i_NAME_CONSTRAINTS() 149 tval.value = val->value; in v2i_NAME_CONSTRAINTS() 153 if (!v2i_GENERAL_NAME_ex(sub->base, method, ctx, &tval, 1)) in v2i_NAME_CONSTRAINTS()
|
/third_party/openssl/crypto/x509/ |
D | v3_ncons.c | 129 CONF_VALUE tval, *val; in v2i_NAME_CONSTRAINTS() local 141 tval.name = val->name + 10; in v2i_NAME_CONSTRAINTS() 144 tval.name = val->name + 9; in v2i_NAME_CONSTRAINTS() 149 tval.value = val->value; in v2i_NAME_CONSTRAINTS() 153 if (!v2i_GENERAL_NAME_ex(sub->base, method, ctx, &tval, 1)) in v2i_NAME_CONSTRAINTS()
|
/third_party/benchmark/test/ |
D | output_test.h | 136 T tval = static_cast<T>(dval); in GetCounterAs() local 137 return tval; in GetCounterAs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDAGISel.inc | 29036 /* 69499*/ OPC_RecordChild1, // #1 = $tval 29047 …// Src: (select:{ *:[i1] } i1:{ *:[i1] }:$cond, i1:{ *:[i1] }:$tval, i1:{ *:[i1] }:$fval) - Comple… 29048 …// Dst: (CROR:{ *:[i1] } (CRAND:{ *:[i1] } ?:{ *:[i1] }:$cond, ?:{ *:[i1] }:$tval), (CRAND:{ *:[i1… 29139 /* 69723*/ OPC_RecordChild2, // #2 = $tval 29156 …electcc:{ *:[i1] } i1:{ *:[i1] }:$lhs, i1:{ *:[i1] }:$rhs, i1:{ *:[i1] }:$tval, i1:{ *:[i1] }:$fva… 29157 …} (CRANDC:{ *:[i1] } ?:{ *:[i1] }:$lhs, ?:{ *:[i1] }:$rhs), ?:{ *:[i1] }:$tval), (CRAND:{ *:[i1] }… 29172 …electcc:{ *:[i1] } i1:{ *:[i1] }:$lhs, i1:{ *:[i1] }:$rhs, i1:{ *:[i1] }:$tval, i1:{ *:[i1] }:$fva… 29173 …} (CRANDC:{ *:[i1] } ?:{ *:[i1] }:$rhs, ?:{ *:[i1] }:$lhs), ?:{ *:[i1] }:$tval), (CRAND:{ *:[i1] }… 29188 …electcc:{ *:[i1] } i1:{ *:[i1] }:$lhs, i1:{ *:[i1] }:$rhs, i1:{ *:[i1] }:$tval, i1:{ *:[i1] }:$fva… 29189 … } (CRORC:{ *:[i1] } ?:{ *:[i1] }:$lhs, ?:{ *:[i1] }:$rhs), ?:{ *:[i1] }:$tval), (CRAND:{ *:[i1] }… [all …]
|