Home
last modified time | relevance | path

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

/crypto/
A Dxor.c119 struct xor_block_template *f, *fastest; in calibrate_xor_blocks() local
121 fastest = XOR_SELECT_TEMPLATE(NULL); in calibrate_xor_blocks()
123 if (fastest) { in calibrate_xor_blocks()
126 fastest->name); in calibrate_xor_blocks()
147 fastest = template_list; in calibrate_xor_blocks()
148 for (f = fastest; f; f = f->next) in calibrate_xor_blocks()
149 if (f->speed > fastest->speed) in calibrate_xor_blocks()
150 fastest = f; in calibrate_xor_blocks()
153 fastest->name, fastest->speed); in calibrate_xor_blocks()
159 active_template = fastest; in calibrate_xor_blocks()

Completed in 3 milliseconds