Searched refs:Dirty (Results 1 - 9 of 9) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | inode.h | 66 #define NInoDirty(ni) test_nino_flag(ni, Dirty) 67 #define NInoSetDirty(ni) set_nino_flag(ni, Dirty) 68 #define NInoClearDirty(ni) clear_nino_flag(ni, Dirty) 69 #define NInoTestAndSetDirty(ni) test_and_set_nino_flag(ni, Dirty) 70 #define NInoTestAndClearDirty(ni) test_and_clear_nino_flag(ni, Dirty) 86 #define NInoAttrListDirty(ni) test_nino_al_flag(ni, Dirty) 87 #define NInoAttrListSetDirty(ni) set_nino_al_flag(ni, Dirty) 88 #define NInoAttrListClearDirty(ni) clear_nino_al_flag(ni, Dirty) 89 #define NInoAttrListTestAndSetDirty(ni) test_and_set_nino_al_flag(ni, Dirty) 90 #define NInoAttrListTestAndClearDirty(ni) test_and_clear_nino_al_flag(ni, Dirty) [all...] |
H A D | device.h | 60 #define NDevDirty(nd) test_ndev_flag(nd, Dirty) 61 #define NDevSetDirty(nd) set_ndev_flag(nd, Dirty) 62 #define NDevClearDirty(nd) clear_ndev_flag(nd, Dirty)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ScheduleDAG.cpp | 467 Dirty = false; 525 if (Dirty) { 540 Dirty = Dirty || Updates.size() > 10; 542 if (Dirty)
|
H A D | RegAllocFast.cpp | 89 bool Dirty = false; ///< Register needs spill. member 421 if (LR.Dirty) { in spillVirtReg() 425 LR.Dirty = false; in spillVirtReg() 579 return LRI->Dirty ? spillDirty : spillClean; in calcSpillCost() 600 Cost += LRI->Dirty ? spillDirty : spillClean; in calcSpillCost() 803 LRI->Dirty = true; in defineVirtReg() 821 } else if (LRI->Dirty) { in reloadVirtReg() 993 if (LRI->Dirty) in dumpState()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 695 bool Dirty = false; member in llvm::SUnit::ScheduleDAGTopologicalSort 759 void MarkDirty() { Dirty = true; } in MarkDirty()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaitcnts.cpp | 383 bool Dirty = true; member 1513 if (!BI.Dirty) in runOnMachineFunction() 1531 BI.Dirty = false; in runOnMachineFunction() 1539 SuccBI.Dirty = true; in runOnMachineFunction() 1548 SuccBI.Dirty = true; in runOnMachineFunction()
|
/third_party/ninja/src/ |
H A D | build_test.cc | 525 void Dirty(const string& path);
757 void BuildTest::Dirty(const string& path) {
in Dirty() function in BuildTest 775 Dirty("cat1");
in TEST_F() 789 Dirty("cat1");
in TEST_F() 923 Dirty("in1");
in TEST_F() 939 Dirty("in1");
in TEST_F() 2201 Dirty("out");
in TEST_F()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 7390 bool Dirty; // Set when the document has been modified member 7398 Dirty = false; 7404 void DoForceClose() { Open = false; Dirty = false; } 7405 void DoSave() { Dirty = false; } 7416 doc->Dirty = true; 7562 ImGuiTabItemFlags tab_flags = (doc->Dirty ? ImGuiTabItemFlags_UnsavedDocument : 0); 7566 if (!doc->Open && doc->Dirty) 7605 if (close_queue[n]->Dirty) 7626 if (close_queue[n]->Dirty) 7636 if (close_queue[n]->Dirty) [all...] |
/third_party/python/Lib/test/ |
H A D | test_enum.py | 3930 class Dirty(Enum): class 4055 class Dirty(Enum): class
|
Completed in 36 milliseconds