Searched refs:AVal (Results 1 – 8 of 8) sorted by relevance
/third_party/rust/crates/cxx/tests/ |
D | test.rs | 79 enm @ ffi::Enum::AVal => assert_eq!(0, enm.repr), in test_c_return() 201 check!(ffi::c_take_enum(ffi::Enum::AVal)); in test_c_take() 299 assert_eq!(0, ffi::Enum::AVal.repr); in test_enum_representations()
|
/third_party/rust/crates/cxx/tests/ffi/ |
D | tests.cc | 189 if (n <= static_cast<uint16_t>(Enum::AVal)) { in c_return_enum() 190 return Enum::AVal; in c_return_enum() 533 if (e == Enum::AVal) { in c_take_enum() 786 ASSERT(r_return_enum(0) == Enum::AVal); in cxx_run_test() 805 r_take_enum(Enum::AVal); in cxx_run_test()
|
D | lib.rs | 37 AVal, enumerator 538 ffi::Enum::AVal in r_return_enum()
|
/third_party/gstreamer/gstplugins_bad/ext/rtmp/ |
D | gstrtmpsink.c | 353 AVal host; in gst_rtmp_sink_uri_set_uri() 355 AVal playpath, app; in gst_rtmp_sink_uri_set_uri()
|
D | gstrtmpsrc.c | 250 AVal host; in gst_rtmp_src_uri_set_uri() 252 AVal playpath, app; in gst_rtmp_src_uri_set_uri()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Metadata.cpp | 935 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF(); in getMostGenericFPMath() local 937 if (AVal.compare(BVal) == APFloat::cmpLessThan) in getMostGenericFPMath() 1055 ConstantInt *AVal = mdconst::extract<ConstantInt>(A->getOperand(0)); in getMostGenericAlignmentOrDereferenceable() local 1057 if (AVal->getZExtValue() < BVal->getZExtValue()) in getMostGenericAlignmentOrDereferenceable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 5368 SDValue PVal, AVal, KVal, QVal; in prepareSREMEqFold() local 5385 AVal = DAG.getBuildVector(VT, DL, AAmts); in prepareSREMEqFold() 5390 AVal = AAmts[0]; in prepareSREMEqFold() 5405 Op0 = DAG.getNode(ISD::ADD, DL, VT, Op0, AVal); in prepareSREMEqFold()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 145254 RTMP_ParseURL with 3 AVal pointers as parameters: host, 145256 AVal is a struct with a char* + int. After RTMP_ParseURL call,
|