Searched defs:N (Results 1 – 5 of 5) sorted by relevance
61 int N = 10; // Number of types to merge. in TEST_F() local75 int N = 10; // Number of types to merge. in TEST_F() local89 int N = 10; // Number of types to merge. in TEST_F() local105 int N = 10; // Number of types to merge. in TEST_F() local
115 static inline bool IsInt(int N, word value) { in IsInt()122 static inline bool IsUint(int N, word value) { in IsUint()129 static inline bool IsAbsoluteUint(int N, word value) { in IsAbsoluteUint()
203 uint32_t N = (instr >> extra_at_bit) & 1; in FpRegister() local210 uint32_t N = (instr >> extra_at_bit) & 1; in FpRegister() local1733 uint16_t N = (instr >> 7) & 1; in DumpThumb16() local
279 N = 1 << 22, // long (or short) enumerator
134 #define ENCODE_MIPS_REG_LIST(N) (static_cast<uint64_t>(N)) argument