Home
last modified time | relevance | path

Searched defs:hexadecimal (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm-libc/test/src/stdlib/
H A DAtoiTest.h83 const char *hexadecimal = "0x10"; in nonBaseTenWholeNumbers() local
/aosp_15_r20/external/rust/android-crates-io/crates/cexpr/src/
Dliteral.rs143 fn hexadecimal(i: &[u8]) -> nom::IResult<&[u8], u8> { in hexadecimal() function
/aosp_15_r20/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp71 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator