HomeSort by relevance Sort by last modified time
    Searched full:byteptr (Results 1 - 18 of 18) sorted by null

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
mp4_utils.cpp 58 uint8 *bits = &posPtr->bytePtr[0];
69 posPtr->bytePtr++;
74 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode) {
78 code |= *bytePtr++;
81 return bytePtr;
94 m_posInfo.bytePtr = psBits->data;
97 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,4,
99 if(m_posInfo.bytePtr) {
104 m_posInfo.bytePtr = psBits->data
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp 52 uint8 *bits = &posPtr->bytePtr[0];
63 posPtr->bytePtr++;
69 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode)
75 code |= *bytePtr++;
78 return bytePtr;
92 m_posInfo.bytePtr = psBits->data;
95 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,4,
98 if (m_posInfo.bytePtr) {
103 m_posInfo.bytePtr = psBits->data
    [all...]
  /external/llvm/test/CodeGen/X86/
2007-10-12-SpillerUnfold2.ll 3 define signext i16 @t(i16* %qmatrix, i16* %dct, i16* %acBaseTable, i16* %acExtTable, i16 signext %acBaseRes, i16 signext %acMaskRes, i16 signext %acExtRes, i32* %bitptr, i32* %source, i32 %markerPrefix, i8** %byteptr, i32 %scale, i32 %round, i32 %bits) {
25 %tmp269 = load i8** %byteptr, align 4 ; <i8*> [#uses=3]
29 store i8* %tmp272, i8** %byteptr, align 4
32 store i8* %tmp278, i8** %byteptr, align 4
45 %tmp345 = load i8** %byteptr, align 4 ; <i8*> [#uses=1]
46 store i8* null, i8** %byteptr, align 4
47 store i8* %tmp345, i8** %byteptr, align 4
2007-10-19-SpillerUnfold.ll 7 define signext i16 @t(i32* %bitptr, i32* %source, i8** %byteptr, i32 %scale, i32 %round) {
17 store i8* null, i8** %byteptr, align 4
18 store i8* null, i8** %byteptr, align 4
46 store i8* null, i8** %byteptr, align 4
47 store i8* null, i8** %byteptr, align 4
57 %tmp345 = load i8** %byteptr, align 4 ; <i8*> [#uses=1]
58 store i8* null, i8** %byteptr, align 4
62 store i8* %tmp345, i8** %byteptr, align 4
  /external/elfutils/0.153/libasm/
asm_align.c 91 size_t byteptr = asmscn->offset % asmscn->pattern->len;
99 = asmscn->pattern->bytes[byteptr++];
101 if (byteptr == asmscn->pattern->len)
102 byteptr = 0;
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
element.rs 61 uint8_t *bytePtr = (uint8_t*)complexStruct;
64 bytePtr[i] = 0;
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
element.rs 61 uint8_t *bytePtr = (uint8_t*)complexStruct;
64 bytePtr[i] = 0;
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 209 char* bytePtr = static_cast<char*>(pixels);
211 sk_memset32(reinterpret_cast<SkColor*>(bytePtr),
213 bytePtr += rowBytes;
  /external/chromium_org/third_party/skia/tests/
CachedDecodingPixelRefTest.cpp 207 char* bytePtr = static_cast<char*>(pixels);
209 sk_memset32(reinterpret_cast<SkColor*>(bytePtr),
211 bytePtr += rowBytes;
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
mp4_utils.h 155 uint8 *bytePtr;
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 152 uint8 *bytePtr;
  /external/chromium_org/third_party/icu/source/common/
icuplug.c 71 uint8_t *bytePtr = (uint8_t *)list;
80 memmove(bytePtr+(itemToRemove*memberSize), bytePtr+((itemToRemove+1)*memberSize), memberSize);
  /external/icu/icu4c/source/common/
icuplug.c 71 uint8_t *bytePtr = (uint8_t *)list;
80 memmove(bytePtr+(itemToRemove*memberSize), bytePtr+((itemToRemove+1)*memberSize), memberSize);
  /external/chromium_org/third_party/re2/re2/
dfa.cc 371 static inline const uint8* BytePtr(const void* v) {
    [all...]
  /external/regex-re2/re2/
dfa.cc 369 static inline const uint8* BytePtr(const void* v) {
    [all...]
  /dalvik/dexdump/
DexDump.cpp 864 const u1* bytePtr = (const u1*) &insns[insnIdx+i];
865 printf(" %02x%02x", bytePtr[0], bytePtr[1]);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.h 46 typedef N_byte *byteptr; typedef
bitvect.c     [all...]

Completed in 569 milliseconds