Home
last modified time | relevance | path

Searched defs:sh_2 (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/
A Dmemcopy.h68 #define MERGE(w0, sh_1, w1, sh_2) (((w0) >> (sh_1)) | ((w1) << (sh_2))) argument
71 #define MERGE(w0, sh_1, w1, sh_2) (((w0) << (sh_1)) | ((w1) >> (sh_2))) argument
A D_memcpy_fwd.c112 int sh_1, sh_2; in _wordcopy_fwd_dest_aligned() local
A Dmemmove.c143 int sh_1, sh_2; in _wordcopy_bwd_dest_aligned() local

Completed in 10 milliseconds