| /bionic/tests/ | 
| D | string_test.cpp | 458       size_t pos = random() % state.MAX_LEN;  in TEST()  local492       size_t pos = 1 + (random() % (state.MAX_LEN - 1));  in TEST()  local
 521     size_t pos = random() % state.MAX_LEN;  in TEST()  local
 545     size_t pos = random() % state.MAX_LEN;  in TEST()  local
 575       size_t pos = random() % state.MAX_LEN;  in TEST()  local
 602     size_t pos = random() % state.MAX_LEN;  in TEST()  local
 639       size_t pos = strlen(state.ptr1);  in TEST()  local
 660       size_t pos = 1 + (random() % (state.MAX_LEN - 1));  in TEST()  local
 770       size_t pos = random() % state.MAX_LEN;  in TEST()  local
 795       size_t pos = random() % state.MAX_LEN;  in TEST()  local
 [all …]
 
 | 
| D | stdio_test.cpp | 1262   int pos = 0;  in TEST()  local2299   fpos_t pos;  in TEST()  local
 2345   fpos_t pos;  in AssertFileOffsetAt()  local
 
 | 
| /bionic/libc/upstream-openbsd/lib/libc/net/ | 
| D | base64.c | 189 	char *pos;  in b64_pton()  local
 | 
| /bionic/libc/upstream-netbsd/lib/libc/regex/ | 
| D | regcomp.c | 217 #define	INSERT(op, pos)	doinsert(p, (op), HERE()-(pos)+1, pos)  argument218 #define	AHEAD(pos)		dofwd(p, pos, HERE()-(pos))  argument
 219 #define	ASTERN(sop, pos)	EMIT(sop, HERE()-pos)  argument
 447 	sopno pos;  in p_ere_exp()  local
 892 	sopno pos;  in p_simp_re()  local
 1901 doinsert(struct parse *p, sop op, size_t opnd, sopno pos)
 1939 dofwd(struct parse *p, sopno pos, sop value)
 
 | 
| /bionic/tools/versioner/src/ | 
| D | Preprocessor.cpp | 309         size_t pos = line.find("*/", line_index);  in mergeGuards()  local322         size_t pos = line.find_first_not_of(" \t", line_index);  in mergeGuards()  local
 
 | 
| /bionic/libc/upstream-openbsd/lib/libc/stdio/ | 
| D | open_memstream.c | 33 	size_t		  pos;		/* current position */  member
 | 
| D | open_wmemstream.c | 34 	size_t		  pos;		/* current position */  member
 | 
| /bionic/libc/kernel/uapi/linux/netfilter/ | 
| D | x_tables.h | 100 #define xt_entry_foreach(pos,ehead,esize) for((pos) = (typeof(pos)) (ehead); (pos) < (typeof(pos)) …  argument101 #define xt_ematch_foreach(pos,entry) for((pos) = (struct xt_entry_match *) entry->elems; (pos) < (s…  argument
 
 | 
| /bionic/libc/bionic/ | 
| D | libc_init_common.cpp | 248   int pos = 0;  in __is_valid_environment_variable()  local
 | 
| /bionic/linker/ | 
| D | linker_utils.cpp | 40   size_t pos = 0;  in format_string()  local
 | 
| /bionic/libc/stdio/ | 
| D | stdio.cpp | 643 int fsetpos(FILE* fp, const fpos_t* pos) {  in fsetpos()648 int fsetpos64(FILE* fp, const fpos64_t* pos) {  in fsetpos64()
 671 int fgetpos(FILE* fp, fpos_t* pos) {  in fgetpos()
 677 int fgetpos64(FILE* fp, fpos64_t* pos) {  in fgetpos64()
 
 | 
| /bionic/libc/upstream-freebsd/lib/libc/stdlib/ | 
| D | getopt_long.c | 158 	int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos;  in permute_args()  local
 | 
| /bionic/libc/kernel/uapi/linux/ | 
| D | soundcard.h | 661 #define SEQ_PANNING(dev,voice,pos) SEQ_CONTROL(dev, voice, CTL_PAN, (pos + 128) / 2)  argument670 #define SEQ_SONGPOS(pos) _TIMER_EVENT(TMR_SPP, pos)  argument
 
 | 
| D | virtio_gpu.h | 91   struct virtio_gpu_cursor_pos pos;  member
 | 
| D | coda.h | 446   int pos;  member
 |