Searched refs:MERGE (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dmemcmp.c58 # define MERGE(w0, sh_1, w1, sh_2) (((w0) >> (sh_1)) | ((w1) << (sh_2))) macro
60 # define MERGE(w0, sh_1, w1, sh_2) (((w0) << (sh_1)) | ((w1) >> (sh_2))) macro
262 x = MERGE(a2, shl, a3, shr);
269 x = MERGE(a3, shl, a0, shr);
276 x = MERGE(a0, shl, a1, shr);
283 x = MERGE(a1, shl, a2, shr);
296 x = MERGE(a2, shl, a3, shr);
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmemcmp.c56 # define MERGE(w0, sh_1, w1, sh_2) (((w0) >> (sh_1)) | ((w1) << (sh_2))) macro
58 # define MERGE(w0, sh_1, w1, sh_2) (((w0) << (sh_1)) | ((w1) >> (sh_2))) macro
260 x = MERGE(a2, shl, a3, shr);
267 x = MERGE(a3, shl, a0, shr);
274 x = MERGE(a0, shl, a1, shr);
281 x = MERGE(a1, shl, a2, shr);
294 x = MERGE(a2, shl, a3, shr);
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/generic/
H A Dmemcopy.h52 MERGE(old_word, sh_1, new_word, sh_2)
69 #define MERGE(w0, sh_1, w1, sh_2) (((w0) >> (sh_1)) | ((w1) << (sh_2))) macro
72 #define MERGE(w0, sh_1, w1, sh_2) (((w0) << (sh_1)) | ((w1) >> (sh_2))) macro
/haiku-fatelf/src/bin/rcs/
H A Dconf.h224 #define MERGE "/usr/local/bin/merge" /* name of 'merge' program */ macro
H A Dco.c776 mergev[1] = MERGE;
H A Dconf.heg224 #define MERGE "/usr/local/bin/merge" /* name of 'merge' program */

Completed in 84 milliseconds