Home
last modified time | relevance | path

Searched refs:parse_hex (Results 1 - 11 of 11) sorted by relevance

/third_party/mbedtls/tests/scripts/
H A Dtcp_client.pl28 sub parse_hex { subroutine
56 my $data = parse_hex($hexdata);
71 my $expected_data = parse_hex($expected_hex);
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
H A Dtest-disassembler.c36 parse_hex(const char *in) in parse_hex() function
84 uint64_t bin = parse_hex(line); in main()
/third_party/rust/crates/clap/tests/derive/
H A Dcustom_string_parsers.rs60 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex() functions
66 #[arg(short, value_parser = parse_hex)]
H A Dnon_literal_attributes.rs128 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex() functions
134 #[arg(short, value_parser = parse_hex)]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer-deserialize-text.hh490 {if (!parse_hex (tok, p, &info.codepoint )) return false; } in _hb_buffer_deserialize_text()
555 {if (!parse_hex (tok, p, &info.codepoint )) return false; } in _hb_buffer_deserialize_text()
753 {if (!parse_hex (tok, p, &info.codepoint )) return false; } in _hb_buffer_deserialize_text()
H A Dhb-buffer-serialize.cc712 parse_hex (const char *pp, const char *end, uint32_t *pv) in parse_hex() function
/third_party/libinput/src/
H A Dquirks.c528 parse_hex(const char *value, unsigned int *parsed) in parse_hex() function
583 if (!parse_hex(value, &vendor)) in parse_match()
591 if (!parse_hex(value, &product)) in parse_match()
599 if (!parse_hex(value, &version)) in parse_match()
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_parse.c125 static int parse_hex(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_hex() function
273 r = parse_hex(&s, res); in parse_value()
/third_party/openssl/crypto/property/
H A Dproperty_parse.c116 static int parse_hex(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_hex() function
243 r = parse_hex(&s, res); in parse_value()
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs1463 let mut lit = self.parse_hex()?; in parse_escape()
1569 fn parse_hex(&self) -> Result<ast::Literal> { in parse_hex() functions
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c102 parse_hex(char *out, const char *in, unsigned length) in parse_hex() function
128 parse_hex(data, RADV_BUILD_ID_OVERRIDE, ARRAY_SIZE(data)); in radv_device_get_cache_uuid()

Completed in 28 milliseconds