Searched defs:o (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regexec.c | 130 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) argument 131 #define INC(o) ((o) <<= 1) argument 132 #define ISSTATEIN(v, o) (((v) & (o)) != 0) argument 184 #define INIT(o, n) ((o) = (n)) argument 185 #define INC(o) ((o)++) argument 186 #define ISSTATEIN(v, o) ((v)[o]) argument
|
/bionic/libc/kernel/uapi/linux/ |
D | erspan.h | 16 __u8 o : 1, gra : 2, dir : 1, hwid : 4; member 19 __u8 hwid : 4, dir : 1, gra : 2, o : 1; member
|
D | ip.h | 31 #define IPOPT_COPIED(o) ((o) & IPOPT_COPY) argument 32 #define IPOPT_CLASS(o) ((o) & IPOPT_CLASS_MASK) argument 33 #define IPOPT_NUMBER(o) ((o) & IPOPT_NUMBER_MASK) argument
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | flags.c | 48 int ret, m, o; in __sflags() local
|
/bionic/libc/bionic/ |
D | wchar.cpp | 71 size_t i, o, r; in mbsnrtowcs() local 157 size_t i, o, r; in wcsnrtombs() local
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_ceill.c | 91 uint64_t o = u.bits.manl; in ceill() local
|
D | s_floorl.c | 91 uint64_t o = u.bits.manl; in floorl() local
|
/bionic/linker/ |
D | linker_logger.cpp | 54 for (const auto& o : options) { in ParseProperty() local
|
/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/libm/upstream-freebsd/lib/msun/ld128/ |
D | e_powl.c | 156 ieee_quad_shape_type o, p, q; in powl() local
|
/bionic/libc/async_safe/ |
D | async_safe_log.cpp | 227 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()
|