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

1 2 3 4 56 7 8 91011>>

  /external/e2fsprogs/intl/
vasnprintf.c 363 * 0.333334 /* binary -> octal */
372 * 0.333334 /* binary -> octal */
379 * 0.333334 /* binary -> octal */
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java 458 * Parses a quoted attribute value. Unescapes octal characters and \n, \r, \t, \", etc.
465 // Escaped character. Look for 1 to 3 digits in a row as octal or n,t,r.
469 // Parse the next 1 to 3 characters if they are digits. Treat it as an octal code.
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 195 /// Octal integer: 0[0-7]+
288 // Either octal or hexadecimal.
294 return ReturnError(TokStart, !isHex ? "invalid octal number" :
  /external/v8/src/
scanner.h 394 // Scans octal escape sequence. Also accepts "\0" decimal escape sequence.
397 // Returns the location of the last seen octal literal.
552 // Start position of the octal literal last scanned.
  /libcore/luni/src/main/java/java/lang/
Integer.java 144 * octal ("0..."), or decimal ("...") representation of an integer.
425 * Converts the specified integer into its octal string representation. The
430 * @return the octal string representation of {@code i}.
IntegralToString.java 32 * One day the performance advantage of the binary/hex/octal specializations will be small enough
514 int bufLen = 11; // Max number of octal digits in an int
530 int bufLen = 22; // Max number of octal digits in a long
Long.java 130 * minus sign "-" followed by a hexadecimal ("0x..." or "#..."), octal
412 * Converts the specified long value into its octal string representation.
417 * @return the octal string representation of {@code l}.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 16 octdigits -- a string containing all characters considered octal digits
398 is chosen from the leading characters of s, 0 for octal, 0x or
414 octal, 0x or 0X for hexadecimal. If base is 16, a preceding
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 16 octdigits -- a string containing all characters considered octal digits
398 is chosen from the leading characters of s, 0 for octal, 0x or
414 octal, 0x or 0X for hexadecimal. If base is 16, a preceding
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 677 bool Hex, Octal;
742 Info.Hex = Info.Octal = false;
746 Info.Octal = true;
858 // Not easy to do int -> float with hex/octal and uncommon anyway.
859 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal))
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 502 fixed appalling but apparently unimportant bug in parsing octal
730 Limited octal to octal digits; \8 and \9 are not octal.
831 non-octal digits in \ooo. Warning: not all compilers and libraries
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListMarker.cpp 433 case Octal:
586 case Octal:
726 case Octal: {
    [all...]
  /external/e2fsprogs/ext2ed/doc/
ext2fs-overview.sgml 579 octal number. Since it is a 16 bit variable, there will be 6 octal digits.
585 <Title>The rightmost 4 octal digits</Title>
593 The last 3 digits (Octal digits 0,1 and 2) are just the usual permissions,
628 <Title>The leftmost two octal digits</Title>
631 Note the the leftmost octal digit can only be 0 or 1, since the total number
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
psobjs.c 361 /* - a one-, two-, or three-digit octal number */
383 /* skip octal escape or ignore backslash */
1158 /* XXX should we convert octal escapes? */
    [all...]
  /external/freetype/src/psaux/
psobjs.c 361 /* - a one-, two-, or three-digit octal number */
383 /* skip octal escape or ignore backslash */
1158 /* XXX should we convert octal escapes? */
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 495 | // Octal
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 343 if nc.between?( ?0, ?9 ) # octal integer
  /external/bison/lib/
strtol.c 232 zero, indicating octal or a leading "0x" or "0X", indicating hexadecimal.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 263 Octal,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
python.js 102 // Octal
  /external/chromium_org/third_party/icu/source/common/
util.h 173 * or octal format.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc     [all...]
  /external/chromium_org/third_party/re2/re2/testing/
search_test.cc 220 // Octal escapes.
  /external/chromium_org/v8/test/cctest/
test-conversions.cc 58 TEST(Octal) {
  /external/e2fsprogs/ext2ed/
inode_com.c 145 wmove (show_pad,0,40);wprintw (show_pad,"octal = %06o ",inode_ptr->i_mode);

Completed in 947 milliseconds

1 2 3 4 56 7 8 91011>>