HomeSort by relevance Sort by last modified time
    Searched refs:outbuf (Results 126 - 150 of 221) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/go/linux-x86/src/encoding/base32/
base32.go 343 outbuf [1024 / 8 * 5]byte
376 nw, d.end, d.err = d.enc.decode(d.outbuf[0:], d.buf[0:nr])
377 d.out = d.outbuf[0:nw]
  /external/libevent/
bufferevent_pair.c 210 be_pair_outbuf_cb(struct evbuffer *outbuf,
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 1469 short outbuf[MAX_OUTBUF_SIZE\/2]; local
    [all...]
  /external/syslinux/com32/libupload/
upload_tftp.c 132 const char *data = be->outbuf;
upload_ymodem.c 111 buf = be->outbuf;
  /external/vboot_reference/firmware/include/
vboot_api.h     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureSpiTest.java 285 protected int engineSign(byte[] outbuf, int offset, int len)
  /external/speex/libspeex/
preprocess.c 229 spx_word16_t *outbuf; /**< Output buffer (for overlap and add) */ member in struct:SpeexPreprocessState_
471 st->outbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t));
500 st->outbuf[i]=0;
560 speex_free(st->outbuf);
    [all...]
  /external/curl/lib/
telnet.c 1227 unsigned char outbuf[2]; local
    [all...]
  /external/valgrind/mpi/
libmpiwrap.c     [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 369 ETRACE("Unable to map outbuf");
850 // We're done with CSC buffers, since we blit to outbuf in this mode.
    [all...]
  /external/icu/icu4c/source/test/intltest/
strtest.cpp 344 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 716 char outbuf[500]; local
727 sprintf(outbuf, "%lg", result);
  /frameworks/base/services/backup/java/com/android/server/backup/
PackageManagerBackupAgent.java 585 BufferedOutputStream outbuf = new BufferedOutputStream(outstream); local
586 DataOutputStream out = new DataOutputStream(outbuf);
  /external/libpng/
pngtest.c 1687 char inbuf[256], outbuf[256]; local
    [all...]
  /external/skia/third_party/libpng/
pngtest.c 1680 char inbuf[256], outbuf[256]; local
    [all...]
  /external/svox/pico/lib/
picodata.h 387 /* copies the item in inbuf to outbuf after first checking if there is
390 number of bytes copied to outbuf (incl. header) is returned; return
393 PICO_EXC_BUF_OVERFLOW <- overflow in outbuf
397 const picoos_uint16 inlenmax, picoos_uint8 *outbuf,
  /external/python/cpython2/Modules/
_tkinter.c 1168 Tcl_UniChar *outbuf = NULL local
    [all...]
socketmodule.c 535 char outbuf[100]; local
539 rc = DosGetMessage(NULL, 0, outbuf, sizeof(outbuf),
547 outbuf[msglen] = '\0';
548 if (strlen(outbuf) > 0) {
550 char *lastc = &outbuf[ strlen(outbuf)-1 ];
551 while (lastc > outbuf &&
557 v = Py_BuildValue("(is)", myerrorcode, outbuf);
    [all...]
  /external/bzip2/
bzip2.c 295 void uInt64_toAscii ( char* outbuf, UInt64* n )
306 outbuf[nBuf] = 0;
308 outbuf[i] = buf[nBuf-i-1];
    [all...]
  /external/syslinux/com32/lib/libpng/
pngtest.c 716 char inbuf[256], outbuf[256]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 511 char outbuf[100]; local
515 rc = DosGetMessage(NULL, 0, outbuf, sizeof(outbuf),
523 outbuf[msglen] = '\0';
524 if (strlen(outbuf) > 0) {
526 char *lastc = &outbuf[ strlen(outbuf)-1 ];
527 while (lastc > outbuf &&
533 v = Py_BuildValue("(is)", myerrorcode, outbuf);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 499 char outbuf[100]; local
503 rc = DosGetMessage(NULL, 0, outbuf, sizeof(outbuf),
511 outbuf[msglen] = '\0';
512 if (strlen(outbuf) > 0) {
514 char *lastc = &outbuf[ strlen(outbuf)-1 ];
515 while (lastc > outbuf &&
521 v = Py_BuildValue("(is)", myerrorcode, outbuf);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_color_manager.cpp 270 solid_fill_layers_->outbuf = NULL;
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h 383 size_t * inbytesleft, char **outbuf,

Completed in 1947 milliseconds

1 2 3 4 56 7 8 9