Home
last modified time | relevance | path

Searched refs:word_length_in_digits (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dgen_print.py617 def word_length_in_digits(): function
678 return word_length_in_digits()
696 num_words, remainder = divmod(num_hex_digits, word_length_in_digits())
701 return num_words * word_length_in_digits()