Home
last modified time | relevance | path

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

/string/
A Dwordcopy.c145 int sh_1, sh_2; in WORDCOPY_FWD_DEST_ALIGNED() local
342 int sh_1, sh_2; in WORDCOPY_BWD_DEST_ALIGNED() local
A Dmemcmp.c59 # define MERGE(w0, sh_1, w1, sh_2) (((w0) >> (sh_1)) | ((w1) << (sh_2))) argument
61 # define MERGE(w0, sh_1, w1, sh_2) (((w0) << (sh_1)) | ((w1) >> (sh_2))) argument

Completed in 5 milliseconds