Home
last modified time | relevance | path

Searched defs:o (Results 1 – 10 of 10) 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
Dfseek.c189 int o = target - curoff; in fseeko() 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/libc/bionic/
Dwchar.cpp71 size_t i, o, r; in mbsnrtowcs() local
167 size_t i, o, r; in wcsnrtombs() local
Dlibc_logging.cpp219 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/
Dip.h47 #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/
Dip.h118 #define IPOPT_COPIED(o) ((o)&0x80) argument
119 #define IPOPT_CLASS(o) ((o)&0x60) argument
120 #define IPOPT_NUMBER(o) ((o)&0x1f) argument
Dip6.h165 #define IP6OPT_TYPE(o) ((o) & 0xC0) argument