Searched refs:us (Results 1 - 25 of 122) sorted by relevance

12345

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D921218-2.c4 unsigned short us; local
8 ul = us = l2 = s2 = -1;
H A D941031-1.c4 f (mpt us, mpt vs) argument
9 aus = us >= 0 ? us : -us;
H A D960801-1.c5 unsigned short us; local
9 ul = us = l2 = s2 = -1;
17 unsigned short us; local
21 ul = us = l2 = s2 = -1;
H A D20020226-1.c22 unsigned short us = SHORT_VALUE; variable
37 if (ROR (us, shift1) != ROR (SHORT_VALUE, SHIFT1))
40 if (ROR (us, SHIFT1) != ROR (SHORT_VALUE, SHIFT1))
73 if (ROL (us, shift1) != ROL (SHORT_VALUE, SHIFT1))
76 if (ROL (us, SHIFT1) != ROL (SHORT_VALUE, SHIFT1))
H A D20020508-1.c22 unsigned short us = SHORT_VALUE; variable
37 if (ROR (us, shift1) != ROR (SHORT_VALUE, SHIFT1))
40 if (ROR (us, SHIFT1) != ROR (SHORT_VALUE, SHIFT1))
73 if (ROL (us, shift1) != ROL (SHORT_VALUE, SHIFT1))
76 if (ROL (us, SHIFT1) != ROL (SHORT_VALUE, SHIFT1))
H A D20000223-1.c28 unsigned short us; member in struct:A
/openbsd-current/lib/libc/locale/
H A Dc16rtomb.c35 struct _utf16_state *us; local
55 us = (struct _utf16_state *)ps;
57 if (us->want == (size_t)-3) {
75 wc = us->ch + (c16 & 0x3ff);
76 us->ch = 0;
77 us->want = 0;
86 us->ch = 0x10000 + ((c16 & 0x3ff) << 10);
87 us->want = -3;
H A Dmbrtoc16.c38 struct _utf16_state *us; local
52 us = (struct _utf16_state *)ps;
70 if (us->want == (size_t)-3) {
72 *pc16 = 0xdc00 + (us->ch & 0x3ff);
73 us->ch = 0;
74 us->want = 0;
95 us->ch = wc;
96 us->want = -3;
/openbsd-current/usr.sbin/pppd/
H A Dcbcp.c78 static void cbcp_recvreq(cbcp_state *us, char *pckt, int len);
79 static void cbcp_resp(cbcp_state *us);
80 static void cbcp_up(cbcp_state *us);
81 static void cbcp_recvack(cbcp_state *us, char *pckt, int len);
82 static void cbcp_send(cbcp_state *us, u_char code, u_char *buf, int len);
88 cbcp_state *us; local
90 us = &cbcp[iface];
91 memset(us, 0, sizeof(cbcp_state));
92 us->us_unit = iface;
93 us
100 cbcp_state *us = &cbcp[iface]; local
123 cbcp_state *us = &cbcp[unit]; local
258 cbcp_recvreq(cbcp_state *us, char *pckt, int pcktlen) argument
310 cbcp_resp(cbcp_state *us) argument
361 cbcp_send(cbcp_state *us, u_char code, u_char *buf, int len) argument
383 cbcp_recvack(cbcp_state *us, char *pckt, int len) argument
415 cbcp_up(cbcp_state *us) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dfuncargs.c35 unsigned short us = 6; variable
36 unsigned short *usp = &us;
132 void call1a (unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
134 call1a (uc, us, ui, ul)
135 unsigned char uc; unsigned short us; unsigned int ui; unsigned long ul;
138 uc = 5; us = 6; ui = 7; ul = 8;
142 void call1b (unsigned short us, unsigned int ui, unsigned long ul, unsigned char uc) argument
144 call1b (us, ui, ul, uc)
145 unsigned short us; unsigned int ui; unsigned long ul; unsigned char uc;
148 uc = 5; us
152 call1c(unsigned int ui, unsigned long ul, unsigned char uc, unsigned short us) argument
162 call1d(unsigned long ul, unsigned char uc, unsigned short us, unsigned int ui) argument
172 call1e(unsigned char uc1, unsigned long ul, unsigned char uc2, unsigned int ui, unsigned char uc3, unsigned short us, unsigned char uc4, unsigned char uc5) argument
386 call6h(unsigned short us, unsigned int ui, unsigned long ul) argument
397 call6g(unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
408 call6f(double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
420 call6e(float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
432 call6d(long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
444 call6c(int i, long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
456 call6b(short s, int i, long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
468 call6a(char c, short s, int i, long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
483 call7k(char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui) argument
494 call7j(unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul) argument
504 call7i(unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us) argument
514 call7h(unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc, double d) argument
524 call7g(double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc) argument
534 call7f(unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f) argument
544 call7e(float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l) argument
554 call7d(long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s) argument
564 call7c(short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i) argument
574 call7b(int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c) argument
584 call7a(char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui) argument
659 call_after_alloca_subr(char c, short s, int i, long l, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
[all...]
H A Dvarargs.c18 unsigned short us; variable
30 us = 2;
/openbsd-current/lib/libc/citrus/
H A Dcitrus_utf8.c47 struct _utf8_state *us; local
51 us = (struct _utf8_state *)ps;
53 if (us->want < 0 || us->want > _CITRUS_UTF8_MB_CUR_MAX) {
67 if (us->want == 0 && ((ch = (unsigned char)*s) & ~0x7f) == 0) {
74 if (us->want == 0) {
113 want = us->want;
114 lbound = us->lbound;
121 if (us->want == 0)
124 wch = us
182 struct _utf8_state *us; local
261 struct _utf8_state *us; local
321 struct _utf8_state *us; local
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__support/ibm/
H A Dgettod_zos.h37 uint64_t us = (Value.Hi >> 4); local
40 us = us - 2208988800000000;
45 DivPair1 = us;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtem05.C39 X_one(const unsigned short& us = 5): id(us), type(T(0)) {}
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900210_01.C26 unsigned short us; variable
98 us = vp; /* ERROR - */
99 us = cp; /* ERROR - */
100 us = ip; /* ERROR - */
101 us = ep; /* ERROR - */
102 us = sp; /* ERROR - */
103 us = fp; /* ERROR - */
H A D900210_02.C26 unsigned short us; variable
48 vp = us; /* ERROR - */
60 cp = us; /* ERROR - */
72 ip = us; /* ERROR - */
84 ep = us; /* ERROR - */
96 sp = us; /* ERROR - */
108 fp = us; /* ERROR - */
/openbsd-current/games/gomoku/
H A Dmakemove.c52 makemove(int us, int mv) argument
72 sp->s_occ = us;
116 if (sp->s_occ == us)
139 fsp->s_fval[!us][r].s = MAXCOMBO;
140 cp = &fsp->s_fval[us][r];
156 cbp1 = sortframes[us];
158 sortframes[us] = cbp->c_next = cbp->c_prev = cbp;
160 cp1 = &board[cbp1->c_vertex].s_fval[us][cbp1->c_dir];
163 sortframes[us] = cbp;
167 cp1 = &board[cbp1->c_vertex].s_fval[us][cbp
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m88k/
H A Dm88k-move.sh65 ps=""; us="_"; tf="x"; la="@L"; fb="8"; nt="";
75 ps="#"; us=""; tf="a"; la=".L"; fb="16";
106 ps="#"; us=""; tf="a"; la=".L"; fb=16;
108 ps=""; us="_"; tf="x"; la="@L"; fb=8;
124 name = sprintf("__%smovstr%s%dn%d", us, mode, count * align, r * align);
177 ps="#"; us=""; tf="a"; la=".L"; fb=16;
179 ps=""; us="_"; tf="x"; la="@L"; fb=8;
191 name = sprintf("__%smovstr%s%dx%d", us, mode, count * align, r * align);
206 printf "\tword\t0x42,1,__%smovstr%s%dx%d", us, mode, count * align, count * align;
235 ps="#"; us
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dlongbranch2.C37 int us = (i>>1) & 0x01; // significance of UP local
47 v = us*(1-un*2) + ds*(1-2*dn);
/openbsd-current/bin/ed/
H A Dbuf.c282 unsigned char *us; local
286 for (us = (unsigned char *) s; len-- > 0; us++)
287 *us = ctab[*us];
/openbsd-current/gnu/gcc/gcc/
H A Dfp-test.c73 volatile unsigned short us; variable
117 us = f1;
128 f1 = us;
163 us = d1;
174 d1 = us;
209 us = D1;
220 D1 = us;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfp-test.c73 volatile unsigned short us; variable
117 us = f1;
128 f1 = us;
163 us = d1;
174 d1 = us;
209 us = D1;
220 D1 = us;
/openbsd-current/lib/libusbhid/
H A Dusage.c225 int i = HID_USAGE(u), j, k, us; local
235 us = pages[k].page_contents[j].usage;
236 if (us == -1) {
241 if (us == i)
269 int k, j, us, pu, len; local
282 us = pages[k].page_contents[j].usage;
283 if (us == -1) {
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dc90-scanf-1.c14 long double *ldp, char *s, signed char *ss, unsigned char *us,
83 scanf ("%2s%3s%4c%5c%6[abc]%7[abc]", ss, us, ss, us, ss, us);
12 foo(int *ip, unsigned int *uip, short int *hp, unsigned short int *uhp, long int *lp, unsigned long int *ulp, float *fp, double *dp, long double *ldp, char *s, signed char *ss, unsigned char *us, void **pp, int *n, llong *llp, ullong *ullp, wchar_t *ls, const int *cip, const int *cn, const char *cs, const void **ppc, void *const *pcp, short int *hn, long int *ln, void *p, char **sp, volatile void *ppv) argument
/openbsd-current/usr.bin/ts/
H A Dts.c185 char us[8]; local
194 snprintf(us, sizeof(us), "%06ld", ts->tv_nsec / 1000);
196 memcpy(u->pos, us, 6);

Completed in 316 milliseconds

12345