/src/common/lib/libc/arch/or1k/string/ |
memcpy.c | 40 combine_words(unsigned long w1, unsigned long w2, int shift1, int shift2) function in typeref:typename:unsigned long 100 la[0] = combine_words(w1, w2, shift1, shift2); 104 la[1] = combine_words(w2, w1, shift1, shift2); 108 la[2] = combine_words(w1, w2, shift1, shift2); 112 la[3] = combine_words(w2, w1, shift1, shift2); 121 *la++ = combine_words(w1, w2, shift1, shift2);
|
memcpy.c | 40 combine_words(unsigned long w1, unsigned long w2, int shift1, int shift2) function in typeref:typename:unsigned long 100 la[0] = combine_words(w1, w2, shift1, shift2); 104 la[1] = combine_words(w2, w1, shift1, shift2); 108 la[2] = combine_words(w1, w2, shift1, shift2); 112 la[3] = combine_words(w2, w1, shift1, shift2); 121 *la++ = combine_words(w1, w2, shift1, shift2);
|
memcpy.c | 40 combine_words(unsigned long w1, unsigned long w2, int shift1, int shift2) function in typeref:typename:unsigned long 100 la[0] = combine_words(w1, w2, shift1, shift2); 104 la[1] = combine_words(w2, w1, shift1, shift2); 108 la[2] = combine_words(w1, w2, shift1, shift2); 112 la[3] = combine_words(w2, w1, shift1, shift2); 121 *la++ = combine_words(w1, w2, shift1, shift2);
|