Home
last modified time | relevance | path

Searched defs:CNode (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DApfsHandler.cpp1338 struct CNode struct
1340 unsigned ItemIndex; // index to CItem. We set it only if Node is directory.
1341 unsigned NumCalcedLinks; // Num links to that node
1344 UInt64 parent_id; // The identifier of the file system record for the parent directory.
1345 UInt64 private_id;
1346 UInt64 create_time;
1347 UInt64 mod_time;
1348 UInt64 change_time;
1349 UInt64 access_time;
1350 UInt64 internal_flags;
[all …]
H A DExtHandler.cpp619 struct CNode struct
621 Int32 ParentNode; // in _refs[], -1 if not dir
622 int ItemIndex; // in _items[] , (set as >=0 only for if (IsDir())
623 int SymLinkIndex; // in _symLinks[]
624 int DirIndex; // in _dirs[]
626 UInt16 Mode;
627 UInt32 Uid; // fixed 21.02
628 UInt32 Gid; // fixed 21.02
631 UInt64 FileSize;
632 CExtTime MTime;
[all …]
H A DSquashfsHandler.cpp273 struct CNode struct
275 UInt16 Type;
276 UInt16 Mode;
277 UInt16 Uid;
278 UInt16 Gid;
279 UInt32 Frag;
280 UInt32 Offset;
288 UInt64 FileSize;
289 UInt64 StartBlock;
297 bool IsDir() const { return (Type == kType_DIR || Type == kType_DIR + 7); } in IsDir()
[all …]
/aosp_15_r20/external/lzma/CPP/Common/
H A DMyMap.h11 struct CNode struct
19 CRecordVector<CNode> Nodes; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3927 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPISTR() local
3937 MachineSDNode *CNode = CurDAG->getMachineNode(ROpc, dl, VTs, Ops); in emitPCMPISTR() local
3960 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPESTR() local
3971 MachineSDNode *CNode = CurDAG->getMachineNode(ROpc, dl, VTs, Ops); in emitPCMPESTR() local
4682 MachineSDNode *CNode; in tryVPTESTM() local
4826 MachineSDNode *CNode; in Select() local
4888 MachineSDNode *CNode = CurDAG->getMachineNode(Opc, dl, MVT::Other, in Select() local
4905 MachineSDNode *CNode; in Select() local
4940 MachineSDNode *CNode; in Select() local
5138 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in Select() local
[all …]
H A DX86ISelLowering.cpp7252 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantFromBasePtr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3650 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPISTR() local
3660 MachineSDNode *CNode = CurDAG->getMachineNode(ROpc, dl, VTs, Ops); in emitPCMPISTR() local
3683 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPESTR() local
3694 MachineSDNode *CNode = CurDAG->getMachineNode(ROpc, dl, VTs, Ops); in emitPCMPESTR() local
4326 MachineSDNode *CNode; in tryVPTESTM() local
4472 MachineSDNode *CNode = CurDAG->getMachineNode(Opc, dl, MVT::Other, in Select() local
4672 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in Select() local
4733 MachineSDNode *CNode; in Select() local
4816 MachineSDNode *CNode = nullptr; in Select() local
4831 SDNode *CNode = CurDAG->getMachineNode(Opc, dl, VTs, Ops); in Select() local
[all …]
H A DX86ISelLowering.cpp6114 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantFromNode() local
6329 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantBitsFromNode() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddxtmpl.h317 struct CNode { struct
318 CNode *pNext; argument
319 CNode *pPrev; argument
320 TYPE data;
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2127 SDNode *CNode = CurDAG->getMachineNode(Opc, dl, VTs, Ops); in Select() local
2151 SDNode *CNode = CurDAG->getMachineNode(Opc, dl, VTs, Ops); in Select() local
2226 MachineSDNode *CNode = nullptr; in Select() local
2256 SDNode *CNode = CurDAG->getMachineNode(Opc, dl, VTs, Ops); in Select() local
2262 SDNode *CNode = CurDAG->getMachineNode(Opc, dl, VTs, Ops); in Select() local
2430 SDNode *CNode = in Select() local
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/
H A DTopLevelTest.kt191 data class CNode(val d: Int) dataClass
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/dtm/
H A DTestDTMTraverser.java128 int CNode = dtm.getFirstChild(DNode); // <Comment> in main() local
H A DTestDTMIterator.java116 int CNode = dtm.getFirstChild(DNode); // <Comment> in main() local
H A DTestDTMIter.java185 int CNode = dtm.getFirstChild(DNode); // <Comment> in testCase1() local
H A DTestDTMTrav.java108 private int CNode = 0; field in TestDTMTrav
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2883 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVEAddSubImm() local
2917 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVESignedArithImm() local
2929 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVEArithImm() local
2942 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVELogicalImm() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp601 NodePtr CNode = identifyNodeWithImplicitAdd( in identifyPartialMul() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3853 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVESignedArithImm() local
3865 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVEArithImm() local
3894 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVELogicalImm() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3195 auto CNode = cast<ConstantSDNode>(Node->getOperand(1)); in ExpandNode() local
H A DDAGCombiner.cpp21868 if (auto CNode = dyn_cast<ConstantSDNode>(Op.getOperand(1))) in visitBUILD_VECTOR() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10991 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantFromLoad() local
11001 auto *CNode = GetSupportedConstantPool(Ptr); in getTargetConstantFromLoad() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5662 auto CNode = cast<ConstantSDNode>(Op.getOperand(1)); in lowerIS_FPCLASS() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17933 if (auto CNode = dyn_cast<ConstantSDNode>(Op.getOperand(1))) in visitBUILD_VECTOR() local
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-tests.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...