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

  /libcore/ojluni/src/main/java/sun/misc/
CharacterEncoder.java 145 byte tmpbuffer[] = new byte[bytesPerLine()];
150 numBytes = readFully(inStream, tmpbuffer);
158 encodeAtom(outStream, tmpbuffer, j, bytesPerAtom());
160 encodeAtom(outStream, tmpbuffer, j, (numBytes)- j);
280 byte tmpbuffer[] = new byte[bytesPerLine()];
285 numBytes = readFully(inStream, tmpbuffer);
292 encodeAtom(outStream, tmpbuffer, j, bytesPerAtom());
294 encodeAtom(outStream, tmpbuffer, j, (numBytes)- j);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 136 double tmpbuffer[PITCH_FRAME_LEN + PITCH_WLPCBUFLEN]; local
146 memcpy(tmpbuffer, wfdata->buffer, sizeof(double) * PITCH_WLPCBUFLEN);
147 memcpy(tmpbuffer+PITCH_WLPCBUFLEN, in, sizeof(double) * PITCH_FRAME_LEN);
148 memcpy(wfdata->buffer, tmpbuffer+PITCH_FRAME_LEN, sizeof(double) * PITCH_WLPCBUFLEN);
163 inp=tmpbuffer + PITCH_WLPCBUFLEN;
169 ext[k]=wfdata->window[k]*tmpbuffer[start+k];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getpath.c 489 char tmpbuffer[MAXPATHLEN+1]; local
490 int linklen = readlink(progpath, tmpbuffer, MAXPATHLEN);
493 tmpbuffer[linklen] = '\0';
494 if (tmpbuffer[0] == SEP)
495 /* tmpbuffer should never be longer than MAXPATHLEN,
497 strncpy(argv0_path, tmpbuffer, MAXPATHLEN);
501 joinpath(argv0_path, tmpbuffer);
503 linklen = readlink(argv0_path, tmpbuffer, MAXPATHLEN);
  /external/python/cpython2/Modules/
getpath.c 481 char tmpbuffer[MAXPATHLEN+1]; local
482 int linklen = readlink(progpath, tmpbuffer, MAXPATHLEN);
485 tmpbuffer[linklen] = '\0';
486 if (tmpbuffer[0] == SEP)
487 /* tmpbuffer should never be longer than MAXPATHLEN,
489 strncpy(argv0_path, tmpbuffer, MAXPATHLEN);
493 joinpath(argv0_path, tmpbuffer);
495 linklen = readlink(argv0_path, tmpbuffer, MAXPATHLEN);
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 1858 char tmpbuffer[SMALL_BUFFER_MAX_SIZE]; local
    [all...]
  /system/nfc/halimpl/pn54x/hal/
phNxpNciHal.c 1466 char tmpbuffer[10] = {0}; local
    [all...]

Completed in 1245 milliseconds