Home | History | Annotate | Download | only in lib

Lines Matching refs:PICOOS_ALIGN_SIZE

600             maxlen = len + PICOOS_ALIGN_SIZE; /* once would be sufficient? */
606 rem = (picoos_uint32) res->raw_mem % PICOOS_ALIGN_SIZE;
608 res->start = res->raw_mem + (PICOOS_ALIGN_SIZE - rem);