Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfgetpos.c40 fgetpos(FILE *fp, fpos_t *pos) in fgetpos()
Dfsetpos.c40 fsetpos(FILE *iop, const fpos_t *pos) in fsetpos()
Dftell.c45 fpos_t pos; in ftello() local
Dopen_memstream.c33 size_t pos; /* current position */ member
Dopen_wmemstream.c34 size_t pos; /* current position */ member
Dfmemopen.c29 size_t pos; /* current position */ member
/bionic/tests/
Dstring_test.cpp438 size_t pos = random() % state.MAX_LEN; in TEST() local
465 size_t pos = 1 + (random() % (state.MAX_LEN - 1)); in TEST() local
494 size_t pos = random() % state.MAX_LEN; in TEST() local
518 size_t pos = random() % state.MAX_LEN; in TEST() local
548 size_t pos = random() % state.MAX_LEN; in TEST() local
575 size_t pos = random() % state.MAX_LEN; in TEST() local
612 size_t pos = strlen(state.ptr1); in TEST() local
633 size_t pos = 1 + (random() % (state.MAX_LEN - 1)); in TEST() local
743 size_t pos = random() % state.MAX_LEN; in TEST() local
768 size_t pos = random() % state.MAX_LEN; in TEST() local
[all …]
/bionic/libc/dns/net/
Dbase64.c222 char *pos; local
/bionic/libc/arch-arm64/generic/bionic/
Dstrlen.S51 #define pos x12 macro
Dstrcmp.S56 #define pos x11 macro
Dmemcmp.S52 #define pos x11 macro
Dstrnlen.S52 #define pos x13 macro
Dstring_copy.S93 #define pos x12 macro
Dstrncmp.S57 #define pos x12 macro
/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
621 sopno pos, i; in p_simp_re() local
1703 sopno pos) in doinsert()
1742 sopno pos, in dofwd()
/bionic/libc/bionic/
Dlibc_init_common.cpp211 int pos = 0; in __is_valid_environment_variable() local
/bionic/libc/kernel/uapi/linux/netfilter/
Dx_tables.h118 #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/
Delf_file_unittest.cc30 size_t pos = data_dir.rfind('/'); in GetDataFilePath() 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/kernel/uapi/drm/
Dexynos_drm.h161 struct drm_exynos_pos pos; member
/bionic/libc/kernel/uapi/linux/
Dsoundcard.h821 #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/libc/upstream-dlmalloc/
Dmalloc.c4948 char* pos = ((size_t)(br - (char*)(p)) >= MIN_CHUNK_SIZE)? in internal_memalign() local