Searched refs:sh_1 (Results 1 – 2 of 2) sorted by relevance
/string/ |
A D | wordcopy.c | 145 int sh_1, sh_2; in WORDCOPY_FWD_DEST_ALIGNED() local 150 sh_1 = 8 * (srcp % OPSIZ); in WORDCOPY_FWD_DEST_ALIGNED() 151 sh_2 = 8 * OPSIZ - sh_1; in WORDCOPY_FWD_DEST_ALIGNED() 197 ((op_t *) dstp)[0] = MERGE (a2, sh_1, a3, sh_2); in WORDCOPY_FWD_DEST_ALIGNED() 200 ((op_t *) dstp)[1] = MERGE (a3, sh_1, a0, sh_2); in WORDCOPY_FWD_DEST_ALIGNED() 203 ((op_t *) dstp)[2] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_FWD_DEST_ALIGNED() 217 ((op_t *) dstp)[0] = MERGE (a2, sh_1, a3, sh_2); in WORDCOPY_FWD_DEST_ALIGNED() 342 int sh_1, sh_2; in WORDCOPY_BWD_DEST_ALIGNED() local 347 sh_1 = 8 * (srcp % OPSIZ); in WORDCOPY_BWD_DEST_ALIGNED() 348 sh_2 = 8 * OPSIZ - sh_1; in WORDCOPY_BWD_DEST_ALIGNED() [all …]
|
A D | memcmp.c | 59 # 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 6 milliseconds