| /src/sys/arch/mips/cavium/dev/ |
| octeon_pkovar.h | 93 int totalbytes) 111 __SHIFTIN(totalbytes, PKO_CMD_WORD0_TOTALBYTES);
|
| /src/external/mit/lua/dist/src/ |
| lstate.h | 259 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)
|
| lstate.c | 90 ** 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);
|
| /src/crypto/external/apache2/openssl/dist/ssl/record/ |
| rec_layer_s3.c | 627 size_t n, curr_rec, totalbytes; local 791 totalbytes = 0; 794 if (len - totalbytes > rr->length) 797 n = len - totalbytes; 814 totalbytes += n; 817 && totalbytes < len); 818 if (totalbytes == 0) { 822 *readbytes = totalbytes;
|
| /src/crypto/external/bsd/openssl/dist/ssl/record/ |
| rec_layer_s3.c | 1290 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;
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
| rec_layer_s3.c | 1240 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;
|
| /src/sys/arch/sgimips/stand/undist/ |
| undist.c | 79 static unsigned int totalbytes; variable 937 totalbytes += ent->size; 972 totalbytes, totalfiles, totalcompressed, 996 totalbytes += offset_table[i]->size; 1003 totalbytes, totalfiles, totalcompressed,
|
| /src/sys/miscfs/genfs/ |
| genfs_io.c | 586 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;
|