Home
last modified time | relevance | path

Searched defs:Space (Results 1 – 13 of 13) sorted by relevance

/external/gptfdisk/
Dgptcurses.h67 struct Space { struct
72 Space *nextSpace; argument
73 Space *prevSpace; argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSlotIndexes.cpp131 const unsigned Space = SlotIndex::InstrDist/2; in renumberIndexes() local
/external/llvm/lib/CodeGen/
DSlotIndexes.cpp124 const unsigned Space = SlotIndex::InstrDist/2; in renumberIndexes() local
/external/pdfium/core/fpdftext/
Dcpdf_textpage.h123 Space, enumerator
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h48 Space, enumerator
/external/pdfium/third_party/lcms2-2.6/src/
Dcmssamp.c71 cmsColorSpaceSignature Space; in BlackPointAsDarkerColorant() local
Dcmspcs.c698 cmsBool _cmsEndPointsBySpace(cmsColorSpaceSignature Space, in _cmsEndPointsBySpace()
/external/v8/src/heap/
Dspaces.h45 class Space; variable
831 Space(Heap* heap, AllocationSpace id, Executability executable) in Space() function
1909 class V8_EXPORT_PRIVATE PagedSpace : NON_EXPORTED_BASE(public Space) { in NON_EXPORTED_BASE()
Dheap.h338 class Space; variable
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp81 auto Space = DIE::get(Alloc, dwarf::DW_TAG_namespace); in TEST_F() local
/external/clang/unittests/Format/
DFormatTest.cpp8904 FormatStyle Space = getLLVMStyle(); in TEST_F() local
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp2997 unsigned Space = (PrevReg < Reg) ? (Reg - PrevReg) : (Reg + 32 - PrevReg); in parseVectorList() local
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp4337 void CXFA_FM2JSContext::Space(CFXJSE_Value* pThis, in Space() function in CXFA_FM2JSContext