Searched defs:NewL (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp131 static CSimpleWait* NewL();
138 CSimpleWait* CSimpleWait::NewL() function in class:CSimpleWait
169 static void* NewL(TInt BufferSize, TInt aFill);
252 void* CEpocAudio::NewL(TInt aBufferSize, TInt aFill) function in class:CEpocAudio
294 iWait = CSimpleWait::NewL();
537 TRAPD(err, thisdevice->hidden = static_cast<SDL_PrivateAudioData*>(CEpocAudio::NewL(buflen, spec->silence)));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp502 SDValue NewL; local
504 NewL = DAG.getLoad(L->getAddressingMode(), L->getExtensionType(),
510 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
511 return NewL;
515 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD,
522 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
523 return BitConvertToInteger(DAG.getNode(ISD::FP_EXTEND, dl, VT, NewL));
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp78 static CEventQueue* NewL();
91 CEventQueue* CEventQueue::NewL() function in class:CEventQueue
794 EXPORT_C CSDL* CSDL::NewL(TInt aFlags) function in class:CSDL
801 gEpocEnv->iEventQueue = CEventQueue::NewL();

Completed in 160 milliseconds