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

  /external/libvncserver/test/
bmp.c 112 unsigned char *tempbuf=NULL; char temps[255], temps2[255]; local
162 if((tempbuf=(unsigned char *)malloc((*w)*(*h)*3))==NULL)
164 if(fread(tempbuf, (*w)*(*h)*3, 1, fs)!=1) _throw("Read error");
165 pixelconvert(tempbuf, BMP_RGB, (*w)*3, *buf, f, dstpitch, *w, *h, dstbottomup);
170 if(tempbuf) free(tempbuf);
180 unsigned char *tempbuf=NULL; local
252 if((tempbuf=(unsigned char *)malloc(srcpitch*(*h)))==NULL
257 _unix(bytesread=read(fd, tempbuf, srcpitch*(*h)));
260 pixelconvert(tempbuf, BMP_BGR, srcpitch, *buf, f, dstpitch, *w, *h,
277 unsigned char *tempbuf=NULL; local
303 unsigned char *tempbuf=NULL; char *temp; local
    [all...]
  /external/syslinux/com32/gplinclude/dmi/
dmi.h 43 #define moreprintf(...) do { display_line++; if (display_line == 24) { char tempbuf[10]; display_line=0; printf("Press enter to continue"); fgets(tempbuf, sizeof tempbuf, stdin);} printf ( __VA_ARGS__); } while (0);
  /external/syslinux/com32/modules/
pcitest.c 49 char tempbuf[10]; \
52 fgets(tempbuf, sizeof tempbuf, stdin); \
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 240 static char tempbuf[16]; variable
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 367 static char tempbuf[16]; variable
    [all...]
  /external/libpcap/
sockutils.h 219 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int checkonly, char *errbuf, int errbuflen);
sockutils.c 593 * \brief It copies the amount of data contained into 'buffer' into 'tempbuf'.
597 * into 'tempbuf', starting at offset 'offset'. Before that, it checks that the
606 * In this case, both 'buffer' and 'tempbuf' can be NULL values.
618 * \param tempbuf: user-allocated buffer (of size 'totsize') in which data
621 * \param offset: an index into 'tempbuf' which keeps the location of its first
637 * is returned in the 'errbuf' variable. When the function returns, 'tempbuf' will
647 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int checkonly, char *errbuf, int errbuflen)
657 memcpy(tempbuf + (*offset), buffer, size);
    [all...]
  /external/e2fsprogs/misc/
e4crypt.c 411 unsigned char tempbuf[SHA512_LENGTH] = {0}; local
418 __u32 *temp_u32 = (__u32 *)tempbuf;
439 ext2fs_sha512(saltbuf, actual_saltbuf_len, tempbuf);
444 memcpy(buf, tempbuf, SHA512_LENGTH);
445 ext2fs_sha512(buf, actual_buf_len, tempbuf);
  /external/f2fs-tools/tools/
f2fscrypt.c 456 unsigned char tempbuf[SHA512_LENGTH] = {0}; local
463 __u32 *temp_u32 = (__u32 *)tempbuf;
484 f2fs_sha512(saltbuf, actual_saltbuf_len, tempbuf);
489 memcpy(buf, tempbuf, SHA512_LENGTH);
490 f2fs_sha512(buf, actual_buf_len, tempbuf);
  /external/pdfium/core/fpdfapi/parser/
cpdf_security_handler.cpp 584 uint8_t tempbuf[32]; local
585 memcpy(tempbuf, defpasscode, 32);
586 CRYPT_ArcFourCryptBlock(tempbuf, 32, m_EncryptKey, key_len);
587 pEncryptDict->SetNewFor<CPDF_String>("U", ByteString(tempbuf, 32), false);
  /external/opencv/cxcore/src/
cxmatmul.cpp     [all...]
  /external/curl/lib/
urldata.h 1175 struct tempbuf { struct
    [all...]
easy.c 1052 struct tempbuf writebuf[3]; /* there can only be three */
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 

Completed in 874 milliseconds