Home
last modified time | relevance | path

Searched refs:Octal (Results 1 – 25 of 44) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.h724 static inline Arg Octal(short* x);
725 static inline Arg Octal(unsigned short* x);
726 static inline Arg Octal(int* x);
727 static inline Arg Octal(unsigned int* x);
728 static inline Arg Octal(long* x);
729 static inline Arg Octal(unsigned long* x);
730 static inline Arg Octal(long long* x);
731 static inline Arg Octal(unsigned long long* x);
881 inline RE2::Arg RE2::Octal(type* ptr) { \
/external/rust/crates/tinyvec/src/
Dlib.rs79 Binary, Debug, Display, Formatter, LowerExp, LowerHex, Octal, Pointer,
Dslicevec.rs960 impl<'s, T> Octal for SliceVec<'s, T>
962 T: Octal,
971 Octal::fmt(elem, f)?; in fmt()
Darrayvec.rs1501 impl<A: Array> Octal for ArrayVec<A>
1503 A::Item: Octal,
1512 Octal::fmt(elem, f)?; in fmt()
Dtinyvec.rs1399 impl<A: Array> Octal for TinyVec<A>
1401 A::Item: Octal,
1410 Octal::fmt(elem, f)?; in fmt()
/external/rust/crates/quote/src/
Druntime.rs380 impl<T: IdentFragment + fmt::Octal> fmt::Octal for IdentFragmentAdapter<T> {
382 fmt::Octal::fmt(&self.0, f) in fmt()
/external/llvm-project/llvm/test/tools/llvm-profdata/
Dmalformed-ptr-to-counter-array.test36 // Octal '\11' is 9 in decimal: this should push CounterOffset to 1. As there are two counters,
/external/rust/crates/itertools/src/
Dformat.rs113 UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer}
/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp35 enum class ReadStatus { Normal, Backslash, Octal, FinishOctal, CarriageReturn }; enumerator
261 status = ReadStatus::Octal; in ReadString()
284 case ReadStatus::Octal: in ReadString()
/external/llvm-project/llvm/test/tools/llvm-size/
Dradix.test6 ## Case 1: Octal radix (Berkeley).
39 ## Case 4: Octal radix (sysv).
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp677 bool Hex, Octal; member
742 Info.Hex = Info.Octal = false; in getLiteralInfo()
746 Info.Octal = true; in getLiteralInfo()
859 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal)) in rewriteToNumberLiteral()
/external/llvm-project/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp675 bool Hex, Octal; member
740 Info.Hex = Info.Octal = false; in getLiteralInfo()
744 Info.Octal = true; in getLiteralInfo()
861 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal)) in rewriteToNumberLiteral()
/external/rust/crates/env_logger/src/fmt/writer/termcolor/
Dextern_impl.rs422 fmt::Octal,
/external/rust/crates/bitflags/
DCHANGELOG.md110 - Implement the `Hex`, `Octal`, and `Binary` formatting traits ([#86])
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h661 inline PCRE::Arg Octal(type* ptr) { \
/external/rust/crates/bitflags/src/
Dlib.rs554 impl $crate::_core::fmt::Octal for $BitFlags {
556 $crate::_core::fmt::Octal::fmt(&self.bits, f)
/external/rust/crates/half/src/
Dbfloat.rs10 Binary, Debug, Display, Error, Formatter, LowerExp, LowerHex, Octal, UpperExp, UpperHex,
630 impl Octal for bf16 {
Dbinary16.rs10 Binary, Debug, Display, Error, Formatter, LowerExp, LowerHex, Octal, UpperExp, UpperHex,
939 impl Octal for f16 {
/external/protobuf/src/google/protobuf/
Dmessage_unittest.inc594 data += '\14'; // Octal end-group tag 12 (1 * 8 + 4(
609 data += '\14'; // Octal end-group tag 12 (1 * 8 + 4(
/external/rust/crates/regex-syntax/src/ast/
Dprint.rs217 Octal => write!(self.wtr, r"\{:o}", ast.c as u32), in fmt_literal()
Dparse.rs1571 kind: ast::LiteralKind::Octal, in parse_octal()
4283 kind: ast::LiteralKind::Octal, in parse_octal()
4292 kind: ast::LiteralKind::Octal, in parse_octal()
4300 kind: ast::LiteralKind::Octal, in parse_octal()
4311 kind: ast::LiteralKind::Octal, in parse_octal()
4329 kind: ast::LiteralKind::Octal, in parse_octal()
Dmod.rs636 Octal, enumerator
/external/rust/crates/half/
DCHANGELOG.md18 - Added implementations of `Binary`, `Octal`, `LowerHex`, and `UpperHex` string format traits to
/external/antlr/runtime/JavaScript/tests/functional/
DPython.g495 | // Octal
/external/fmtlib/doc/
Dsyntax.rst205 | ``'o'`` | Octal format. Outputs the number in base 8. |

12