Home
last modified time | relevance | path

Searched refs:hex_to_digit (Results 1 – 8 of 8) sorted by relevance

/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/test/
H A Dtest_types.hxx145 inline unsigned hex_to_digit(char hex) in hex_to_digit() function
174 auto hi = hex_to_digit(text[i]), lo = hex_to_digit(text[i + 1]); in from_string()
/dports/www/resin3/resin-3.1.16/modules/c/src/common/
H A Dconfig.c1402 hex_to_digit(int hex) in hex_to_digit() function
1438 ch = hex_to_digit(raw_uri[i + 2]); in normalize_uri()
1439 ch = 16 * ch + hex_to_digit(raw_uri[i + 3]); in normalize_uri()
1440 ch = 16 * ch + hex_to_digit(raw_uri[i + 4]); in normalize_uri()
1441 ch = 16 * ch + hex_to_digit(raw_uri[i + 5]); in normalize_uri()
1446 ch = hex_to_digit(h1); in normalize_uri()
1447 ch = 16 * ch + hex_to_digit(raw_uri[i + 2]); in normalize_uri()
1452 int ch2 = hex_to_digit(raw_uri[i + 2]); in normalize_uri()
1453 ch2 = 16 * ch2 + hex_to_digit(raw_uri[i + 3]); in normalize_uri()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceNet.cpp736 static int hex_to_digit(int c) { in hex_to_digit() function
760 int c = hex_to_digit(*buffer++); in sceNetEtherStrton()
764 c = hex_to_digit(*buffer++); in sceNetEtherStrton()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceNet.cpp736 static int hex_to_digit(int c) { in hex_to_digit() function
760 int c = hex_to_digit(*buffer++); in sceNetEtherStrton()
764 c = hex_to_digit(*buffer++); in sceNetEtherStrton()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceNet.cpp736 static int hex_to_digit(int c) { in hex_to_digit() function
760 int c = hex_to_digit(*buffer++); in sceNetEtherStrton()
764 c = hex_to_digit(*buffer++); in sceNetEtherStrton()
/dports/biology/abyss/abyss-2.3.1/RResolver/btllib/include/external/
H A Dcpptoml.hpp2635 value += place * hex_to_digit(*it++); in parse_hex()
2641 uint32_t hex_to_digit(char c) in hex_to_digit() function in cpptoml::parser
/dports/sysutils/nix/nix-2.3.10/src/cpptoml/
H A Dcpptoml.h2641 value += place * hex_to_digit(*it++);
2647 uint32_t hex_to_digit(char c)
/dports/biology/abyss/abyss-2.3.1/vendor/btl_bloomfilter/vendor/cpptoml/include/
H A Dcpptoml.h2641 value += place * hex_to_digit(*it++);
2647 uint32_t hex_to_digit(char c)