HomeSort by relevance Sort by last modified time
    Searched refs:inbuf (Results 51 - 75 of 80) sorted by null

1 23 4

  /external/libpng/contrib/gregbook/
rpng2-win.c 159 static uch inbuf[INBUFSIZE]; variable
471 incount = fread(inbuf, 1, INBUFSIZE, infile);
472 if (incount < 8 || !readpng2_check_sig(inbuf, 8)) {
554 if (readpng2_decode_data(&rpng2_info, inbuf, incount))
578 incount = fread(inbuf, 1, INBUFSIZE, infile);
    [all...]
rpng2-x.c 190 static uch inbuf[INBUFSIZE]; variable
518 incount = fread(inbuf, 1, INBUFSIZE, infile);
519 if (incount < 8 || !readpng2_check_sig(inbuf, 8)) {
599 if (readpng2_decode_data(&rpng2_info, inbuf, incount))
623 incount = fread(inbuf, 1, INBUFSIZE, infile);
    [all...]
  /external/grub/stage2/
gunzip.c 488 static uch inbuf[INBUFSIZ]; variable
497 grub_read (inbuf, INBUFSIZ);
500 return inbuf[bufloc++];
    [all...]
  /external/chromium/base/
md5.cc 162 void MD5Update(MD5Context *pCtx, const void *inbuf, size_t len){
164 const unsigned char* buf = (const unsigned char*)inbuf;
  /external/chromium_org/base/
md5.cc 171 const unsigned char* inbuf = (const unsigned char*)data.data(); local
174 const unsigned char* buf = (const unsigned char*)inbuf;
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/
md5.cc 177 const unsigned char* inbuf = (const unsigned char*)data.data(); local
180 const unsigned char* buf = (const unsigned char*)inbuf;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 605 extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
609 extern DECLSPEC char * SDLCALL SDL_iconv_string(const char *tocode, const char *fromcode, const char *inbuf, size_t inbytesleft);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 605 extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
609 extern DECLSPEC char * SDLCALL SDL_iconv_string(const char *tocode, const char *fromcode, const char *inbuf, size_t inbytesleft);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 605 extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
609 extern DECLSPEC char * SDLCALL SDL_iconv_string(const char *tocode, const char *fromcode, const char *inbuf, size_t inbytesleft);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 605 extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
609 extern DECLSPEC char * SDLCALL SDL_iconv_string(const char *tocode, const char *fromcode, const char *inbuf, size_t inbytesleft);
  /external/svox/pico/lib/
picodata.c 474 pico_status_t picodata_copy_item(const picoos_uint8 *inbuf,
478 if (picodata_is_valid_item(inbuf, inlenmax)) {
479 *numb = PICODATA_ITEM_HEADSIZE + inbuf[PICODATA_ITEMIND_LEN];
487 outbuf[i] = inbuf[i];
496 PICODBG_WARN(("item problem in inbuf"));
    [all...]
picodata.h 387 /* copies the item in inbuf to outbuf after first checking if there is
388 a valid item in inbuf; inlenmax and outlenmax are the max length
394 PICO_ERR_OTHER <- no valid item in inbuf
396 pico_status_t picodata_copy_item(const picoos_uint8 *inbuf,
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
structs.h 137 WebRtc_Word16 inbuf[QLOOKAHEAD]; member in struct:__anon28621
pitch_estimator.c 537 inbufQ0[k] = State->inbuf[k];
549 State->inbuf[k] = inbufQ0[k + PITCH_FRAME_LEN];
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
structs.h 138 double inbuf[QLOOKAHEAD]; member in struct:__anon28640
  /external/chromium_org/third_party/libxml/src/
xmlreader.c 809 xmlBufferPtr inbuf; local
818 inbuf = reader->input->buffer;
821 if (inbuf->use < reader->cur + CHUNK_SIZE) {
828 (inbuf->alloc == XML_BUFFER_ALLOC_IMMUTABLE)) {
829 if (inbuf->use == reader->cur) {
852 if (inbuf->use >= reader->cur + CHUNK_SIZE) {
854 (const char *) &inbuf->content[reader->cur],
860 s = inbuf->use - reader->cur;
862 (const char *) &inbuf->content[reader->cur],
875 if (inbuf->alloc != XML_BUFFER_ALLOC_IMMUTABLE)
    [all...]
  /external/libxml2/
xmlreader.c 809 xmlBufferPtr inbuf; local
818 inbuf = reader->input->buffer;
821 if (inbuf->use < reader->cur + CHUNK_SIZE) {
828 (inbuf->alloc == XML_BUFFER_ALLOC_IMMUTABLE)) {
829 if (inbuf->use == reader->cur) {
852 if (inbuf->use >= reader->cur + CHUNK_SIZE) {
854 (const char *) &inbuf->content[reader->cur],
860 s = inbuf->use - reader->cur;
862 (const char *) &inbuf->content[reader->cur],
875 if (inbuf->alloc != XML_BUFFER_ALLOC_IMMUTABLE)
    [all...]
  /external/speex/libspeex/
preprocess.c 228 spx_word16_t *inbuf; /**< Input buffer (overlapped analysis) */ member in struct:SpeexPreprocessState_
470 st->inbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t));
499 st->inbuf[i]=0;
559 speex_free(st->inbuf);
628 st->frame[i]=st->inbuf[i];
632 /* Update inbuf */
634 st->inbuf[i]=x[N4+i];
    [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c     [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslgathr.c 416 PORT_Free(gs->inbuf.buf);
sslimpl.h 381 * SSL3: recv'd ciphertext records are put in inbuf (see below), then
386 /* number of bytes previously read into hdr or buf(ssl2) or inbuf (ssl3).
426 /* offset in buf/inbuf/hdr into which new data will be read from socket. */
430 sslBuffer inbuf; /*recvBufLock*/ /* ssl3 only */ member in struct:sslGatherStr
433 ** than into buf or inbuf, while in the GS_HEADER state.
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 149 char inbuf[8192]; local
156 ifc.ifc_len = sizeof(inbuf);
157 ifc.ifc_buf = inbuf;
  /external/libpng/
pngtest.c 716 char inbuf[256], outbuf[256]; local
    [all...]
  /external/ppp/pppd/
sys-linux.c 208 static unsigned char inbuf[512]; /* buffer for chars read from loopback */ variable
1142 while ((n = read(master_fd, inbuf, sizeof(inbuf))) > 0)
1143 if (loop_chars(inbuf, n))
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 1717 milliseconds

1 23 4