Home
last modified time | relevance | path

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

/benchtests/
A Dbench-strcpy.c29 #ifndef STRCPY_RESULT
30 # define STRCPY_RESULT(dst, len) dst macro
60 if (CALL (impl, dst, src) != STRCPY_RESULT (dst, len)) in do_one_test()
63 CALL (impl, dst, src), STRCPY_RESULT (dst, len)); in do_one_test()
A Dbench-strcpy_chk.c19 #ifndef STRCPY_RESULT
20 # define STRCPY_RESULT(dst, len) dst macro
102 if (res != STRCPY_RESULT (dst, len)) in do_one_test()
105 res, STRCPY_RESULT (dst, len)); in do_one_test()
A Dbench-stpcpy.c19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro
A Dbench-stpcpy_chk.c19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro

Completed in 4 milliseconds