Searched refs:COPY_LOOP (Results 1 – 4 of 4) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/ |
D | Makefile | 25 -D COPY_LOOP=test___copy_tofrom_user_base \ 31 -D COPY_LOOP=test___copy_tofrom_user_power7 \ 38 -D COPY_LOOP=test_memcpy \ 44 -D COPY_LOOP=test_memcpy_power7 \ 51 -D COPY_LOOP=test___copy_tofrom_user_base \
|
D | validate.c | 15 unsigned long COPY_LOOP(void *to, const void *from, unsigned long size); 32 ret = COPY_LOOP(dstp, srcp, len); in do_one() 99 return test_harness(test_copy_loop, str(COPY_LOOP)); in main()
|
D | exc_validate.c | 54 unsigned long COPY_LOOP(void *to, const void *from, unsigned long size); 64 got = COPY_LOOP(dstp, srcp, len); in do_one_test() 123 return test_harness(test_copy_exception, str(COPY_LOOP)); in main()
|
/external/brotli/java/org/brotli/dec/ |
D | Decode.java | 27 private static final int COPY_LOOP = 7; field in Decode 890 s.runningState = COPY_LOOP; in decompress() 892 case COPY_LOOP: in decompress() 917 s.nextRunningState = COPY_LOOP; in decompress() 923 if (s.runningState == COPY_LOOP) { in decompress()
|