/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
fgetws.c | 42 wchar_t *wsp; local 53 wsp = ws; 59 if (wsp == ws) { 65 *wsp++ = (wchar_t)wc; 71 *wsp++ = L'\0';
|
/external/llvm/test/MC/AArch64/ |
basic-a64-diagnostics.s | 148 // Wn|WSP should be in second place 151 subs wsp, w5, #123 157 // CHECK-ERROR-NEXT: subs wsp, w5, #123 165 mov wsp, w27, #0xfff, lsl #12 170 // CHECK-ERROR-NEXT: mov wsp, w27, #0xfff, lsl #12 184 add wsp, w1, w2, lsr #3 188 // CHECK-ERROR-NEXT: add wsp, w1, w2, lsr #3 593 adc wsp, w3, w5 594 adc w1, wsp, w2 595 adc w0, w10, wsp [all...] |
arm64-arithmetic-encoding.s | 202 add w1, wsp, w3 203 add w1, wsp, w3, uxtw #0 204 add w2, wsp, w3, lsl #1 208 ; CHECK: add w1, wsp, w3 ; encoding: [0xe1,0x43,0x23,0x0b] 209 ; CHECK: add w1, wsp, w3 ; encoding: [0xe1,0x43,0x23,0x0b] 210 ; CHECK: add w2, wsp, w3, lsl #1 ; encoding: [0xe2,0x47,0x23,0x0b] 246 sub w1, wsp, w3 247 sub w1, wsp, w3, uxtw #0 252 ; CHECK: sub w1, wsp, w3 ; encoding: [0xe1,0x43,0x23,0x4b] 253 ; CHECK: sub w1, wsp, w3 ; encoding: [0xe1,0x43,0x23,0x4b [all...] |
basic-a64-instructions.s | 86 sub w26, wsp, w19, sxth 87 sub wsp, w2, w3, sxtw 94 // CHECK: sub w26, wsp, w19, sxth // encoding: [0xfa,0xa3,0x33,0x4b] 95 // CHECK: sub wsp, w2, w3, sxtw // encoding: [0x5f,0xc0,0x23,0x4b] 121 adds w26, wsp, w19, sxth 129 // CHECK: adds w26, wsp, w19, sxth // encoding: [0xfa,0xa3,0x33,0x2b] 156 subs w26, wsp, w19, sxth 164 // CHECK: subs w26, wsp, w19, sxth // encoding: [0xfa,0xa3,0x33,0x6b] 191 cmp wsp, w19, sxth 199 // CHECK: cmp wsp, w19, sxth // encoding: [0xff,0xa3,0x33,0x6b [all...] |
arm64-aliases.s | 5 ; ADD #0 to/from SP/WSP is a MOV 11 add w3, wsp, #0 12 ; CHECK: mov w3, wsp 13 add wsp, w4, #0 14 ; CHECK: mov wsp, w4 19 mov w7, wsp 20 ; CHECK: mov w7, wsp 21 mov wsp, w8 22 ; CHECK: mov wsp, w8 93 cmp wsp, w9, lsl # [all...] |
/external/libedit/src/ |
vi.c | 1089 const Char *wep, *wsp; local 1097 wep = wsp = 0; 1103 wsp = wp; 1110 if (wsp == 0 || (el->el_state.doingarg && el->el_state.argument != 0)) 1114 len = (int)(wep - wsp); 1122 while (wsp < wep && cp < lim) 1123 *cp++ = *wsp++;
|
/external/mksh/src/ |
lex.c | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/ |
voice.rtpdump | [all...] |