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

  /external/webrtc/src/common_audio/signal_processing/
copy_set_operations.c 56 WebRtc_Word16* destPtr = dest;
61 *destPtr-- = *sourcePtr++;
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 642 int32_t *destPtr = reinterpret_cast<int32_t *>(
645 int32_t *destPtr = reinterpret_cast<int32_t *>(mFieldAddress[slot]);
647 if (!destPtr) {
652 memcpy(destPtr, data, dataLength);
678 int32_t *destPtr = reinterpret_cast<int32_t *>(
681 int32_t *destPtr = reinterpret_cast<int32_t *>(mFieldAddress[slot]);
683 if (!destPtr) {
704 char *oldVal = reinterpret_cast<char *>(destPtr);
711 memcpy(destPtr, data, dataLength);
720 int32_t *destPtr = reinterpret_cast<int32_t *>
    [all...]
  /external/icu4c/common/
rbbitblb.cpp     [all...]
utext.cpp 737 static void adjustPointer(UText *dest, const void **destPtr, const UText *src) {
739 char *dptr = (char *)*destPtr;
746 *destPtr = ((char *)dest->pExtra) + (dptr - (char *)src->pExtra);
750 *destPtr = dUText + (dptr-sUText);
    [all...]
  /frameworks/base/libs/hwui/
PathTessellator.cpp 69 inline void copyVertex(Vertex* destPtr, const Vertex* srcPtr) {
70 Vertex::set(destPtr, srcPtr->position[0], srcPtr->position[1]);
73 inline void copyAlphaVertex(AlphaVertex* destPtr, const AlphaVertex* srcPtr) {
74 AlphaVertex::set(destPtr, srcPtr->position[0], srcPtr->position[1], srcPtr->alpha);
    [all...]
  /dalvik/vm/reflect/
Reflect.cpp 1010 * "destPtr".
1014 int dvmConvertArgument(DataObject* arg, ClassObject* type, s4* destPtr)
1034 valuePtr, destPtr);
1038 *destPtr = (s4) arg;
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 82 /// then loads the result into DestPtr.
85 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
94 void EmitStdInitializerList(llvm::Value *DestPtr, InitListExpr *InitList);
95 void EmitArrayInit(llvm::Value *DestPtr, llvm::ArrayType *AType,
241 /// then loads the result into DestPtr.
272 /// \brief Perform the final move to DestPtr if for some reason
297 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
305 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
371 void AggExprEmitter::EmitStdInitializerList(llvm::Value *destPtr,
402 LValue DestLV = CGF.MakeNaturalAlignAddrLValue(destPtr, initList->getType())
    [all...]

Completed in 290 milliseconds