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

  /external/openssl/crypto/rand/
rand_egd.c 95 * RAND_egd() is a wrapper for RAND_egd_bytes() with numbytes=255.
140 int len, num, numbytes; local
191 numbytes = 0;
192 while (numbytes != 2)
194 num = write(fd, egdbuf + numbytes, 2 - numbytes);
196 numbytes += num;
215 numbytes = 0;
216 while (numbytes != 1)
222 numbytes += num
    [all...]
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.h 201 bool read(const unsigned char * buf, unsigned int numbytes,

Completed in 199 milliseconds