Home
last modified time | relevance | path

Searched refs:GS (Results 1 – 25 of 126) sorted by relevance

123456

/external/freetype/src/truetype/
Dttinterp.c245 CUR.GS.V.x = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0x4000 : 0 ); \
246 CUR.GS.V.y = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0 : 0x4000 ); \
592 exec->GS = size->GS; in TT_Load_Context()
726 exec->GS.gep0 = 1; in TT_Run_Context()
727 exec->GS.gep1 = 1; in TT_Run_Context()
728 exec->GS.gep2 = 1; in TT_Run_Context()
730 exec->GS.projVector.x = 0x4000; in TT_Run_Context()
731 exec->GS.projVector.y = 0x0000; in TT_Run_Context()
733 exec->GS.freeVector = exec->GS.projVector; in TT_Run_Context()
734 exec->GS.dualVector = exec->GS.projVector; in TT_Run_Context()
[all …]
Dttobjs.c855 size->GS = exec->GS; in tt_size_run_prep()
971 size->GS = tt_default_graphics_state; in tt_size_init_bytecode()
1034 size->GS = tt_default_graphics_state; in tt_size_ready_bytecode()
Dttgload.c751 loader->exec->GS = ((TT_Size)loader->size)->GS; in TT_Hint_Glyph()
805 ( loader->exec->GS.scan_type << 5 ) | FT_CURVE_TAG_HAS_SCANMODE; in TT_Hint_Glyph()
1894 if ( exec->GS.instruct_control & 1 ) in tt_loader_init()
1898 if ( exec->GS.instruct_control & 2 ) in tt_loader_init()
1899 exec->GS = tt_default_graphics_state; in tt_loader_init()
2069 if ( loader.exec->GS.scan_control ) in TT_Load_Glyph()
2072 switch ( loader.exec->GS.scan_type ) in TT_Load_Glyph()
Dttobjs.h314 TT_GraphicsState GS; member
Dttinterp.h141 TT_GraphicsState GS; /* current graphics state */ member
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp81 const GlobalStatus &GS);
175 static bool AnalyzeGlobal(const Value *V, GlobalStatus &GS, in AnalyzeGlobal() argument
181 GS.HasNonInstructionUser = true; in AnalyzeGlobal()
187 if (AnalyzeGlobal(CE, GS, PHIUsers)) return true; in AnalyzeGlobal()
189 if (!GS.HasMultipleAccessingFunctions) { in AnalyzeGlobal()
191 if (GS.AccessingFunction == 0) in AnalyzeGlobal()
192 GS.AccessingFunction = F; in AnalyzeGlobal()
193 else if (GS.AccessingFunction != F) in AnalyzeGlobal()
194 GS.HasMultipleAccessingFunctions = true; in AnalyzeGlobal()
197 GS.isLoaded = true; in AnalyzeGlobal()
[all …]
/external/oprofile/events/i386/pii/
Dunit_masks33 0x8 GS register
34 0xf ES, DS, FS, GS registers
/external/llvm/include/llvm/Support/
DSolaris.h24 #undef GS
/external/llvm/test/MC/Disassembler/X86/
Denhanced.txt5 …[o:movq][w: ][1-r:%gs=r63][1-p::][1-l:8=8][p:,][w: ][0-r:%rcx=r108] <mov> 0:[RCX/108]=0 1:[GS/63]=8
/external/icu4c/data/region/
Das.txt21 GS{"দক্ষিণ জৰ্জিয়া আৰু দক্ষিণ চেণ্ডৱিচ্‌ দ্বীপ"}
Dbe.txt128 GS{"Паўднёвая Джорджыя і Паўднёвыя Сандвічавы астравы"}
Dka.txt132 GS{"სამხრეთი ჯორჯია და სამხრეთ სენდვიჩის კუნძულები"}
Dgu.txt142 GS{"દક્ષિણ જ્યોર્જીયા અને દક્ષિણ સેન્ડવિચ આઇલેન્ડ"}
Dkn.txt138 GS{"ದಕ್ಷಿಣ ಜಾರ್ಜಿಯಾ ಮತ್ತು ದಕ್ಷಿಣ ಸ್ಯಾಂಡ್‌ವಿಚ್ ದ್ವೀಪಗಳು"}
Del.txt141 GS{"Νότια Γεωργία και Νότιες Νήσοι Σάντουιτς"}
Dzh.txt141 GS{"南乔治亚岛和南桑威齐群岛"}
Dar.txt140 GS{"جورجيا الجنوبية وجزر ساندويتش الجنوبية"}
Dor.txt138 GS{"ଦକ୍ଷିଣ ଜର୍ଜିଆ ଏବଂ ଦକ୍ଷିଣ ସାଣ୍ଡୱିଚ୍ ଦ୍ବୀପପୁଞ୍ଜ"}
Dbn.txt138 GS{"দক্ষিণ জর্জিয়া ও দক্ষিণ স্যান্ডউইচ দ্বীপপুঞ"}
Dhe.txt137 GS{"ג׳ורג׳יה הדרומית ואיי סנדוויץ׳ הדרומיים"}
Dhi.txt138 GS{"दक्षिण जोर्जिया और दक्षिण सैंडविच द्वीपसमूह"}
/external/kernel-headers/original/asm-x86/
Dptrace-abi.h16 #define GS 10 macro
/external/clang/lib/Sema/
DJumpDiagnostics.cpp477 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() local
478 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps()
/external/clang/lib/StaticAnalyzer/Core/
DBasicStore.cpp571 const GlobalsSpaceRegion *GS = MRMgr.getGlobalsRegion(); in invalidateRegions() local
573 svalBuilder.getConjuredSymbolVal(/* SymbolTag = */ (void*) GS, E, in invalidateRegions()
577 newStore = Bind(newStore.getStore(), loc::MemRegionVal(GS), V); in invalidateRegions()
579 Regions->push_back(GS); in invalidateRegions()
/external/valgrind/main/VEX/auxprogs/
Dgenoffsets.c95 GENOFFSET(X86,x86,GS); in foo()

123456