Home
last modified time | relevance | path

Searched refs:is_hex_digit (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/scripts/
H A Dmemusage.py45 def is_hex_digit(char): function
54 return len(line) > 0 and is_hex_digit(line[0])
/arkcompiler/runtime_core/static_core/scripts/
H A Dmemusage.py45 def is_hex_digit(char): function
54 return len(line) > 0 and is_hex_digit(line[0])

Completed in 2 milliseconds