/bionic/tests/ |
D | string_test.cpp | 448 size_t pos = random() % state.MAX_LEN; in TEST() local 482 size_t pos = 1 + (random() % (state.MAX_LEN - 1)); in TEST() local 511 size_t pos = random() % state.MAX_LEN; in TEST() local 535 size_t pos = random() % state.MAX_LEN; in TEST() local 565 size_t pos = random() % state.MAX_LEN; in TEST() local 592 size_t pos = random() % state.MAX_LEN; in TEST() local 629 size_t pos = strlen(state.ptr1); in TEST() local 650 size_t pos = 1 + (random() % (state.MAX_LEN - 1)); in TEST() local 760 size_t pos = random() % state.MAX_LEN; in TEST() local 785 size_t pos = random() % state.MAX_LEN; in TEST() local [all …]
|
D | stdio_test.cpp | 1166 fpos_t pos; in TEST() local 1217 fpos_t pos; in AssertFileOffsetAt() local
|
/bionic/libc/dns/net/ |
D | base64.c | 222 char *pos; local
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | strlen.S | 51 #define pos x12 macro
|
D | strcmp.S | 56 #define pos x11 macro
|
D | memcmp.S | 52 #define pos x11 macro
|
D | strnlen.S | 52 #define pos x13 macro
|
D | string_copy.S | 93 #define pos x12 macro
|
D | strncmp.S | 57 #define pos x12 macro
|
/bionic/libc/stdio/ |
D | stdio.cpp | 515 int fsetpos(FILE* fp, const fpos_t* pos) { in fsetpos() 519 int fsetpos64(FILE* fp, const fpos64_t* pos) { in fsetpos64() 539 int fgetpos(FILE* fp, fpos_t* pos) { in fgetpos() 544 int fgetpos64(FILE* fp, fpos64_t* pos) { in fgetpos64()
|
/bionic/libc/upstream-netbsd/lib/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 399 sopno pos; in p_ere_exp() local 621 sopno pos, i; in p_simp_re() local 1703 sopno pos) in doinsert() 1742 sopno pos, in dofwd()
|
/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
|
D | fmemopen.c | 29 size_t pos; /* current position */ member
|
/bionic/libc/bionic/ |
D | libc_init_common.cpp | 200 int pos = 0; in __is_valid_environment_variable() local
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | x_tables.h | 118 #define xt_entry_foreach(pos,ehead,esize) for((pos) = (typeof(pos)) (ehead); (pos) < (typeof(pos)) … argument 120 #define xt_ematch_foreach(pos,entry) for((pos) = (struct xt_entry_match *) entry->elems; (pos) < (s… argument
|
/bionic/tools/relocation_packer/src/ |
D | elf_file_unittest.cc | 30 size_t pos = data_dir.rfind('/'); in GetDataFilePath() local
|
/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/drm/ |
D | exynos_drm.h | 161 struct drm_exynos_pos pos; member
|
/bionic/libc/kernel/uapi/linux/ |
D | virtio_gpu.h | 85 struct virtio_gpu_cursor_pos pos; member
|
D | soundcard.h | 821 #define SEQ_PANNING(dev,voice,pos) SEQ_CONTROL(dev, voice, CTL_PAN, (pos + 128) / 2) argument 832 #define SEQ_SONGPOS(pos) _TIMER_EVENT(TMR_SPP, pos) argument
|
/bionic/linker/ |
D | linker.cpp | 515 size_t pos = 0; in set_dt_runpath() local
|