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

  /external/ltp/testcases/network/tcp_cmds/sendfile/
testsf_c.c 33 int nbyte; local
99 if ((nbyte = write(s, rbuf, strlen(rbuf))) <= 0) {
106 nbyte, rbuf);
111 while ((nbyte = read(s, rbuf, PATH_MAX)) > 0) {
112 nlen += nbyte;
113 if (write(fd, rbuf, nbyte) != nbyte) {
  /external/libxaac/decoder/
ixheaacd_drc_freq_dec.c 575 WORD32 ich, nbyte = 0; local
586 nbyte++;
595 nbyte++;
599 return nbyte;
604 WORD32 ich, idrc, nbyte = 1; local
    [all...]

Completed in 69 milliseconds