Searched defs:o (Results 1 – 4 of 4) sorted by relevance
21 #define __bitop(x,i,o) ((x)[(i)/8] o (1<<(i)%8)) argument
141 #define IPOPT_COPIED(o) ((o) & IPOPT_COPY) argument142 #define IPOPT_CLASS(o) ((o) & IPOPT_CLASS_MASK) argument143 #define IPOPT_NUMBER(o) ((o) & IPOPT_NUMBER_MASK) argument
86 #define IP6OPT_TYPE(o) ((o) & 0xc0) argument
522 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) argument523 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) argument