/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSVersion.py | 45 compatible_sdks.sort(key=lambda v: float(v.replace("v", "")), reverse=True)
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_isa.py | 332 lst.reverse()
|
/third_party/python/Lib/multiprocessing/ |
H A D | util.py | 273 the same priority will be called in reverse order of creation. 292 keys.sort(reverse=True)
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLSwitchStatement.cpp | 211 duplicateCases.reverse(); in Convert()
|
/third_party/python/Lib/ |
H A D | textwrap.py | 262 # Arrange in reverse order so items can be efficiently popped 264 chunks.reverse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DDG.cpp | 190 std::reverse(BBList.begin(), BBList.end()); in DataDependenceGraph()
|
H A D | DependenceGraphBuilder.cpp | 304 // being '>' we need to reverse the direction of the edge, because in createMemoryDependencyEdges() 399 for (NodeType *N : reverse(NodesInPO)) in sortNodesTopologically()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 147 for (auto Op : llvm::reverse(Operations)) { in handlePhiDef()
|
H A D | MergedLoadStoreMotion.cpp | 191 for (Instruction &Inst : reverse(*BB1)) { in canSinkFromBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 245 std::reverse(Str.begin(), Str.end());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNILPSched.cpp | 348 std::reverse(Schedule.begin(), Schedule.end()); in schedule()
|
H A D | SILowerSGPRSpills.cpp | 134 for (const CalleeSavedInfo &CI : reverse(CSI)) { in insertCSRRestores() 141 // Insert in reverse order. loadRegFromStackSlot can insert in insertCSRRestores()
|
H A D | AMDGPUAsmPrinter.cpp | 653 for (MCPhysReg Reg : reverse(AMDGPU::VGPR_32RegClass.getRegisters())) { in analyzeResourceUsage() 662 for (MCPhysReg Reg : reverse(AMDGPU::AGPR_32RegClass.getRegisters())) { in analyzeResourceUsage() 673 for (MCPhysReg Reg : reverse(AMDGPU::SGPR_32RegClass.getRegisters())) { in analyzeResourceUsage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZTDC.cpp | 341 // Time to actually replace the instructions. Do it in the reverse order in runOnFunction() 348 for (auto &It : reverse(ConvertedInsts)) { in runOnFunction()
|
/third_party/rust/crates/memchr/src/memmem/prefilter/ |
H A D | mod.rs | 51 /// A prefilter function describes both forward and reverse searches. 52 /// (Although, we don't currently implement prefilters for reverse searching.) 56 /// of a reverse search, the position returned corresponds to the position
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_layout_algorithm.cpp | 1365 float crossSize, float mainSize, LayoutWrapper* layoutWrapper, bool reverse) in FillNewLineBackward() 1389 if (reverse && currentIndex >= gridLayoutInfo_.startIndex_) { in FillNewLineBackward() 1559 bool GridScrollLayoutAlgorithm::GetNextGrid(int32_t& curMain, int32_t& curCross, bool reverse) const in GetNextGrid() 1561 if (!reverse) { in GetNextGrid() 1577 LayoutWrapper* layoutWrapper, const RefPtr<LayoutWrapper>& childLayoutWrapper, bool reverse) in MeasureNewChild() 1609 if (GetNextGrid(mainIndex, crossIndex, reverse) == false) { in MeasureNewChild() 1364 FillNewLineBackward( float crossSize, float mainSize, LayoutWrapper* layoutWrapper, bool reverse) FillNewLineBackward() argument 1576 MeasureNewChild(const SizeF& frameSize, int32_t itemIndex, LayoutWrapper* layoutWrapper, const RefPtr<LayoutWrapper>& childLayoutWrapper, bool reverse) MeasureNewChild() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_slider_bridge.cpp | 647 bool reverse = false;
member 679 options.reverse = reverseArg->ToBoolean(vm)->Value();
in ParseStyleOptions() 749 sliderModifier->setReverse(nativeNode, options.reverse);
in SetSliderOptions()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_content_modifier.cpp | 399 void SliderContentModifier::JudgeNeedAnimate(bool reverse) in JudgeNeedAnimate() argument 401 // when reverse is changed, slider block position changes do not animated. in JudgeNeedAnimate() 402 if (reverse_ != reverse) { in JudgeNeedAnimate() 404 reverse_ = reverse; in JudgeNeedAnimate()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/ |
H A D | vim2m.c | 269 u8 *src, u8 *dst, bool reverse) in copy_line() 273 if (!reverse) { in copy_line() 288 u8 *src[2], u8 **dst, int ypos, bool reverse) in copy_two_pixels() 268 copy_line(struct vim2m_q_data *q_data_out, u8 *src, u8 *dst, bool reverse) copy_line() argument 286 copy_two_pixels(struct vim2m_q_data *q_data_in, struct vim2m_q_data *q_data_out, u8 *src[2], u8 **dst, int ypos, bool reverse) copy_two_pixels() argument
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/ |
H A D | vim2m.c | 264 u8 *src, u8 *dst, bool reverse) in copy_line() 268 if (!reverse) { in copy_line() 283 u8 *src[2], u8 **dst, int ypos, bool reverse) in copy_two_pixels() 263 copy_line(struct vim2m_q_data *q_data_out, u8 *src, u8 *dst, bool reverse) copy_line() argument 281 copy_two_pixels(struct vim2m_q_data *q_data_in, struct vim2m_q_data *q_data_out, u8 *src[2], u8 **dst, int ypos, bool reverse) copy_two_pixels() argument
|
/third_party/backends/backend/ |
H A D | canon630u-common.c | 1366 int stepsize, faststep = 0x0104, reverse = 0x28, phase, pwm = 0x1f; in scan() local 1372 reverse = 0; in scan() 1408 write_byte (fd, REVERSE_STEPS, reverse); in scan()
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf.cc | 152 static bool ppdDefaultOrder(ppd_file_t *ppd) // {{{ -- is reverse? in ppdDefaultOrder() 169 } else if (strcasecmp(val,"Reverse")==0||(strcasecmp(val,"reverse-order")==0)) { in ppdDefaultOrder() 511 param.reverse = (strcasecmp(val, "Reverse") == 0 || in getParameters() 512 strcasecmp(val, "reverse-order") == 0); in getParameters() 514 param.reverse=ppdDefaultOrder(ppd); in getParameters() 814 if (param.reverse) in calculate() 1083 //param.reverse=true; in main()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | ssearch.cpp | 354 void reverse(void); 482 void OrderList::reverse() in reverse() function in OrderList 672 backwardList.reverse(); in offsetTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FlagsCopyLowering.cpp | 455 llvm::reverse(llvm::make_range(Begin, End)), [&](MachineInstr &MI) { in runOnMachineFunction() 514 llvm::reverse(llvm::make_range(TestMBB->instr_begin(), TestPos)), in runOnMachineFunction() 753 llvm::reverse(llvm::make_range(MBB.begin(), TestPos))) { in collectCondsInRegs()
|
/third_party/python/Modules/ |
H A D | mmapmodule.c | 326 int reverse) in mmap_gfind() 333 if (!PyArg_ParseTuple(args, reverse ? "y*|nn:rfind" : "y*|nn:find", in mmap_gfind() 354 if (reverse) { in mmap_gfind() 324 mmap_gfind(mmap_object *self, PyObject *args, int reverse) mmap_gfind() argument
|