Searched refs:c0 (Results 1 – 5 of 5) sorted by relevance
/busybox-1.35.0/networking/ |
D | tls_pstm_sqr_comba.c | 61 c0 = c1 = c2 = 0; 64 x = c0; 70 do { c0 = c1; c1 = c2; c2 = 0; } while (0); 81 :"=rm"(c0), "=rm"(c1), "=rm"(c2): "0"(c0), "1"(c1), "2"(c2), "m"(i) :"%eax","%edx","cc"); 94 :"=rm"(c0), "=rm"(c1), "=rm"(c2): "0"(c0), "1"(c1), "2"(c2), "m"(i), "m"(j) :"%eax","%edx","cc"); 123 :"=r"(c0), "=r"(c1), "=r"(c2) : "0"(c0), "1"(c1), "2"(c2), "r"(sc0), "r"(sc1), "r"(sc2) : "cc"); 136 c0 = c1 = c2 = 0; 139 x = c0; 145 do { c0 = c1; c1 = c2; c2 = 0; } while (0); 156 :"=r"(c0), "=r"(c1), "=r"(c2): "0"(c0), "1"(c1), "2"(c2), "g"(i) :"%rax","%rdx","cc"); [all …]
|
D | tls_pstm_mul_comba.c | 63 c0 = c1 = c2 = 0; 67 do { c0 = c1; c1 = c2; c2 = 0; } while (0); 71 x = c0; 88 :"=rm"(c0), "=rm"(c1), "=rm"(c2): "0"(c0), "1"(c1), "2"(c2), "m"(i), "m"(j) :"%eax","%edx","cc"); 104 c0 = c1 = c2 = 0; 108 do { c0 = c1; c1 = c2; c2 = 0; } while (0); 112 x = c0; 129 :"=r"(c0), "=r"(c1), "=r"(c2): "0"(c0), "1"(c1), "2"(c2), "g"(i), "g"(j) :"%rax","%rdx","cc"); 139 c0 = c1 = c2 = 0; 142 do { c0 = c1; c1 = c2; c2 = 0; } while (0); [all …]
|
/busybox-1.35.0/docs/ |
D | unicode_UTF-8-test.txt | 207 4.1.1 U+002F = c0 af = "��" | 232 4.3.1 U+0000 = c0 80 = "��" |
|
D | tar_pax.txt | 214 000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 230 000001c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
|
/busybox-1.35.0/editors/ |
D | vi.c | 3433 char c, c0, ci; in st_test() local 3437 c = c0 = p[0]; in st_test() 3446 c = c0; in st_test() 3450 c = c0; in st_test()
|