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

  /external/webrtc/src/common_audio/signal_processing/
copy_set_operations.c 56 WebRtc_Word16* destPtr = dest;
61 *destPtr-- = *sourcePtr++;
  /frameworks/rs/driver/
rsdBcc.cpp 472 int32_t *destPtr = reinterpret_cast<int32_t *>(
474 if (!destPtr) {
479 memcpy(destPtr, data, dataLength);
490 int32_t *destPtr = reinterpret_cast<int32_t *>(
492 if (!destPtr) {
513 char *oldVal = reinterpret_cast<char *>(destPtr);
520 memcpy(destPtr, data, dataLength);
531 int32_t *destPtr = reinterpret_cast<int32_t *>(
533 if (!destPtr) {
544 memcpy(destPtr, &ptr, sizeof(void *))
    [all...]
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdBcc.cpp 643 int32_t *destPtr = reinterpret_cast<int32_t *>(drv->mFieldAddress[slot]);
644 if (!destPtr) {
649 memcpy(destPtr, data, dataLength);
660 int32_t *destPtr = reinterpret_cast<int32_t *>(drv->mFieldAddress[slot]);
661 if (!destPtr) {
682 char *oldVal = reinterpret_cast<char *>(destPtr);
689 memcpy(destPtr, data, dataLength);
703 int32_t *destPtr = reinterpret_cast<int32_t *>(drv->mFieldAddress[slot]);
704 if (!destPtr) {
715 memcpy(destPtr, &ptr, sizeof(void *))
    [all...]
  /external/icu4c/common/
rbbitblb.cpp     [all...]
utext.cpp     [all...]
  /frameworks/base/libs/hwui/
PathRenderer.cpp 68 inline void copyVertex(Vertex* destPtr, const Vertex* srcPtr) {
69 Vertex::set(destPtr, srcPtr->position[0], srcPtr->position[1]);
72 inline void copyAlphaVertex(AlphaVertex* destPtr, const AlphaVertex* srcPtr) {
73 AlphaVertex::set(destPtr, srcPtr->position[0], srcPtr->position[1], srcPtr->alpha);
  /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 74 /// then loads the result into DestPtr.
77 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
86 void EmitStdInitializerList(llvm::Value *DestPtr, InitListExpr *InitList);
87 void EmitArrayInit(llvm::Value *DestPtr, llvm::ArrayType *AType,
201 /// then loads the result into DestPtr.
224 /// \brief Perform the final move to DestPtr if for some reason
249 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
257 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
323 void AggExprEmitter::EmitStdInitializerList(llvm::Value *destPtr,
354 LValue DestLV = CGF.MakeNaturalAlignAddrLValue(destPtr, initList->getType())
    [all...]

Completed in 1438 milliseconds