/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
interpolate_samples.c | 28 int16_t *tmpPtr; 32 tmpPtr = interpSamples; 40 *tmpPtr++ = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(WebRtcIlbcfix_kAlpha[temp2],*ppo, 15) +
|
pack_bits.c | 32 int16_t *tmpPtr; 83 tmpPtr=enc_bits->idxVec; 87 (*bitstreamPtr) |= ((uint16_t)((*tmpPtr)&0x4)>>2)<<i; 89 tmpPtr++; 98 (*bitstreamPtr) |= ((uint16_t)((*tmpPtr)&0x4)>>2)<<i; 100 tmpPtr++; 112 (*bitstreamPtr) |= ((uint16_t)((*tmpPtr)&0x4)>>2)<<i; 114 tmpPtr++; 142 tmpPtr=enc_bits->idxVec; 146 (*bitstreamPtr) |= ((uint16_t)((*tmpPtr)&0x3))<<i; /* Bit 15-i..14-i* [all...] |
unpack_bits.c | 32 int16_t *tmpPtr; 82 tmpPtr=enc_bits->idxVec; 85 (*tmpPtr) = (((*bitstreamPtr)>>i)<<2)&0x4; 87 tmpPtr++; 95 (*tmpPtr) = (((*bitstreamPtr)>>i)<<2)&0x4; 97 tmpPtr++; 108 (*tmpPtr) = (((*bitstreamPtr)>>i)<<2)&0x4; 110 tmpPtr++; 138 tmpPtr=enc_bits->idxVec; 141 (*tmpPtr) |= ((*bitstreamPtr)>>i)&0x3; /* Bit 15-i..14-i* [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
r600_buffer.c | 195 uint32_t *tmpPtr; 198 if (!(tmpPtr = malloc(size))) { 204 tmpPtr[i] = bswap_32(((uint32_t *)ptr)[i]); 207 u_upload_data(rctx->uploader, 0, size, tmpPtr, const_offset, 210 free(tmpPtr);
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_buffer.c | 195 uint32_t *tmpPtr; 198 if (!(tmpPtr = malloc(size))) { 204 tmpPtr[i] = bswap_32(((uint32_t *)ptr)[i]); 207 u_upload_data(rctx->uploader, 0, size, tmpPtr, const_offset, 210 free(tmpPtr);
|
/external/chromium_org/third_party/zlib/contrib/minizip/ |
minizip.c | 422 const char *tmpptr; local 424 for( tmpptr = savefilenameinzip; *tmpptr; tmpptr++) 426 if( *tmpptr == '\\' || *tmpptr == '/') 428 lastslash = tmpptr;
|
/external/zlib/src/contrib/minizip/ |
minizip.c | 435 const char *tmpptr; local 437 for( tmpptr = savefilenameinzip; *tmpptr; tmpptr++) 439 if( *tmpptr == '\\' || *tmpptr == '/') 441 lastslash = tmpptr;
|
/external/chromium_org/third_party/webrtc/modules/video_render/mac/ |
video_render_nsopengl.mm | 662 ThreadWrapper* tmpPtr = _screenUpdateThread; 665 if (tmpPtr) 667 tmpPtr->SetNotAlive(); 671 if (tmpPtr->Stop()) 673 delete tmpPtr; 870 ThreadWrapper* tmpPtr = _screenUpdateThread; 874 if (tmpPtr) 876 tmpPtr->SetNotAlive(); 878 if (tmpPtr->Stop()) 880 delete tmpPtr; [all...] |
video_render_agl.cc | 683 ThreadWrapper* tmpPtr = _screenUpdateThread; 686 if (tmpPtr) 688 tmpPtr->SetNotAlive(); 692 if (tmpPtr->Stop()) 694 delete tmpPtr; 866 ThreadWrapper* tmpPtr = _screenUpdateThread; 869 if (tmpPtr) 871 tmpPtr->SetNotAlive(); 873 if (tmpPtr->Stop()) 875 delete tmpPtr; [all...] |
/sdk/emulator/opengl/host/tools/emugen/ |
ApiGen.cpp | 846 fprintf(fp, "\t\t\tsize_t tmpPtr%uSize = (size_t)*(unsigned int *)(ptr + %s);\n", 848 fprintf(fp, "unsigned char *tmpPtr%u = (ptr + %s + 4);\n", 867 fprintf(fp, "\t\t\tsize_t tmpPtr%uSize = (size_t)*(unsigned int *)(ptr + %s);\n", 870 fprintf(fp, "\t\t\tsize_t totalTmpSize = tmpPtr%uSize;\n", (unsigned)j); 872 fprintf(fp, "\t\t\ttotalTmpSize += tmpPtr%uSize;\n", (unsigned)j); 876 sprintf(tmpPtrName," + tmpPtr%uSize", (unsigned)j); 880 fprintf(fp, "\t\t\tunsigned char *tmpPtr%u = &tmpBuf[%s];\n", 882 fprintf(fp, "\t\t\tmemset(tmpPtr%u, 0, %s);\n", 887 fprintf(fp, "tmpPtr%uSize == 0 ? NULL : (%s)(tmpPtr%u)" [all...] |
/external/chromium_org/third_party/webrtc/modules/video_render/windows/ |
video_render_direct3d9.cc | 311 ThreadWrapper* tmpPtr = _screenUpdateThread; 313 if (tmpPtr) 315 tmpPtr->SetNotAlive(); 319 if (tmpPtr->Stop()) 321 delete tmpPtr; [all...] |
/hardware/invensense/60xx/mlsdk/mllite/ |
ml.c | 928 unsigned char tmpPtr = 0; 984 regs[tmpPtr++] = tmpD; 986 regs[tmpPtr + 2] |= 0x01; 988 regs[tmpPtr++] = tmpE; 990 regs[tmpPtr + 2] |= 0x01; 992 regs[tmpPtr++] = tmpF; 994 regs[tmpPtr + 2] |= 0x01; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_state_common.c | 950 uint32_t *tmpPtr; 953 if (!(tmpPtr = malloc(size))) { 959 tmpPtr[i] = bswap_32(((uint32_t *)ptr)[i]); 962 u_upload_data(rctx->uploader, 0, size, tmpPtr, &cb->buffer_offset, &cb->buffer); 963 free(tmpPtr); [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_state_common.c | 950 uint32_t *tmpPtr; 953 if (!(tmpPtr = malloc(size))) { 959 tmpPtr[i] = bswap_32(((uint32_t *)ptr)[i]); 962 u_upload_data(rctx->uploader, 0, size, tmpPtr, &cb->buffer_offset, &cb->buffer); 963 free(tmpPtr); [all...] |
/external/llvm/test/CodeGen/X86/ |
codegen-prepare-addrmode-sext.ll | 308 %tmpptr = inttoptr i64 %sextidx1 to i32* 309 %arrayidx1 = getelementptr i32* %tmpptr, i64 12
|
/external/chromium_org/third_party/icu/source/i18n/ |
msgfmt.cpp | [all...] |
/external/icu/icu4c/source/i18n/ |
msgfmt.cpp | 915 const Formattable* tmpPtr = source.getArray(cnt); 916 return format(tmpPtr, NULL, cnt, appendTo, &ignore, success); [all...] |
/external/bison/lib/ |
vasnprintf.c | 2761 TCHAR_T *tmpptr = tmpsrc; local [all...] |