Searched refs:dbsz (Results 1 - 2 of 2) sorted by relevance

/system/core/toolbox/
H A Ddd.c217 if ((in.db = malloc(out.dbsz + in.dbsz - 1)) == NULL) {
223 malloc((u_int)(MAX(in.dbsz, cbsz) + cbsz))) == NULL ||
224 (out.db = malloc((u_int)(out.dbsz + cbsz))) == NULL) {
242 (void)ftruncate(out.fd, (off_t)out.offset * out.dbsz);
316 (void)memset(in.dbp, ' ', in.dbsz);
318 (void)memset(in.dbp, 0, in.dbsz);
321 n = read(in.fd, in.dbp, in.dbsz);
349 lseek(in.fd, (off_t)in.dbsz, SEEK_CUR))
358 in.dbcnt += in.dbrcnt = in.dbsz;
[all...]
H A Ddd.h46 uint64_t dbsz; /* buffer size */ member in struct:__anon476

Completed in 249 milliseconds