Home
last modified time | relevance | path

Searched refs:rd (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dstrtodg.c178 (d, fpi, exp, bits, exact, rd, irv) in rvOK() argument
179 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv; in rvOK()
181 (U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv)
215 switch(rd) {
348 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
551 rd = 0;
554 rd = 2 - sign;
557 rd = 1;
560 rd = 1 + sign;
577 if (rvOK(&rv, fpi, exp, bits, 1, rd, &irv)) {
[all …]
/bionic/libc/bionic/
Dmalloc_heapprofd.cpp167 ssize_t rd = read(fd, cmdline, sizeof(cmdline) - 1); in GetHeapprofdProgramProperty() local
169 if (rd == -1) { in GetHeapprofdProgramProperty()
173 cmdline[rd] = '\0'; in GetHeapprofdProgramProperty()
174 char* first_arg = static_cast<char*>(memchr(cmdline, '\0', rd)); in GetHeapprofdProgramProperty()
181 char* first_at = static_cast<char*>(memchr(cmdline, '@', rd)); in GetHeapprofdProgramProperty()
/bionic/libc/include/arpa/
Dnameser_compat.h58 unsigned rd :1; /* recursion desired */ member
/bionic/libc/dns/resolv/
Dres_mkquery.c147 hp->rd = (statp->options & RES_RECURSE) != 0U; in res_nmkquery()