Searched defs:remainder (Results 1 - 2 of 2) sorted by relevance

/bionic/libm/i387/
H A De_remainder.S40 ENTRY(remainder) function
/bionic/libc/bionic/
H A Ddlmalloc.c91 32 bytes plus the remainder from a system page (the minimal
3412 /* Allocate chunk and prepend remainder with chunk in successor base. */
3426 /* consolidate remainder with first chunk of old base */
3971 mchunkptr remainder = chunk_plus_offset(newp, nb); local
3973 set_inuse(m, remainder, rsize);
3974 extra = chunk2mem(remainder);
4081 mchunkptr remainder = chunk_plus_offset(p, nb); local
4083 set_inuse(m, remainder, remainder_size);
4084 trailer = chunk2mem(remainder);
4247 saving remainder i
[all...]

Completed in 112 milliseconds