Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/tests/scripts/
H A Dtcp_client.pl16 sub parse_hex { subroutine
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/
H A Dtcp_client.pl16 sub parse_hex { subroutine
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/valhall/test/
H A Dtest-disassembler.c36 parse_hex(const char *in) in parse_hex() function
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/string/
Dparser.rs137 let parse_hex = take_while(1..=6, |c: char| c.is_ascii_hexdigit()); in parse_unicode() localVariable
/aosp_15_r20/external/vboot_reference/host/lib/
H A Dhost_misc.c124 bool parse_hex(uint8_t *val, const char *str) in parse_hex() function
/aosp_15_r20/packages/modules/Bluetooth/system/tools/irk-calculator/src/
Dmain.rs80 fn parse_hex(hexstr: &str) -> Vec<u8> { in parse_hex() function
/aosp_15_r20/external/iproute2/ip/
H A Dipmaddr.c47 static int parse_hex(char *str, unsigned char *addr, size_t size) in parse_hex() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bitflags-2.5.0/src/
H A Dparser.rs237 fn parse_hex(input: &str) -> Result<Self, ParseError> in parse_hex() method
/aosp_15_r20/external/rust/android-crates-io/crates/bitflags/src/
Dparser.rs237 fn parse_hex(input: &str) -> Result<Self, ParseError> in parse_hex() method
/aosp_15_r20/hardware/google/apf/
Dapf_run.c101 size_t parse_hex(const char* input, uint8_t** output) { in parse_hex() function
/aosp_15_r20/system/extras/libfec/
H A Dfec_verity.cpp44 static int parse_hex(uint8_t *dst, uint32_t size, const char *src) in parse_hex() function
/aosp_15_r20/external/cn-cbor/test/
H A Dcbor_test.c34 static bool parse_hex(char *inp, buffer *b) in parse_hex() function
/aosp_15_r20/external/dnsmasq/src/
H A Dutil.c351 int parse_hex(char* in, unsigned char* out, int maxlen, unsigned int* wildcard_mask, int* mac_type)… in parse_hex() function
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-buffer-serialize.cc712 parse_hex (const char *pp, const char *end, uint32_t *pv) in parse_hex() function
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c137 parse_hex(char *out, const char *in, unsigned length) in parse_hex() function
/aosp_15_r20/external/iw/
H A Dutil.c115 unsigned char *parse_hex(char *hex, size_t *outlen) in parse_hex() function
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/ast/
Dparse.rs1569 fn parse_hex(&self) -> Result<ast::Literal> { in parse_hex() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/ast/
H A Dparse.rs1713 fn parse_hex(&self) -> Result<ast::Literal> { in parse_hex() method