/third_party/skia/src/sksl/ir/ |
H A D | SkSLFunctionDefinition.cpp | 55 auto Adjust = [&]() -> DSLExpression { in append_rtadjust_fixup_to_vertex_main() local 62 Pos() = Float4(Swizzle(Pos(), X, Y) * Swizzle(Adjust(), X, Z) + in append_rtadjust_fixup_to_vertex_main() 63 Swizzle(Pos(), W, W) * Swizzle(Adjust(), Y, W), in append_rtadjust_fixup_to_vertex_main()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp3dsp.asm | 470 ADD(m2) ; Adjust R2 and R1 before shifting 480 ADD(m4) ; Adjust R4 and R3 before shifting 486 ADD(m6) ; Adjust R6 and R5 before shifting 492 ADD(m7) ; Adjust R7 and R0 before shifting
|
/third_party/gn/src/base/numerics/ |
H A D | safe_conversions_impl.h | 255 static constexpr T Adjust(T value) { in Adjust() function 266 static constexpr T Adjust(T value) { 272 static constexpr Dst max() { return Adjust(Bounds<Dst>::max()); } 273 static constexpr Dst lowest() { return Adjust(Bounds<Dst>::lowest()); }
|
/third_party/node/deps/v8/src/base/ |
H A D | safe_conversions_impl.h | 258 static constexpr T Adjust(T value) { in Adjust() function 268 static constexpr T Adjust(T value) { 274 static constexpr Dst max() { return Adjust(Bounds<Dst>::max()); } 275 static constexpr Dst lowest() { return Adjust(Bounds<Dst>::lowest()); }
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
H A D | safe_conversions_impl.h | 268 static constexpr T Adjust(T value) in Adjust() function 278 static constexpr T Adjust(T value) 285 static constexpr Dst max() { return Adjust(Bounds<Dst>::max()); } 286 static constexpr Dst lowest() { return Adjust(Bounds<Dst>::lowest()); }
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-function-mocker.h | 63 static AdjustT<MockType> Adjust(const MockType& mock) { in Adjust() function 202 _Constness, const, ) int _RefSpec>::Adjust(*this) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 736 APInt Adjust = LowerDiv & APInt::getBitsSetFrom(getBitWidth(), DstTySize); variable 737 LowerDiv -= Adjust; 738 UpperDiv -= Adjust;
|
H A D | Function.cpp | 573 int Adjust = NameTable.data() - IntrinsicNameTable; in lookupIntrinsicID() local 574 Intrinsic::ID ID = static_cast<Intrinsic::ID>(Idx + Adjust); in lookupIntrinsicID()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftobjs.c | 442 goto Adjust; in FT_BASE_DEF() 448 goto Adjust; in FT_BASE_DEF() 453 goto Adjust; in FT_BASE_DEF() 459 Adjust: in FT_BASE_DEF()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 4073 int Adjust = 0; in adjustDefLatency() local 4085 --Adjust; in adjustDefLatency() 4095 --Adjust; in adjustDefLatency() 4113 Adjust -= 2; in adjustDefLatency() 4116 --Adjust; in adjustDefLatency() 4126 Adjust -= 2; in adjustDefLatency() 4241 ++Adjust; in adjustDefLatency() 4245 return Adjust; in adjustDefLatency() 4332 // Adjust for IT block position. in getOperandLatencyImpl() 4335 // Adjust fo in getOperandLatencyImpl() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | peers.cpp | 86 peers->setResizeMode(QListView::Adjust); in Peers()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | peers.cpp | 86 peers->setResizeMode(QListView::Adjust); in Peers()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 195 return ArrayBufferAllocatorBase::Allocate(Adjust(length)); 199 return ArrayBufferAllocatorBase::AllocateUninitialized(Adjust(length)); 203 return ArrayBufferAllocatorBase::Free(data, Adjust(length)); 207 size_t Adjust(size_t length) { in Adjust() function in v8::__anon14447::MockArrayBufferAllocator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 3737 // Adjust the Return address stack slot. 9557 // Adjust IndicesVec to match VT size. 10452 // Adjust second vector indices to start at LaneSize instead of Size. 10508 // Adjust second vector indices to start at LaneSize instead of Size. 13832 // Adjust the mask to match the new locations of A and B. 19470 SDValue Adjust; // 0x0 or 0x80000000, for result sign bit adjustment. 19479 // Adjust = (Value < Thresh) ? 0 : 0x80000000; 19484 // to XOR'ing the high 32 bits with Adjust. 19517 Adjust = DAG.getSelect(DL, MVT::i64, Cmp, 19564 Res = DAG.getNode(ISD::XOR, DL, MVT::i64, Res, Adjust); [all...] |