/bionic/libm/x86/ |
D | libm_tancot_huge.S | 123 fmul %st(1), %st 124 faddp %st, %st(2) 126 fmul %st(1), %st 127 faddp %st, %st(2) 129 fmulp %st, %st(1) 130 faddp %st, %st(1) 134 fmul %st(1), %st 135 faddp %st, %st(2) 137 fmul %st(1), %st 138 faddp %st, %st(2) [all …]
|
D | libm_sincos_huge.S | 123 fmul %st(1), %st 124 faddp %st, %st(2) 126 fmul %st(1), %st 127 faddp %st, %st(2) 129 fmulp %st, %st(1) 130 faddp %st, %st(1) 134 fmul %st(1), %st 135 faddp %st, %st(2) 137 fmul %st(1), %st 138 faddp %st, %st(2) [all …]
|
D | libm_reduce_pi04l.S | 62 fmul %st(1), %st 89 fmul %st(1), %st 90 fsubrp %st, %st(3) 91 fxch %st(1) 92 fmul %st(2), %st 93 fld %st(2) 94 fadd %st(1), %st 95 fsubp %st, %st(1) 96 fld %st(0) 97 fxch %st(1) [all …]
|
D | e_hypot.S | 108 fxch %st(1) 109 fmul %st(0), %st 110 fxch %st(1) 112 fmul %st(0), %st 113 faddp %st, %st(1) 131 fxch %st(1) 132 fmul %st(0), %st 133 fxch %st(1) 135 fmul %st(0), %st 136 faddp %st, %st(1)
|
D | e_exp.S | 172 fmul %st, %st(1) 173 faddp %st, %st(1) 176 fmulp %st, %st(1)
|
D | s_expm1.S | 231 faddp %st, %st(1) 232 fmul %st, %st(1) 233 faddp %st, %st(1) 236 fmulp %st, %st(1)
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | open_wmemstream.c | 43 struct state *st = v; in wmemstream_write() local 47 end = (st->pos + l); in wmemstream_write() 49 if (end >= st->size) { in wmemstream_write() 51 size_t sz = st->size * 8 / 5; in wmemstream_write() 55 p = reallocarray(st->string, sz, sizeof(wchar_t)); in wmemstream_write() 58 bzero(p + st->size, (sz - st->size) * sizeof(wchar_t)); in wmemstream_write() 59 *st->pbuf = st->string = p; in wmemstream_write() 60 st->size = sz; in wmemstream_write() 63 nmc = (st->size - st->pos) * sizeof(wchar_t); in wmemstream_write() 64 len = mbsnrtowcs(st->string + st->pos, &b, nmc, l, &st->mbs); in wmemstream_write() [all …]
|
D | open_memstream.c | 41 struct state *st = v; in memstream_write() local 45 end = (st->pos + l); in memstream_write() 47 if (end >= st->size) { in memstream_write() 49 size_t sz = st->size * 8 / 5; in memstream_write() 53 p = realloc(st->string, sz); in memstream_write() 56 bzero(p + st->size, sz - st->size); in memstream_write() 57 *st->pbuf = st->string = p; in memstream_write() 58 st->size = sz; in memstream_write() 62 st->string[st->pos + i] = b[i]; in memstream_write() 63 st->pos += l; in memstream_write() [all …]
|
D | makebuf.c | 82 struct stat st; in __swhatbuf() local 84 if (fp->_file < 0 || fstat(fp->_file, &st) < 0) { in __swhatbuf() 91 *couldbetty = S_ISCHR(st.st_mode); in __swhatbuf() 92 if (st.st_blksize == 0) { in __swhatbuf() 102 *bufsize = st.st_blksize; in __swhatbuf() 103 fp->_blksize = st.st_blksize; in __swhatbuf() 104 return ((st.st_mode & S_IFMT) == S_IFREG && fp->_seek == __sseek ? in __swhatbuf()
|
D | fgetwc.c | 41 mbstate_t *st; in __fgetwc_unlock() local 59 st = &wcio->wcio_mbstate_in; in __fgetwc_unlock() 70 size = mbrtowc(&wc, &c, 1, st); in __fgetwc_unlock()
|
D | fputwc.c | 43 mbstate_t *st; in __fputwc_unlock() local 61 st = &wcio->wcio_mbstate_out; in __fputwc_unlock() 63 size = wcrtomb(buf, wc, st); in __fputwc_unlock()
|
/bionic/libc/arch-mips64/bionic/ |
D | stat.cpp | 56 static void copy_stat(struct stat* st, struct kernel_stat* s) { in copy_stat() argument 57 st->st_dev = static_cast<dev_t>(s->st_dev); in copy_stat() 58 st->st_ino = static_cast<ino_t>(s->st_ino); in copy_stat() 59 st->st_mode = static_cast<mode_t>(s->st_mode); in copy_stat() 60 st->st_nlink = static_cast<nlink_t>(s->st_nlink); in copy_stat() 61 st->st_uid = static_cast<uid_t>(s->st_uid); in copy_stat() 62 st->st_gid = static_cast<gid_t>(s->st_gid); in copy_stat() 63 st->st_rdev = static_cast<dev_t>(s->st_rdev); in copy_stat() 64 st->st_size = static_cast<off_t>(s->st_size); in copy_stat() 65 st->st_blksize = static_cast<int>(s->st_blksize); in copy_stat() [all …]
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | stat.h | 44 #define INIT_STRUCT_STAT_PADDING(st) do { st.__unused4 = 0; st.__unused5 = 0; \ argument 68 …define INIT_STRUCT_STAT64_PADDING(st) do { memset(& st.__pad0, 0, sizeof(st.__pad0)); memset(& st.… argument 91 #define INIT_STRUCT_STAT_PADDING(st) do { st.__pad0 = 0; st.__linux_unused[0] = 0; st.__linux_unuse… argument
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
D | ftok.c | 35 struct stat st; in ftok() local 37 if (stat(path, &st) < 0) in ftok() 41 ((id & 0xff) << 24 | (st.st_dev & 0xff) << 16 | (st.st_ino & 0xffff)); in ftok()
|
/bionic/libm/x86_64/ |
D | e_hypot.S | 90 fxch %st(1) 91 fmul %st(0), %st 92 fxch %st(1) 94 fmul %st(0), %st 95 faddp %st, %st(1) 113 fxch %st(1) 114 fmul %st(0), %st 115 fxch %st(1) 117 fmul %st(0), %st 118 faddp %st, %st(1)
|
D | s_expm1.S | 214 faddp %st, %st(1) 215 fmul %st, %st(1) 216 faddp %st, %st(1) 219 fmulp %st, %st(1)
|
/bionic/libc/upstream-netbsd/lib/libc/gen/ |
D | utmp.c | 62 struct stat st; in getutent() local 66 if (fstat(fileno(ut), &st) == -1) in getutent() 71 numentries = st.st_size / sizeof(utmp); in getutent() 72 if ((off_t)(numentries * sizeof(utmp)) != st.st_size) in getutent()
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 117 states st; /* current states */ member 145 static void print(struct match *m, char *caption, states st, int ch, FILE *d); 231 SETUP(m->st); in matcher() 779 states st = m->st; in fast() local 793 CLEAR(st); in fast() 794 SET1(st, startst); in fast() 795 st = step(m->g, startst, stopst, st, NOTHING, st); in fast() 796 ASSIGN(fresh, st); in fast() 797 SP("start", st, *p); in fast() 803 if (EQ(st, fresh)) in fast() [all …]
|
/bionic/tools/versioner/src/ |
D | Utils.h | 40 struct stat st; in is_directory() local 41 if (stat(path.c_str(), &st) == 0 && S_ISDIR(st.st_mode)) { in is_directory()
|
D | versioner.cpp | 94 struct stat st; in is_dir() local 95 return stat(path.c_str(), &st) == 0 && S_ISDIR(st.st_mode); in is_dir() 124 struct stat st; in collectRequirements() local 125 if (stat(dependency.c_str(), &st) != 0) { in collectRequirements() 129 if (!S_ISDIR(st.st_mode)) { in collectRequirements() 536 struct stat st; in main() local 537 if (stat(platform_dir.c_str(), &st) != 0) { in main() 540 if (!S_ISDIR(st.st_mode) && !S_ISREG(st.st_mode)) { in main() 647 struct stat st; in main() local 648 if (const char *path = location.header_path.c_str(); stat(path, &st) != 0) { in main()
|
/bionic/benchmarks/tests/ |
D | interface_test.cpp | 150 struct stat st; in TEST_F() local 151 ASSERT_NE(-1, stat(exe, &st)) << "Stat of " << exe << " failed"; in TEST_F() 152 ASSERT_TRUE(S_ISREG(st.st_mode)) << exe << " is not a file, or doesn't exist."; in TEST_F()
|
/bionic/benchmarks/ |
D | bionic_benchmarks.cpp | 552 struct stat st; in FileExists() local 553 return stat(file.c_str(), &st) != -1 && S_ISREG(st.st_mode); in FileExists()
|
/bionic/libc/kernel/uapi/linux/dvb/ |
D | frontend.h | 336 struct dtv_fe_stats st; member
|
/bionic/libc/kernel/uapi/linux/ |
D | fuse.h | 298 struct fuse_kstatfs st; member
|
/bionic/tests/ |
D | dlext_test.cpp | 956 struct statfs st; in TEST() local 957 ASSERT_TRUE(TEMP_FAILURE_RETRY(fstatfs(memfd, &st)) == 0) << strerror(errno); in TEST() 958 ASSERT_EQ(static_cast<decltype(st.f_type)>(TMPFS_MAGIC), st.f_type); in TEST()
|