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

/linux-master/crypto/
H A Dxor.c122 struct xor_block_template *f, *fastest; local
124 fastest = XOR_SELECT_TEMPLATE(NULL);
126 if (fastest) {
129 fastest->name);
150 fastest = template_list;
151 for (f = fastest; f; f = f->next)
152 if (f->speed > fastest->speed)
153 fastest = f;
156 fastest->name, fastest
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S470 # now, w/ group1, make mul64's decode the fastest since it will
519 # now, w/ group2, make movep's decode the fastest since it will

Completed in 115 milliseconds