Home
last modified time | relevance | path

Searched defs:parse_hex (Results 1 – 11 of 11) sorted by relevance

/third_party/mbedtls/tests/scripts/
Dtcp_client.pl28 sub parse_hex { subroutine
/third_party/mesa3d/src/panfrost/compiler/valhall/test/
Dtest-disassembler.c36 parse_hex(const char *in) in parse_hex() function
/third_party/rust/crates/clap/tests/derive/
Dnon_literal_attributes.rs128 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex() function
Dcustom_string_parsers.rs60 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex() function
/third_party/rust/crates/nom/examples/
Dstring.rs36 let parse_hex = take_while_m_n(1, 6, |c: char| c.is_ascii_hexdigit()); in parse_unicode() localVariable
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-buffer-serialize.cc712 parse_hex (const char *pp, const char *end, uint32_t *pv) in parse_hex() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-buffer-serialize.cc712 parse_hex (const char *pp, const char *end, uint32_t *pv) in parse_hex() function
/third_party/openssl/crypto/property/
Dproperty_parse.c116 static int parse_hex(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_hex() function
/third_party/mesa3d/src/amd/vulkan/
Dradv_physical_device.c198 parse_hex(char *out, const char *in, unsigned length) in parse_hex() function
/third_party/libinput/src/
Dquirks.c528 parse_hex(const char *value, unsigned int *parsed) in parse_hex() function
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dparse.rs1569 fn parse_hex(&self) -> Result<ast::Literal> { in parse_hex() method