Home
last modified time | relevance | path

Searched refs:req (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/machine/arm/
Darm_asm.h382 .macro _preprocess_reglist1 first:req, last:req, push_ip:req, push_lr:req, reglist_op:req
413 .macro _preprocess_reglist first:req, last, push_ip=0, push_lr=0, reglist_op:req
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dmallocr.c1388 #define request2size(req) \ argument
1389 (((unsigned long)((req) + (SIZE_SZ + MALLOC_ALIGN_MASK)) < \
1391 (((req) + (SIZE_SZ + MALLOC_ALIGN_MASK)) & ~(MALLOC_ALIGN_MASK)))