/external/chromium_org/third_party/libxml/src/ |
xmlsave.c | 2014 xmlOutputBufferPtr outbuf; local 2063 xmlOutputBufferPtr outbuf; local [all...] |
/external/e2fsprogs/intl/ |
dcigettext.c | 886 unsigned char *outbuf; local 895 outbuf = freemem + sizeof (size_t); 910 &outbuf, 911 outbuf + freemem_size - sizeof (size_t), 928 char *outptr = (char *) outbuf; 940 outbuf = (unsigned char *) outptr; 998 outbuf = freemem + sizeof (size_t); 1003 *(size_t *) freemem = outbuf - freemem - sizeof (size_t); 1006 freemem_size -= outbuf - freemem; 1007 freemem = outbuf; [all...] |
/external/chromium_org/third_party/opus/src/tests/ |
test_opus_encode.c | 130 short *outbuf; local 219 outbuf=(short *)malloc(sizeof(short)*SAMPLES*2); 221 if(inbuf==NULL || outbuf==NULL || out2buf==NULL)test_failed(); 271 out_samples = opus_decode(dec, packet, len, &outbuf[i<<1], MAX_FRAME_SAMP, 0); 358 out_samples = opus_decode(dec, packet, len, &outbuf[offset<<1], MAX_FRAME_SAMP, 0); 407 free(outbuf);
|
/external/ipsec-tools/src/racoon/ |
gssapi.c | 523 vchar_t *outbuf; local 561 if (gssapi_gss2vmbuf(hash_out, &outbuf) < 0) { 573 return outbuf; 583 vchar_t *outbuf; local 606 if (gssapi_gss2vmbuf(hash_out, &outbuf) < 0) { 618 return outbuf;
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
Converter.cpp | 746 sp<ABuffer> outbuf = mEncoderOutputBuffers.itemAt(bufferIndex); local 748 if (outbuf->meta()->findPointer("handle", (void**)&handle) && 751 CHECK(outbuf->meta()->findInt32("rangeOffset", &rangeOffset)); 752 CHECK(outbuf->meta()->findInt32("rangeLength", &rangeLength)); 753 outbuf->meta()->setPointer("handle", NULL); 776 memcpy(buffer->data(), outbuf->base() + offset, size);
|
/system/core/sh/ |
output.c | 243 fmtstr(char *outbuf, size_t length, const char *fmt, ...) 249 strout.nextc = outbuf; 256 outbuf[length - 1] = '\0';
|
/hardware/libhardware/include/hardware/ |
hwcomposer.h | 321 /* outbuf is the buffer that receives the composed image for 322 * virtual displays. Writes to the outbuf must wait until 324 * writes to outbuf are complete should be returned in 333 * case, both outbuf and the FRAMEBUFFER_TARGET layer's buffer will 350 buffer_handle_t outbuf; member in struct:hwc_display_contents_1::__anon31130::__anon31132 352 /* File descriptor for a fence that will signal when outbuf is 356 * Will be -1 whenever outbuf is NULL, or when the outbuf can be
|
/external/dropbear/libtomcrypt/testprof/ |
der_tests.c | 23 unsigned char strs[10][10], outbuf[128]; local 33 outlen = sizeof(outbuf); 34 if ((err = der_encode_set(list, 3, outbuf, &outlen)) != CRYPT_OK) { 45 if ((err = der_decode_set(outbuf, outlen, list, 3)) != CRYPT_OK) { 81 outlen = sizeof(outbuf); 82 if ((err = der_encode_setof(list, 10, outbuf, &outlen)) != CRYPT_OK) { 92 if ((err = der_decode_set(outbuf, outlen, list, 10)) != CRYPT_OK) { 456 unsigned char bitbuf[10], octetbuf[10], ia5buf[10], printbuf[10], outbuf[256]; local 488 outlen = sizeof(outbuf); 489 DO(der_encode_sequence(&types[x>6?x-7:x], 1, outbuf, &outlen)) [all...] |
/external/icu4c/extra/uconv/ |
uconv.cpp | 537 buf(NULL), outbuf(NULL), fromoffsets(NULL), 545 outbuf = buf + bufsz; 570 char *buf, *outbuf; member in class:ConvertFile 924 bufp = outbuf; 929 ucnv_fromUnicode(convto, &bufp, outbuf + bufsz, [all...] |
/external/qemu/ |
monitor.c | 82 uint8_t outbuf[1024]; member in struct:Monitor 176 qemu_chr_write(mon->chr, mon->outbuf, mon->outbuf_index); 195 mon->outbuf[mon->outbuf_index++] = '\r'; 196 mon->outbuf[mon->outbuf_index++] = c; 197 if (mon->outbuf_index >= (sizeof(mon->outbuf) - 1) [all...] |
qemu-char.c | 2331 uint8_t *outbuf; member in struct:__anon25511 [all...] |
/external/libxml2/ |
xmlsave.c | 2088 xmlOutputBufferPtr outbuf; local 2137 xmlOutputBufferPtr outbuf; local [all...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t012lexerXML.py | 39 output = unicode(lexer.outbuf.getvalue(), 'utf-8')
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc.cpp | 216 if (list && list->outbuf && list->numHwLayers > 0) { 231 private_handle_t *ohnd = (private_handle_t *)list->outbuf; 498 if (list && list->outbuf && list->numHwLayers > 0) { 510 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
|
/external/icu4c/test/perf/DateFmtPerf/ |
DateFmtPerf.h | 391 char outbuf[500]; local 402 sprintf(outbuf, "%lg", result);
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videoframe_unittest.h | 721 talk_base::scoped_ptr<uint8[]> outbuf(new uint8[out_size + kAlignment]); 722 uint8 *out = ALIGNP(outbuf.get(), kAlignment); 737 talk_base::scoped_ptr<uint8[]> outbuf(new uint8[out_size + kAlignment]); 738 uint8 *out = ALIGNP(outbuf.get(), kAlignment); 753 talk_base::scoped_ptr<uint8[]> outbuf(new uint8[out_size + kAlignment]); 754 uint8 *out = ALIGNP(outbuf.get(), kAlignment); [all...] |
/external/icu4c/test/intltest/ |
strtest.cpp | 339 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
|
/external/svox/pico/tts/ |
com_svox_picottsengine.cpp | 1464 short outbuf[MAX_OUTBUF_SIZE\/2]; local [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/valgrind/main/mpi/ |
libmpiwrap.c | [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
strtest.cpp | 371 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
|
/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/bzip2/ |
bzip2.c | 295 void uInt64_toAscii ( char* outbuf, UInt64* n ) 306 outbuf[nBuf] = 0; 308 outbuf[i] = buf[nBuf-i-1]; [all...] |
/external/libpng/ |
pngtest.c | 716 char inbuf[256], outbuf[256]; local [all...] |