/third_party/ntfs-3g/include/ntfs-3g/ |
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)
|
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/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11screencapture.cpp | 1037 SetDirtyVert (VERTEX* Vertices, RECT* Dirty, in SetDirtyVert() argument 1048 RECT DestDirty = *Dirty; in SetDirtyVert() 1054 DestDirty.left = Width - Dirty->bottom; in SetDirtyVert() 1055 DestDirty.top = Dirty->left; in SetDirtyVert() 1056 DestDirty.right = Width - Dirty->top; in SetDirtyVert() 1057 DestDirty.bottom = Dirty->right; in SetDirtyVert() 1060 MyFLOAT2(Dirty->right / static_cast<FLOAT>(ThisDesc->Width), in SetDirtyVert() 1061 Dirty->bottom / static_cast<FLOAT>(ThisDesc->Height)); in SetDirtyVert() 1063 MyFLOAT2(Dirty->left / static_cast<FLOAT>(ThisDesc->Width), in SetDirtyVert() 1064 Dirty->bottom / static_cast<FLOAT>(ThisDesc->Height)); in SetDirtyVert() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 467 Dirty = false; in InitDAGTopologicalSorting() 525 if (Dirty) { in FixOrder() 540 Dirty = Dirty || Updates.size() > 10; in AddPredQueued() 542 if (Dirty) in AddPredQueued()
|
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/pulseaudio/scripts/ |
D | plot_memory_usage.gp | 44 set y2label "Dirty RSS consumption (MiB)" 61 inputFile using 1:($3/1024) title "Dirty RSS" axes x1y2 with linespoints
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | DirtyBits.md | 1 # Dirty Bits and State Changes 32 ## Dirty Bits 50 Dirty bits allow us to efficiently process groups of state updates. We use fast instrinsic functions
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 695 bool Dirty = false; 759 void MarkDirty() { Dirty = true; }
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.1.3.rst | 39 - radv: Dirty all descriptors sets when changing the pipeline.
|
D | 22.1.3.rst | 194 - intel/blorp: Dirty depth bounds dynamic state bits after blorp
|
D | 21.2.0.rst | 607 - panfrost: Dirty all state when batch is set 608 - panfrost: Dirty track RSDs 609 - panfrost: Dirty track textures/samplers 610 - panfrost: Dirty track viewport descriptor 611 - panfrost: Dirty track fragment images 657 - asahi: Dirty track viewport descriptor 699 - panfrost: Dirty track constant buffers 701 - panfrost: Dirty track stack sizes
|
D | 22.2.0.rst | 357 - panfrost: Dirty track batch masks 3025 - vulkan: Dirty VP_VIEWPORTS/SCISSORS when copying viewports/scissors 5686 - anv: Dirty all dynamic state bits when creating command buffer state 5687 - intel/blorp: Dirty depth bounds dynamic state bits after blorp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
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/ |
D | build_test.cc | 524 void Dirty(const string& path); 721 void BuildTest::Dirty(const string& path) { in Dirty() function in BuildTest 739 Dirty("cat1"); in TEST_F() 753 Dirty("cat1"); in TEST_F() 887 Dirty("in1"); in TEST_F() 903 Dirty("in1"); in TEST_F() 2085 Dirty("out"); in TEST_F()
|
/third_party/skia/third_party/externals/imgui/ |
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)
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 1075 Dirty
|
D | i386.txt | 264 5.2.4.3 Accessed and Dirty Bits 5233 5.2.4.3 Accessed and Dirty Bits
|
D | i386-notutf8.txt | 264 5.2.4.3 Accessed and Dirty Bits 5233 5.2.4.3 Accessed and Dirty Bits
|
/third_party/python/Lib/test/ |
D | test_enum.py | 3149 class Dirty(Enum): class
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | ulyss10.txt | 3469 Dirty cleans. Ashes too. Reclaim the whole place. Grow peas in that corner 15959 flute. Concert tour. Dirty Dan the dodger's son off Island bridge that 20820 (SHE PAWS HIS SLEEVE, SLOBBERING) Dirty married man! I love you for doing
|
/third_party/rust/crates/regex/regex-capi/examples/ |
D | sherlock.txt | 6002 "Dirty?"
|
/third_party/rust/crates/regex/bench/src/data/ |
D | sherlock.txt | 6002 "Dirty?"
|
/third_party/rust/crates/aho-corasick/bench/data/ |
D | sherlock.txt | 6002 "Dirty?"
|
/third_party/rust/crates/memchr/bench/data/sherlock/ |
D | huge.txt | 6002 "Dirty?"
|