Lines Matching refs:routine
6 * First, benchmark the previous version of the routine.
7 * Update the routine, run the bionic unit tests to verify the routine doesn't
9 verify that the routine is being properly tested.
11 the new routine. See the [Performance](#Performance) section for details about
13 * Verify that unwind information for new routine looks correct. See
126 especially important if this is the first time a routine is assembler.
130 When verifying an assembler routine that operates on buffer data (such as
133 * Verify the routine does not read past the end of the buffers. Many
137 * Verify the routine handles unaligned buffers properly. Usually, a failure
139 * Verify the routine handles different sized buffers.
141 If there are not sufficient tests for a new routine, there are a set of helper
162 before submitting a new libc assembler routine. There are difficult