Home
last modified time | relevance | path

Searched refs:bsize (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.c675 (b->bh.bsize < best->bh.bsize)) {
710 b->bh.bsize = -b->bh.bsize;
716 b_alloc->bsize = -(b->bh.bsize - pos);
734 b->bh.bsize = -b_alloc->bsize - size;
736 b_alloc->bsize += b->bh.bsize;
1008 b->bh.bsize = -b->bh.bsize;
1025 assert(BH((char *) bn + bn->bh.bsize)->prevfree == bn->bh.bsize);
1030 b->bh.bsize += bn->bh.bsize;
1064 assert(BH((char *) b + b->bh.bsize)->bsize == ESent);
1065 assert(BH((char *) b + b->bh.bsize)->prevfree == b->bh.bsize);
[all …]
A Dbget_malloc.c197 osize = -b->bsize; in bget_buf_size()
368 bufsize bs = b->bh.bsize; in bpool_foreach_pool()
/optee_os-3.20.0/core/lib/zlib/
A Dzutil.c221 ulg bsize = (ulg)items*size; in zcalloc() local
228 if (bsize < 65520L) { in zcalloc()
229 buf = farmalloc(bsize); in zcalloc()
232 buf = farmalloc(bsize + 16L); in zcalloc()

Completed in 8 milliseconds