Searched refs:rhs (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/testsuite/newlib.time/ |
D | tzset.c | 159 static void assert_equal(int lhs, int rhs, const char* msg) in assert_equal() argument 161 if (lhs != rhs) in assert_equal() 163 printf("Assertion failed! Expected %d to equal %d. %s\n", lhs, rhs, msg); in assert_equal()
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memcmp.S | 38 ; R1: rhs 41 ; - lhs < rhs: <0 42 ; - lhs = rhs: 0 43 ; - lhs > rhs: >0 155 ; bytes and subtract the two operands: lhs - rhs 180 ; r4 == r5 xor.f 0, r4, r5 lhs[i+0] == rhs[i+0] 181 ; r6 == r7 xor.f 0, r6, r7 lhs[i+8] == rhs[i+8] 182 ; r8 == r9 xor.f 0, r8, r9 lhs[i+16] == rhs[i+16] 183 ; r10 == r11 xor.f 0, r10, r11 lhs[i+24] == rhs[i+32]
|