HomeSort by relevance Sort by last modified time
    Searched full:octal (Results 101 - 125 of 542) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libvpx/libvpx/examples/includes/geshi/geshi/
c.php 79 //Octal Char Specs
c_mac.php 64 //Octal Char Specs
cpp.php 73 //Octal Char Specs
  /external/openssh/openbsd-compat/
inet_aton.c 101 * 0x=hex, 0=octal, isdigit=decimal.
strtoll.c 59 * If base is 0, allow 0x for hex and 0 for octal, else
  /external/v8/test/test262/
test262.status 45 # octal numbers in order to not break the web.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longobject.h 122 If newstyle is zero, then use the pre-2.6 behavior of octal having
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longobject.h 122 If newstyle is zero, then use the pre-2.6 behavior of octal having
  /external/chromium_org/third_party/re2/util/
pcre.h 146 // PARSING HEX/OCTAL/C-RADIX NUMBERS
151 // Octal(), or CRadix() to interpret the text in another base. The
158 // Octal(&a), Hex(&b), CRadix(&c), CRadix(&d));
568 // Hex/Octal/Binary?
669 inline PCRE::Arg Octal(type* ptr) { \
  /external/regex-re2/util/
pcre.h 146 // PARSING HEX/OCTAL/C-RADIX NUMBERS
151 // Octal(), or CRadix() to interpret the text in another base. The
158 // Octal(&a), Hex(&b), CRadix(&c), CRadix(&d));
562 // Hex/Octal/Binary?
663 inline PCRE::Arg Octal(type* ptr) { \
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc 364 // Possibly followed by two more octal digits, but these will
420 // An octal number (had a leading zero).
423 AddError("Numbers starting with leading zero must be in octal.");
459 AddError("Hex and octal numbers must be integers.");
850 // This is octal.
    [all...]
tokenizer.h 100 // a hex number and a leading zero indicates octal, just
303 // character was a zero in order to correctly recognize hex and octal
  /external/clang/INPUTS/
c99-intconst-1.c 140 /* Check an octal or hexadecimal value, with all suffixes. */
333 /* Octal and hexadecimal. */
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 99 // a hex number and a leading zero indicates octal, just
245 // character was a zero in order to correctly recognize hex and octal
tokenizer_unittest.cc 643 // Hex/octal errors.
647 "0:4: Numbers starting with leading zero must be in octal.\n" },
651 "0:5: Hex and octal numbers must be integers.\n" },
653 "0:4: Hex and octal numbers must be integers.\n" },
  /bionic/libc/upstream-netbsd/common/lib/libc/inet/
inet_addr.c 140 * 0x=hex, 0=octal, isdigit=decimal.
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
index.html 151 Mode (in octal):
  /external/chromium_org/third_party/icu/source/common/
util_props.cpp 19 * or octal format.
  /external/clang/include/clang/Lex/
LiteralSupport.h 111 /// SkipOctalDigits - Read and skip over any octal digits, up to End.
  /external/icu4c/common/
util_props.cpp 21 * or octal format.
  /external/v8/test/cctest/
test-conversions.cc 31 TEST(Octal) {
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 53 char mode[8]; ///< file mode in ASCII octal
  /external/chromium_org/v8/src/
json-parser.h 167 // Hexadecimal and octal numbers are not allowed.
547 NO_FLAGS, // Hex, octal or trailing junk.
557 NO_FLAGS, // Hex, octal or trailing junk.
scanner.h 439 // Scans octal escape sequence. Also accepts "\0" decimal escape sequence.
442 // Returns the location of the last seen octal literal.
601 // Start position of the octal literal last scanned.
  /external/clang/include/clang/Basic/
DiagnosticLexKinds.td 155 def err_invalid_octal_digit : Error<"invalid digit '%0' in octal constant">;
183 def err_octal_escape_too_large : Error<"octal escape sequence out of range">;
487 "%select{#line|GNU line marker}0 directive interprets number as decimal, not octal">;

Completed in 1607 milliseconds

1 2 3 45 6 7 8 91011>>