Home
last modified time | relevance | path

Searched defs:hex_digits (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/util/
Dmesa-sha1.c43 static const char hex_digits[] = "0123456789abcdef"; in _mesa_sha1_format() local
Ddisk_cache.h83 static const char hex_digits[] = "0123456789abcdef"; in disk_cache_format_hex_id() local
/third_party/glib/gio/
Dgio-tool-info.c48 static char *hex_digits = "0123456789abcdef"; in escape_string() local
Dgfileattribute.c281 const char hex_digits[] = "0123456789abcdef"; in escape_byte_string() local
Dglocalfileinfo.c317 static char *hex_digits = "0123456789abcdef"; in hex_escape_buffer() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-global.c717 ecma_char_t hex_digits = 0; in ecma_builtin_global_object_unescape() local
/third_party/glib/glib/
Dgchecksum.c58 static const gchar hex_digits[] = "0123456789abcdef"; variable
/third_party/boost/tools/quickbook/src/
Dactions.cpp853 std::string hex_digits(first, last); in operator ()() local