/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | e_powl.c | 156 ieee_quad_shape_type o, p, q; in powl() local 291 o.value = ax; in powl() 292 ix = o.parts32.mswhi; in powl() 309 o.value = ax; in powl() 310 o.parts32.mswhi = ix; in powl() 311 ax = o.value; in powl() 319 o.value = s_h; in powl() 320 o.parts32.lswlo = 0; in powl() 321 o.parts32.lswhi &= 0xf8000000; in powl() 322 s_h = o.value; in powl() [all …]
|
/bionic/libc/bionic/ |
D | wchar.cpp | 71 size_t i, o, r; in mbsnrtowcs() local 82 for (i = o = 0; i < nmc; i += r, o++) { in mbsnrtowcs() 86 return mbstate_reset_and_return(o, state); in mbsnrtowcs() 98 return mbstate_reset_and_return(o, state); in mbsnrtowcs() 102 return mbstate_reset_and_return(o, state); in mbsnrtowcs() 106 for (i = o = 0; i < nmc && o < len; i += r, o++) { in mbsnrtowcs() 109 dst[o] = (*src)[i]; in mbsnrtowcs() 113 return mbstate_reset_and_return(o, state); in mbsnrtowcs() 116 r = mbrtowc(dst + o, *src + i, nmc - i, state); in mbsnrtowcs() 127 return mbstate_reset_and_return(o, state); in mbsnrtowcs() [all …]
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | flags.c | 48 int ret, m, o; in __sflags() local 55 o = 0; in __sflags() 61 o = O_CREAT | O_TRUNC; in __sflags() 67 o = O_CREAT | O_APPEND; in __sflags() 84 o |= O_CLOEXEC; in __sflags() 87 if (o & O_CREAT) in __sflags() 88 o |= O_EXCL; in __sflags() 103 *optr = m | o; in __sflags()
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regexec.c | 122 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) in __weak_alias() argument 123 #define INC(o) ((o) <<= 1) in __weak_alias() argument 124 #define ISSTATEIN(v, o) (((v) & (o)) != 0) in __weak_alias() argument 174 #define INIT(o, n) ((o) = (int)(n)) argument 175 #define INC(o) ((o)++) argument 176 #define ISSTATEIN(v, o) ((v)[o]) argument
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_floorl.c | 35 uint64_t o = u.bits.manh; \ 37 if (u.bits.manh < o) \ 43 uint64_t o = u.bits.manh; \ 45 if (u.bits.manh < o) { \ 91 uint64_t o = u.bits.manl; in floorl() local 93 if (u.bits.manl < o) /* got a carry */ in floorl()
|
D | s_ceill.c | 35 uint64_t o = u.bits.manh; \ 37 if (u.bits.manh < o) \ 43 uint64_t o = u.bits.manh; \ 45 if (u.bits.manh < o) { \ 91 uint64_t o = u.bits.manl; in ceill() local 93 if (u.bits.manl < o) /* got a carry */ in ceill()
|
/bionic/linker/ |
D | linker_logger.cpp | 54 for (const auto& o : options) { in ParseProperty() local 55 if (o == "dlerror") { in ParseProperty() 57 } else if (o == "dlopen") { in ParseProperty() 59 } else if (o == "dlsym") { in ParseProperty() 63 o.c_str()); in ParseProperty()
|
D | Android.bp | 262 // we don't want crtbegin.o (because we have begin.o), so unset it
|
/bionic/libc/kernel/uapi/linux/ |
D | ip.h | 42 #define IPOPT_COPIED(o) ((o) & IPOPT_COPY) argument 43 #define IPOPT_CLASS(o) ((o) & IPOPT_CLASS_MASK) argument 44 #define IPOPT_NUMBER(o) ((o) & IPOPT_NUMBER_MASK) argument
|
D | erspan.h | 28 __u8 o : 1, gra : 2, dir : 1, hwid : 4; member 31 __u8 hwid : 4, dir : 1, gra : 2, o : 1; member
|
/bionic/libc/include/netinet/ |
D | ip.h | 112 #define IPOPT_COPIED(o) ((o)&0x80) argument 113 #define IPOPT_CLASS(o) ((o)&0x60) argument 114 #define IPOPT_NUMBER(o) ((o)&0x1f) argument
|
D | ip6.h | 151 #define IP6OPT_TYPE(o) ((o) & 0xC0) argument
|
/bionic/libc/async_safe/ |
D | async_safe_log.cpp | 216 static void SendRepeat(Out& o, char ch, int count) { in SendRepeat() argument 226 o.Send(pad, avail); in SendRepeat() 233 static void out_vformat(Out& o, const char* format, va_list args) { in out_vformat() argument 259 o.Send(format + nn, mm - nn); in out_vformat() 274 o.Send(&c, 1); in out_vformat() 400 SendRepeat(o, padChar, width - slen); in out_vformat() 403 o.Send(str, slen); in out_vformat() 407 SendRepeat(o, padChar, width - slen); in out_vformat()
|
/bionic/tests/ |
D | touch-obj-on-success | 8 if [[ "$arg" == *.o ]]; then
|
/bionic/tools/versioner/platforms/ |
D | crtbegin.map.txt | 1 # This file lists the libc functions are included in `crtbegin.o` and not
|
/bionic/ |
D | README.md | 290 GCOV_PREFIX_STRIP=`echo $ANDROID_BUILD_TOP | grep -o / | wc -l` \ 302 $ lcov -c -d $ANDROID_PRODUCT_OUT -o coverage.info 303 $ genhtml -o covreport coverage.info # or lcov --list coverage.info
|
/bionic/libc/ |
D | Android.bp | 2096 // We rename crtend.o to crtend_android.o to avoid a
|