Home
last modified time | relevance | path

Searched refs:req (Results 1 – 6 of 6) 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
/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
Dmsm_mdp.h235 struct mdp_blit_req 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.TXT208 int clock_nanosleep(clockid_t clock_id, int flags, const struct timespec *req, struct tim…