HomeSort by relevance Sort by last modified time
    Searched refs:iType (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/
InstrTypes.h 37 TerminatorInst(Type *Ty, Instruction::TermOps iType,
40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {}
42 TerminatorInst(Type *Ty, Instruction::TermOps iType,
44 : Instruction(Ty, iType, Ops, NumOps, InsertAtEnd) {}
94 UnaryInstruction(Type *Ty, unsigned iType, Value *V,
96 : Instruction(Ty, iType, &Op<0>(), 1, IB) {
99 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE)
100 : Instruction(Ty, iType, &Op<0>(), 1, IAE) {
143 void init(BinaryOps iType);
144 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty
    [all...]
Instruction.h 375 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
377 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocevents.cpp 70 //SDL_TRACE1("SDL: EPOC_HandleWsEvent, pointerEvent->iType=%d", pointerEvent->iType); //!!
76 if (pointerEvent->iType==TPointerEvent::EButton1Down) {
79 else if (pointerEvent->iType==TPointerEvent::EButton1Up) {
82 else if (pointerEvent->iType==TPointerEvent::EButton2Down) {
85 else if (pointerEvent->iType==TPointerEvent::EButton2Up) {
  /external/opencv/cvaux/src/
cvfacedetection.cpp 260 cr.iType = 6;
272 cr.iType = 12;
_cvfacedetection.h 207 int iType;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
exif.js 380 var iType = oFile.getShortAt(iEntryOffset+2, bBigEnd);
384 switch (iType) {
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
libmng_types.h 488 mng_uint8 iType,
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 75 if (record->iType == EMR_EXTCREATEFONTINDIRECTW) {
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 1160 milliseconds