Searched refs:octal (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Descape-1.c21 #error bad octal /* { dg-bogus "bad" "bad octal evaluation" } */
23 #if '\0377' /* { dg-warning "multi" "too long octal" } */
37 c = '\0377'; /* { dg-warning "multi" "too long octal" } */
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dcons.s5 .global binary, octal, hex, field
7 octal: .word 011q, 12q, 013Q label
H A Dcons.d12 0+002 <octal>:
H A Dconsfar.d14 0+002 <octal>:
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dcons.s5 .global binary, octal, hex, field
7 octal: .word 011q, 12q, 013Q label
H A Dcons.d12 0+002 <octal>:
H A Dconsfar.d14 0+002 <octal>:
/haiku-buildtools/legacy/binutils/binutils/
H A Dsize.c45 decimal, octal, hex
89 -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n\
181 radix = octal;
209 radix = octal;
218 hexa or octal if requested by `-x' or `-o'.
252 printf (((radix == octal) ? "\t%7lo\t%7lx\t" : "\t%7lu\t%7lx\t"),
385 ((radix == octal) ? "0%lo" : "0x%lx")),
398 ((radix == octal) ? "0%lo" : "0x%lx")),
441 puts ((radix == octal) ? " text\t data\t bss\t oct\t hex\tfilename" :
458 printf (((radix == octal)
44 decimal, octal, hex enumerator in enum:__anon2496
[all...]
/haiku-buildtools/binutils/binutils/
H A Dsize.c46 decimal, octal, hex
83 -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n\
182 radix = octal;
210 radix = octal;
219 hexa or octal if requested by `-x' or `-o'.
253 printf (((radix == octal) ? "\t%7lo\t%7lx\t" : "\t%7lu\t%7lx\t"),
427 ((radix == octal) ? "0%" BFD_VMA_FMT "o" : "0x%" BFD_VMA_FMT "x")),
440 ((radix == octal) ? "0%" BFD_VMA_FMT "o" : "0x%" BFD_VMA_FMT "x")),
484 puts ((radix == octal) ? " text\t data\t bss\t oct\t hex\tfilename" :
501 printf (((radix == octal)
45 decimal, octal, hex enumerator in enum:__anon259
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dlex.cc1050 // A partial token that looks like an octal literal might actually be the
1189 error_at(this->location(), "invalid octal constant");
1194 error_at(this->location(), "invalid octal character");
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dlex.c498 java_lex_error ("Literal octal escape out of range", 0);
811 java_lex_error ("Digit out of range in octal literal", 0);
/haiku-buildtools/gcc/gmp/demos/perl/
H A DGMP.pm578 mpz (or mpq or mpf), only hex or octal with 0x or 0 (for mpz and mpq, but

Completed in 125 milliseconds