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

  /external/openssl/crypto/pem/
pvkfmt.c 90 static int read_lebn(const unsigned char **in, unsigned int nbyte, BIGNUM **r)
95 p = *in + nbyte - 1;
96 tmpbuf = OPENSSL_malloc(nbyte);
100 for (i = 0; i < nbyte; i++)
102 *r = BN_bin2bn(tmpbuf, nbyte, NULL);
106 *in += nbyte;
216 unsigned int nbyte, hnbyte; local
217 nbyte = (bitlen + 7) >> 3;
226 return 44 + 3 * nbyte;
231 return 64 + 2 * nbyte;
318 unsigned int nbyte; local
376 unsigned int nbyte, hnbyte; local
578 int nbyte, hnbyte, bitlen; local
613 int nbyte, hnbyte; local
631 int nbyte; local
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_win.cc 151 int _read(int fd, void* buf, size_t nbyte) {
155 return ki_read(fd, buf, nbyte);
158 int _read_nolock(int fd, void* buf, size_t nbyte) {
162 return ki_read(fd, buf, nbyte);
218 int _write(int fd, const void* buf, size_t nbyte) {
222 return ki_write(fd, buf, nbyte);
kernel_intercept.h 90 ssize_t ki_read(int fd, void* buf, size_t nbyte);
91 ssize_t ki_write(int fd, const void* buf, size_t nbyte);
kernel_proxy.h 107 virtual ssize_t read(int fd, void* buf, size_t nbyte);
108 virtual ssize_t write(int fd, const void* buf, size_t nbyte);
kernel_wrap.h 103 read_ssize_t NAME(read)(int fd, void* buf, size_t nbyte);
120 read_ssize_t NAME(write)(int fd, const void* buf, size_t nbyte);
kernel_intercept.cc 240 ssize_t ki_read(int fd, void* buf, size_t nbyte) {
242 return s_state.kp->read(fd, buf, nbyte);
245 ssize_t ki_write(int fd, const void* buf, size_t nbyte) {
247 return s_state.kp->write(fd, buf, nbyte);
  /external/fio/os/
os-windows.h 109 ssize_t pread(int fildes, void *buf, size_t nbyte, off_t offset);
110 ssize_t pwrite(int fildes, const void *buf, size_t nbyte,
  /external/fio/os/windows/
posix.c 686 ssize_t pwrite(int fildes, const void *buf, size_t nbyte,
690 ssize_t len = _write(fildes, buf, nbyte);
695 ssize_t pread(int fildes, void *buf, size_t nbyte, off_t offset)
698 ssize_t len = read(fildes, buf, nbyte);
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]

Completed in 936 milliseconds