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

  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 194 char* bytePtr = static_cast<char*>(pixels);
198 sk_memset32((uint32_t*)bytePtr,
200 bytePtr += rowBytes;
207 memset(bytePtr, 0, info.width());
208 bytePtr += rowBytes;
213 sk_memset16((uint16_t*)bytePtr,
215 bytePtr += rowBytes;
  /external/icu/icu4c/source/common/
icuplug.cpp 79 uint8_t *bytePtr = (uint8_t *)list;
88 memmove(bytePtr+(itemToRemove*memberSize), bytePtr+((itemToRemove+1)*memberSize), memberSize);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
mp4_utils.h 155 uint8 *bytePtr;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 152 uint8 *bytePtr;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 152 uint8 *bytePtr;
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 152 uint8 *bytePtr;
  /art/dexdump/
dexdump.cc 630 const u1* bytePtr = (const u1*) &insns[insnIdx + i];
631 fprintf(gOutFile, " %02x%02x", bytePtr[0], bytePtr[1]);
    [all...]
  /dalvik/dexdump/
DexDump.cpp 867 const u1* bytePtr = (const u1*) &insns[insnIdx+i];
868 printf(" %02x%02x", bytePtr[0], bytePtr[1]);
    [all...]

Completed in 3325 milliseconds