Searched refs:parse_hex (Results 1 - 11 of 11) sorted by relevance
/third_party/mbedtls/tests/scripts/ |
H A D | tcp_client.pl | 28 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 D | test-disassembler.c | 36 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 D | custom_string_parsers.rs | 60 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex() functions 66 #[arg(short, value_parser = parse_hex)]
|
H A D | non_literal_attributes.rs | 128 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 D | hb-buffer-deserialize-text.hh | 490 {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 D | hb-buffer-serialize.cc | 712 parse_hex (const char *pp, const char *end, uint32_t *pv) in parse_hex() function
|
/third_party/libinput/src/ |
H A D | quirks.c | 528 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 D | property_parse.c | 125 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 D | property_parse.c | 116 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 D | parse.rs | 1463 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 D | radv_device.c | 102 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