Searched defs:o (Results 1 – 10 of 10) sorted by relevance
/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/libc/upstream-openbsd/lib/libc/stdio/ |
D | flags.c | 48 int ret, m, o; in __sflags() local
|
D | fseek.c | 189 int o = target - curoff; in fseeko() local
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_floorl.c | 91 uint64_t o = u.bits.manl; in floorl() local
|
D | s_ceill.c | 91 uint64_t o = u.bits.manl; in ceill() local
|
/bionic/libc/bionic/ |
D | wchar.cpp | 71 size_t i, o, r; in mbsnrtowcs() local 167 size_t i, o, r; in wcsnrtombs() local
|
D | libc_logging.cpp | 219 static void SendRepeat(Out& o, char ch, int count) { in SendRepeat() 236 static void out_vformat(Out& o, const char* format, va_list args) { in out_vformat()
|
/bionic/libc/kernel/uapi/linux/ |
D | ip.h | 47 #define IPOPT_COPIED(o) ((o) & IPOPT_COPY) argument 49 #define IPOPT_CLASS(o) ((o) & IPOPT_CLASS_MASK) argument 50 #define IPOPT_NUMBER(o) ((o) & IPOPT_NUMBER_MASK) argument
|
/bionic/libc/include/netinet/ |
D | ip.h | 118 #define IPOPT_COPIED(o) ((o)&0x80) argument 119 #define IPOPT_CLASS(o) ((o)&0x60) argument 120 #define IPOPT_NUMBER(o) ((o)&0x1f) argument
|
D | ip6.h | 165 #define IP6OPT_TYPE(o) ((o) & 0xC0) argument
|