Lines Matching refs:m

38 module m {
59 module m {
71 module m {
81 module m {
125 module m { const byte C = -129; };
129 module m { const byte C = -0201; };
133 module m { const byte C = -0x81; };
137 module m { const byte C = 256; };
141 module m { const byte C = 0400; };
145 module m { const byte C = 0x100; };
149 module m { const short C = -32769; };
153 module m { const short C = -0100001; };
157 module m { const short C = -0x8001; };
161 module m { const short C = 32768; };
165 module m { const short C = 0100000; };
169 module m { const short C = 0x8000; };
173 module m { const unsigned short C = -1; };
177 module m { const unsigned short C = -01; };
181 module m { const unsigned short C = -0x1; };
185 module m { const unsigned short C = 65536; };
189 module m { const unsigned short C = 0200000; };
193 module m { const unsigned short C = 0x10000; };
197 module m { const long C = -2147483649; };
201 module m { const long C = -020000000001; };
205 module m { const long C = -0x80000001; };
209 module m { const long C = 2147483648; };
213 module m { const long C = 020000000000; };
217 module m { const long C = 0x80000000; };
221 module m { const unsigned long C = -1; };
225 module m { const unsigned long C = -01; };
229 module m { const unsigned long C = -0x1; };
233 module m { const unsigned long C = 4294967296; };
237 module m { const unsigned long C = 040000000000; };
241 module m { const unsigned long C = 0x100000000; };
245 module m { const hyper C = -9223372036854775809; };
249 module m { const hyper C = -01000000000000000000001; };
253 module m { const hyper C = -0x8000000000000001; };
257 module m { const hyper C = 9223372036854775808; };
261 module m { const hyper C = 01000000000000000000000; };
265 module m { const hyper C = 0x8000000000000000; };
269 module m { const unsigned hyper C = -1; };
273 module m { const unsigned hyper C = -01; };
277 module m { const unsigned hyper C = -0x1; };
281 module m { const unsigned hyper C = 18446744073709551616; };
285 module m { const unsigned hyper C = 02000000000000000000000; };
289 module m { const unsigned hyper C = 0x10000000000000000; };