HomeSort by relevance Sort by last modified time
    Searched defs:octal (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
cons.s 5 .global binary, octal, hex, field
7 octal: .word 011q, 12q, 013Q label
  /external/llvm/tools/llvm-size/
llvm-size.cpp 64 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator in enum:RadixTy
71 cl::values(clEnumValN(octal, "o", "Print size in octal"),
93 /// including the leading 0x or 0 for hexadecimal and octal respectively.
104 case octal:
364 << (Radix == octal ? "oct" : "dec") << " hex filename\n";
374 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " "
  /toolchain/binutils/binutils-2.25/binutils/
size.c 46 decimal, octal, hex
83 -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"),
419 ((radix == octal) ? "0%" BFD_VMA_FMT "o" : "0x%" BFD_VMA_FMT "x")),
432 ((radix == octal) ? "0%" BFD_VMA_FMT "o" : "0x%" BFD_VMA_FMT "x")),
476 puts ((radix == octal) ? " text\t data\t bss\t oct\t hex\tfilename" :
493 printf (((radix == octal) ? "\t%7lo\t%7lx\t" : "\t%7lu\t%7lx\t")
45 decimal, octal, hex enumerator in enum:__anon75061
    [all...]
  /external/v8/src/regexp/
regexp-parser.cc 449 // With /u, decimal escape with leading 0 are not parsed as octal.
452 uc32 octal = ParseOctalLiteral(); local
453 builder->AddCharacter(octal);
979 // up to three octal digits with a value below 256.
    [all...]
  /external/v8/src/parsing/
parser-base.h 718 // Checks whether an octal literal was last seen between beg_pos and end_pos.
722 Scanner::Location octal = scanner()->octal_position(); local
723 if (octal.IsValid() && beg_pos <= octal.beg_pos &&
724 octal.end_pos <= end_pos) {
725 ReportMessageAt(octal, message);
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 

Completed in 1242 milliseconds