Searched refs:totalbytes (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/mips/cavium/dev/
H A Docteon_pkovar.h93 int totalbytes)
111 __SHIFTIN(totalbytes, PKO_CMD_WORD0_TOTALBYTES);
91 octpko_cmd_word0(int sz1, int sz0, int s1, int reg1, int s0, int reg0, int le, int n2, int q, int r, int g, int ipoffp1, int ii, int df, int segs, int totalbytes) argument
/netbsd-current/external/mit/lua/dist/src/
H A Dlstate.h259 l_mem totalbytes; /* number of bytes currently allocated - GCdebt */ member in struct:global_State
396 #define gettotalbytes(g) cast(lu_mem, (g)->totalbytes + (g)->GCdebt)
H A Dlstate.c90 ** set GCdebt to a new value keeping the value (totalbytes + GCdebt)
91 ** invariant (and avoiding underflows in 'totalbytes')
97 debt = tb - MAX_LMEM; /* will make 'totalbytes == MAX_LMEM' */
98 g->totalbytes = tb - debt;
401 g->totalbytes = sizeof(LG);
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/record/
H A Drec_layer_s3.c1240 size_t n, curr_rec, num_recs, totalbytes; local
1423 totalbytes = 0;
1425 if (len - totalbytes > SSL3_RECORD_get_length(rr))
1428 n = len - totalbytes;
1450 totalbytes += n;
1452 && totalbytes < len);
1453 if (totalbytes == 0) {
1461 *readbytes = totalbytes;
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/record/
H A Drec_layer_s3.c1290 size_t n, curr_rec, num_recs, totalbytes; local
1469 totalbytes = 0;
1471 if (len - totalbytes > SSL3_RECORD_get_length(rr))
1474 n = len - totalbytes;
1498 totalbytes += n;
1500 && totalbytes < len);
1501 if (totalbytes == 0) {
1509 *readbytes = totalbytes;
/netbsd-current/sys/miscfs/genfs/
H A Dgenfs_io.c586 size_t bytes, iobytes, tailstart, tailbytes, totalbytes, skipbytes; local
599 totalbytes = npages << PAGE_SHIFT;
600 bytes = MIN(totalbytes, MAX(diskeof - startoffset, 0));
601 tailbytes = totalbytes - bytes;
610 mbp->b_bufsize = totalbytes;

Completed in 98 milliseconds