Home
last modified time | relevance | path

Searched refs:tmpbuffer (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dfilter_functions.c136 double tmpbuffer[PITCH_FRAME_LEN + PITCH_WLPCBUFLEN]; in WebRtcIsac_WeightingFilter() local
146 memcpy(tmpbuffer, wfdata->buffer, sizeof(double) * PITCH_WLPCBUFLEN); in WebRtcIsac_WeightingFilter()
147 memcpy(tmpbuffer+PITCH_WLPCBUFLEN, in, sizeof(double) * PITCH_FRAME_LEN); in WebRtcIsac_WeightingFilter()
148 memcpy(wfdata->buffer, tmpbuffer+PITCH_FRAME_LEN, sizeof(double) * PITCH_WLPCBUFLEN); in WebRtcIsac_WeightingFilter()
163 inp=tmpbuffer + PITCH_WLPCBUFLEN; in WebRtcIsac_WeightingFilter()
169 ext[k]=wfdata->window[k]*tmpbuffer[start+k]; in WebRtcIsac_WeightingFilter()
/external/python/cpython2/Modules/
Dgetpath.c481 char tmpbuffer[MAXPATHLEN+1]; in calculate_path() local
482 int linklen = readlink(progpath, tmpbuffer, MAXPATHLEN); in calculate_path()
485 tmpbuffer[linklen] = '\0'; in calculate_path()
486 if (tmpbuffer[0] == SEP) in calculate_path()
489 strncpy(argv0_path, tmpbuffer, MAXPATHLEN); in calculate_path()
493 joinpath(argv0_path, tmpbuffer); in calculate_path()
495 linklen = readlink(argv0_path, tmpbuffer, MAXPATHLEN); in calculate_path()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1858 char tmpbuffer[SMALL_BUFFER_MAX_SIZE]; in pkg_checkFlag() local
1923 tmpbuffer[index++] = o->shortName[n]; in pkg_checkFlag()
1927 tmpbuffer[index++] = flag[i]; in pkg_checkFlag()
1935 uprv_strcpy(flag, tmpbuffer); in pkg_checkFlag()
1945 sprintf(tmpbuffer, "%s%s ", o->entryName, UDATA_CMN_INTERMEDIATE_SUFFIX); in pkg_checkFlag()
1947 T_FileStream_writeLine(f, tmpbuffer); in pkg_checkFlag()