/bionic/libc/stdio/ |
D | ftell.c | 44 fpos_t pos; in ftello() local 95 long pos; in ftell() local
|
D | fgetpos.c | 40 fgetpos(FILE *fp, fpos_t *pos) in fgetpos()
|
D | fsetpos.c | 40 fsetpos(FILE *iop, const fpos_t *pos) in fsetpos()
|
/bionic/libc/kernel/common/linux/ |
D | plist.h | 39 #define plist_for_each(pos, head) list_for_each_entry(pos, &(head)->node_list, plist.node_list) argument 40 #define plist_for_each_safe(pos, n, head) list_for_each_entry_safe(pos, n, &(head)->node_list, pl… argument 41 #define plist_for_each_entry(pos, head, mem) list_for_each_entry(pos, &(head)->node_list, mem.pli… argument 42 #define plist_for_each_entry_safe(pos, n, head, m) list_for_each_entry_safe(pos, n, &(head)->node… argument
|
D | mca.h | 40 unsigned char pos[8]; member
|
D | soundcard.h | 844 #define SEQ_PANNING(dev, voice, pos) SEQ_CONTROL(dev, voice, CTL_PAN, (pos+128) / 2) argument 855 #define SEQ_SONGPOS(pos) _TIMER_EVENT(TMR_SPP, pos) argument
|
/bionic/libc/netbsd/net/ |
D | base64.c | 222 char *pos; local
|
/bionic/linker/ |
D | linker_environ.c | 41 int pos = 0; in _is_valid_definition() local
|
D | linker_format.c | 84 char *pos; member 370 char *pos = buffer; in format_number() local
|
/bionic/libc/upstream-netbsd/libc/regex/ |
D | regcomp.c | 200 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) argument 201 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos)) argument 202 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) argument 400 sopno pos; in p_ere_exp() local 622 sopno pos, i; in p_simp_re() local 1708 sopno pos) in doinsert() 1747 sopno pos, in dofwd()
|
/bionic/libc/unistd/ |
D | getopt_long.c | 137 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
|
/bionic/libc/kernel/common/linux/sunrpc/ |
D | sched.h | 94 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struc… argument 96 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, st… argument
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 860 def release(self,pos): argument
|
/bionic/libc/upstream-dlmalloc/ |
D | malloc.c | 4946 char* pos = ((size_t)(br - (char*)(p)) >= MIN_CHUNK_SIZE)? in internal_memalign() local
|