Home
last modified time | relevance | path

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

/bionic/libc/arch-arm/bionic/
Dstrcmp.S137 wp1 .req r0
138 wp2 .req r1
139 b1 .req r2
140 w1 .req r4
141 w2 .req r5
142 t1 .req ip
Dstrcmp.a15.S605 wp1 .req r0
606 wp2 .req r1
607 b1 .req r2
608 w1 .req r4
609 w2 .req r5
610 t1 .req ip
/bionic/libc/arch-arm/generic/bionic/
Dstrcmp.S137 wp1 .req r0
138 wp2 .req r1
139 b1 .req r2
140 w1 .req r4
141 w2 .req r5
142 t1 .req ip
/bionic/libc/arch-arm/krait/bionic/
Dstrcmp.S396 wp1 .req r0
397 wp2 .req r1
398 b1 .req r2
399 w1 .req r4
400 w2 .req r5
401 t1 .req ip
/bionic/libc/arch-arm/cortex-a9/bionic/
Dstrcmp.S383 wp1 .req r0
384 wp2 .req r1
385 b1 .req r2
386 w1 .req r4
387 w2 .req r5
388 t1 .req ip
/bionic/libc/kernel/common/linux/mmc/
Dhost.h76 void (*request)(struct mmc_host *host, struct mmc_request *req);
/bionic/libc/kernel/common/linux/
Dnfs_xdr.h549 struct nfs_page *req; member
567 struct nfs_page *req; member
/bionic/libc/upstream-dlmalloc/
Dmalloc.c2228 #define pad_request(req) \ argument
2229 (((req) + CHUNK_OVERHEAD + CHUNK_ALIGN_MASK) & ~CHUNK_ALIGN_MASK)
2232 #define request2size(req) \ argument
2233 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
4815 size_t req = 0; in dlcalloc() local
4817 req = n_elements * elem_size; in dlcalloc()
4819 (req / n_elements != elem_size)) in dlcalloc()
4820 req = MAX_SIZE_T; /* force downstream failure on overflow */ in dlcalloc()
4822 mem = dlmalloc(req); in dlcalloc()
4824 memset(mem, 0, req); in dlcalloc()
[all …]
/bionic/libc/
DSYSCALLS.TXT216 int clock_nanosleep(clockid_t clock_id, int flags, const struct timespec *req, struct tim…