/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
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()
|
D | ftell.c | 45 fpos_t pos; in ftello() local
|
/bionic/tests/ |
D | string_test.cpp | 395 size_t pos = random() % state.MAX_LEN; in TEST() local 424 size_t pos = 1 + (random() % (state.MAX_LEN - 1)); in TEST() local 455 size_t pos = random() % state.MAX_LEN; in TEST() local 481 size_t pos = random() % state.MAX_LEN; in TEST() local 513 size_t pos = random() % state.MAX_LEN; in TEST() local 545 size_t pos = random() % state.MAX_LEN; in TEST() local 584 size_t pos = strlen(state.ptr1); in TEST() local 607 size_t pos = 1 + (random() % (state.MAX_LEN - 1)); in TEST() local 725 size_t pos = random() % state.MAX_LEN; in TEST() local 752 size_t pos = random() % state.MAX_LEN; in TEST() local [all …]
|
/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/linker/ |
D | linker_environ.cpp | 86 int pos = 0; in __is_valid_environment_variable() local
|
/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 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/kernel/uapi/linux/netfilter/ |
D | x_tables.h | 112 #define xt_entry_foreach(pos, ehead, esize) for ((pos) = (typeof(pos))(ehead); (pos) < (typeof(… argument 114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos)… argument
|
/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 | 177 struct drm_exynos_pos pos; member
|
/bionic/libc/kernel/uapi/linux/ |
D | soundcard.h | 826 #define SEQ_PANNING(dev, voice, pos) SEQ_CONTROL(dev, voice, CTL_PAN, (pos+128) / 2) argument 837 #define SEQ_SONGPOS(pos) _TIMER_EVENT(TMR_SPP, pos) argument
|
/bionic/libc/upstream-dlmalloc/ |
D | malloc.c | 4948 char* pos = ((size_t)(br - (char*)(p)) >= MIN_CHUNK_SIZE)? in internal_memalign() local
|