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

  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
SDL_epocaudio.cpp 131 static CSimpleWait* NewL();
138 CSimpleWait* CSimpleWait::NewL()
169 static void* NewL(TInt BufferSize, TInt aFill);
252 void* CEpocAudio::NewL(TInt aBufferSize, TInt aFill)
294 iWait = CSimpleWait::NewL();
537 TRAPD(err, thisdevice->hidden = static_cast<SDL_PrivateAudioData*>(CEpocAudio::NewL(buflen, spec->silence)));
streamplayer.cpp 67 iStream = CMdaAudioOutputStream::NewL(*this, EMdaPriorityMax);
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
sdlexe.cpp 509 iIdle = CIdle::NewL(CActive::EPriorityIdle);
514 iSdl = CSDL::NewL(gSDLClass.SdlFlags());
528 iStarter = CIdle::NewL(CActive::EPriorityLow);
560 CAknTextQueryDialog* query = CAknTextQueryDialog::NewL(aCheat);
SDL_main.cpp 78 static CEventQueue* NewL();
91 CEventQueue* CEventQueue::NewL()
794 EXPORT_C CSDL* CSDL::NewL(TInt aFlags)
801 gEpocEnv->iEventQueue = CEventQueue::NewL();
  /external/llvm/lib/IR/
ConstantRange.cpp 606 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin());
608 if (NewU == NewL)
610 return ConstantRange(NewL, NewU);
619 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin());
621 if (NewU == NewL)
623 return ConstantRange(NewL, NewU);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 517 SDValue NewL;
519 NewL = DAG.getLoad(L->getAddressingMode(), L->getExtensionType(),
526 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
527 return NewL;
531 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD,
539 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
540 return BitConvertToInteger(DAG.getNode(ISD::FP_EXTEND, dl, VT, NewL));
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa.cpp 219 iDevice = CFbsBitmapDevice::NewL(&aBmp);
280 iDsa = CDirectScreenAccess::NewL(
637 iDsb = CDirectScreenBitmap::NewL();
dsa_old.cpp 228 iDsb = CDirectScreenBitmap::NewL();
323 iDsa = CDirectScreenAccess::NewL(
dsa_new.cpp 355 iDsb = CDirectScreenBitmap::NewL();
487 iDsa = CDirectScreenAccess::NewL(

Completed in 491 milliseconds