Searched defs:sh_2 (Results 1 – 3 of 3) sorted by relevance
68 #define MERGE(w0, sh_1, w1, sh_2) (((w0) >> (sh_1)) | ((w1) << (sh_2))) argument71 #define MERGE(w0, sh_1, w1, sh_2) (((w0) << (sh_1)) | ((w1) >> (sh_2))) argument
112 int sh_1, sh_2; in _wordcopy_fwd_dest_aligned() local
143 int sh_1, sh_2; in _wordcopy_bwd_dest_aligned() local
Completed in 10 milliseconds