Home
last modified time | relevance | path

Searched defs:hexDigits (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/algorithm/
Dhex.hpp60 OutputIterator encode_one ( T val, OutputIterator out, const char * hexDigits ) { in encode_one()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp97 static const char* const hexDigits = "0123456789ABCDEF"; in astcBlockDataStr() local
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
DLiteTest.java2446 String hexDigits = "0123456789abcdef"; in encodeHex() local
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJSON.java53 private static final int[] hexDigits = new int['f' + 1]; field in JSON
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp2701 unsigned int IEEEFloat::convertToHexString(char *dst, unsigned int hexDigits, in convertToHexString()
2748 char *IEEEFloat::convertNormalToHexString(char *dst, unsigned int hexDigits, in convertNormalToHexString()