Home
last modified time | relevance | path

Searched defs:o (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregexec.c122 #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/libc/upstream-openbsd/lib/libc/stdio/
Dflags.c48 int ret, m, o; in __sflags() local
/bionic/libc/kernel/uapi/linux/
Derspan.h28 __u8 o : 1, gra : 2, dir : 1, hwid : 4; member
31 __u8 hwid : 4, dir : 1, gra : 2, o : 1; member
Dip.h42 #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
/bionic/libc/bionic/
Dwchar.cpp71 size_t i, o, r; in mbsnrtowcs() local
156 size_t i, o, r; in wcsnrtombs() local
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_floorl.c91 uint64_t o = u.bits.manl; in floorl() local
Ds_ceill.c91 uint64_t o = u.bits.manl; in ceill() local
/bionic/linker/
Dlinker_logger.cpp54 for (const auto& o : options) { in ParseProperty() local
/bionic/libc/include/netinet/
Dip.h112 #define IPOPT_COPIED(o) ((o)&0x80) argument
113 #define IPOPT_CLASS(o) ((o)&0x60) argument
114 #define IPOPT_NUMBER(o) ((o)&0x1f) argument
Dip6.h151 #define IP6OPT_TYPE(o) ((o) & 0xC0) argument
/bionic/libm/upstream-freebsd/lib/msun/ld128/
De_powl.c156 ieee_quad_shape_type o, p, q; in powl() local
/bionic/libc/async_safe/
Dasync_safe_log.cpp227 static void SendRepeat(Out& o, char ch, int count) { in SendRepeat()
244 static void out_vformat(Out& o, const char* format, va_list args) { in out_vformat()