Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 14 of 14) sorted by relevance

/bionic/tests/
Dstring_test.cpp453 size_t pos = random() % state.MAX_LEN; in TEST() local
487 size_t pos = 1 + (random() % (state.MAX_LEN - 1)); in TEST() local
516 size_t pos = random() % state.MAX_LEN; in TEST() local
540 size_t pos = random() % state.MAX_LEN; in TEST() local
570 size_t pos = random() % state.MAX_LEN; in TEST() local
597 size_t pos = random() % state.MAX_LEN; in TEST() local
634 size_t pos = strlen(state.ptr1); in TEST() local
655 size_t pos = 1 + (random() % (state.MAX_LEN - 1)); in TEST() local
765 size_t pos = random() % state.MAX_LEN; in TEST() local
790 size_t pos = random() % state.MAX_LEN; in TEST() local
[all …]
Dstdio_test.cpp1234 int pos = 0; in TEST() local
2268 fpos_t pos; in TEST() local
2314 fpos_t pos; in AssertFileOffsetAt() local
/bionic/libc/upstream-openbsd/lib/libc/net/
Dbase64.c197 char *pos; local
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c200 #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
399 sopno pos; in p_ere_exp() local
623 sopno pos, i; in p_simp_re() local
1707 sopno pos) in doinsert()
1746 sopno pos, in dofwd()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dopen_memstream.c33 size_t pos; /* current position */ member
Dopen_wmemstream.c34 size_t pos; /* current position */ member
/bionic/tools/versioner/src/
DPreprocessor.cpp308 size_t pos = line.find("*/", line_index); in mergeGuards() local
321 size_t pos = line.find_first_not_of(" \t", line_index); in mergeGuards() local
/bionic/libc/bionic/
Dlibc_init_common.cpp227 int pos = 0; in __is_valid_environment_variable() local
/bionic/libc/kernel/uapi/linux/netfilter/
Dx_tables.h100 #define xt_entry_foreach(pos,ehead,esize) for((pos) = (typeof(pos)) (ehead); (pos) < (typeof(pos)) … argument
101 #define xt_ematch_foreach(pos,entry) for((pos) = (struct xt_entry_match *) entry->elems; (pos) < (s… argument
/bionic/linker/
Dlinker_utils.cpp40 size_t pos = 0; in format_string() local
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c158 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
/bionic/libc/stdio/
Dstdio.cpp643 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/kernel/uapi/linux/
Dvirtio_gpu.h88 struct virtio_gpu_cursor_pos pos; member
Dcoda.h446 int pos; member