Searched refs:remaining (Results 1 – 9 of 9) sorted by relevance
299 size_t remaining = theheap.remaining; in TestTrimHelper() local307 remaining = theheap.remaining; in TestTrimHelper()353 size_t remaining = theheap.remaining; in cmpct_test_trim() local363 remaining = theheap.remaining; in cmpct_test_trim()365 ASSERT(theheap.remaining <= remaining); in cmpct_test_trim()391 size_t remaining = theheap.remaining; in cmpct_test_trim() local402 remaining = theheap.remaining; in cmpct_test_trim()406 ASSERT(theheap.remaining <= remaining); in cmpct_test_trim()407 remaining = theheap.remaining; in cmpct_test_trim()510 size_t remaining = theheap.remaining; in cmpct_test_return_to_os() local[all …]
46 size_t remaining; member101 theheap.remaining += chunk->len; in heap_insert_free_chunk()255 theheap.remaining -= size; in miniheap_alloc()257 if (theheap.remaining < theheap.low_watermark) { in miniheap_alloc()258 theheap.low_watermark = theheap.remaining; in miniheap_alloc()430 theheap.remaining -= end_page - start_page; in miniheap_trim()508 theheap.remaining = 0; // will get set by heap_insert_free_chunk() in miniheap_init()
157 uint remaining = 32; in pio_sm_set_pins() local159 while (remaining) { in pio_sm_set_pins()160 uint decrement = remaining > 5 ? 5 : remaining; in pio_sm_set_pins()165 remaining -= decrement; in pio_sm_set_pins()
254 size_t remaining = len; in bio_default_erase() local256 while (remaining > 0) { in bio_default_erase()257 size_t towrite = MIN(remaining, dev->block_size); in bio_default_erase()265 remaining -= written; in bio_default_erase()
1184 u32_t remaining = msg->msg.r.len; local1186 u16_t recved = (remaining > 0xffff) ? 0xffff : (u16_t)remaining;1188 remaining -= recved;1189 }while(remaining != 0);
133 /* remaining .text and .rodata; i.e. stuff we exclude above because we want it in RAM */
510 @ the remainder y-x0*q is guaranteed less than a very small multiple of the remaining quotient
67 …is Licence is held by a court of law to be illegal or unenforceable the remaining provisions of th…
Completed in 17 milliseconds