Home
last modified time | relevance | path

Searched refs:u (Results 1 – 25 of 1187) sorted by relevance

12345678910>>...48

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dshift-undef.c4 u = u >> 101; in simple()
5 u = u << 102; in simple()
7 u = u >> -2; in simple()
8 u = u << -3; in simple()
22 u = u >> ((p & 0) + 110); u ^= p; // reloaded because now == 0 in simple()
23 u = u << ((p & 0) + 111); u ^= p; // reloaded because now == 0 in simple()
25 u = u >> ((p & 0) + -11); u ^= p; // reloaded because now == 0 in simple()
26 u = u << ((p & 0) + -12); u ^= p; // reloaded because now == 0 in simple()
33 u >>= 101; in compound()
34 u <<= 102; in compound()
[all …]
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_233.c75 z = u[7]; in ec_GF2m_233_mod()
78 z = u[6]; in ec_GF2m_233_mod()
82 z = u[5]; in ec_GF2m_233_mod()
86 z = u[4]; in ec_GF2m_233_mod()
92 u[0] ^= z; in ec_GF2m_233_mod()
94 u[7] = u[6] = u[5] = u[4] = 0; in ec_GF2m_233_mod()
104 z = u[14]; in ec_GF2m_233_mod()
108 z = u[13]; in ec_GF2m_233_mod()
128 z = u[9]; in ec_GF2m_233_mod()
133 z = u[8]; in ec_GF2m_233_mod()
[all …]
H A Dec2_193.c75 z = u[6]; in ec_GF2m_193_mod()
78 z = u[5]; in ec_GF2m_193_mod()
82 z = u[4]; in ec_GF2m_193_mod()
90 u[6] = u[5] = u[4] = 0; in ec_GF2m_193_mod()
100 z = u[12]; in ec_GF2m_193_mod()
103 z = u[11]; in ec_GF2m_193_mod()
107 z = u[10]; in ec_GF2m_193_mod()
111 z = u[9]; in ec_GF2m_193_mod()
115 z = u[8]; in ec_GF2m_193_mod()
119 z = u[7]; in ec_GF2m_193_mod()
[all …]
H A Dec2_163.c62 mp_digit *u, z; in ec_GF2m_163_mod() local
75 z = u[5]; in ec_GF2m_163_mod()
77 z = u[4]; in ec_GF2m_163_mod()
80 z = u[3]; in ec_GF2m_163_mod()
86 u[5] = u[4] = u[3] = 0; in ec_GF2m_163_mod()
96 z = u[10]; in ec_GF2m_163_mod()
99 z = u[9]; in ec_GF2m_163_mod()
103 z = u[8]; in ec_GF2m_163_mod()
107 z = u[7]; in ec_GF2m_163_mod()
111 z = u[6]; in ec_GF2m_163_mod()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dupap.c145 u->us_id = 0;
205 TIMEOUT(upap_reqtimeout, u, u->us_reqtimeout);
221 if (u->us_transmits >= u->us_maxtransmits) {
272 TIMEOUT(upap_reqtimeout, u, u->us_reqtimeout);
406 upap_sresp(u, UPAP_AUTHACK, id, u->us_msg, u->us_msglen);
411 upap_sresp(u, UPAP_AUTHNAK, id, u->us_msg, u->us_msglen);
449 upap_sresp(u, retcode, id, u->us_msg, u->us_msglen);
454 } else if (++u->us_receives >= u->us_maxreceives) {
569 if (u->us_transmits < u->us_maxtransmits) {
610 BCOPY(u->us_user, outp, u->us_userlen);
[all …]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vhypotf.c45 unsigned u; member
64 if (hy0.u > hx0.u) { in __vhypotf()
65 i = hy0.u - hx0.u; in __vhypotf()
70 i = hx0.u - hy0.u; in __vhypotf()
83 else if (hx0.u > 0x7f800000 || hy0.u > 0x7f800000) in __vhypotf()
109 if (hy1.u > hx1.u) { in __vhypotf()
110 i = hy1.u - hx1.u; in __vhypotf()
115 i = hx1.u - hy1.u; in __vhypotf()
154 if (hy2.u > hx2.u) { in __vhypotf()
155 i = hy2.u - hx2.u; in __vhypotf()
[all …]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_qtod.c41 union xdouble u; in _Q_qtod() local
79 u.l.lo = 0; in _Q_qtod()
80 return (u.d); in _Q_qtod()
85 u.l.lo = 0; in _Q_qtod()
98 return (u.d); in _Q_qtod()
106 u.l.lo = 0; in _Q_qtod()
119 return (u.d); in _Q_qtod()
132 u.l.lo = u.l.hi; in _Q_qtod()
133 u.l.hi = 0; in _Q_qtod()
139 u.l.lo = (u.l.lo >> e) | (u.l.hi << (32 - e)); in _Q_qtod()
[all …]
H A D_Q_qtos.c44 } u; in _Q_qtos() local
76 return (u.f); in _Q_qtos()
80 return (u.f); in _Q_qtos()
84 u.l = 0x7f800000; in _Q_qtos()
86 u.l = 0x7f7fffff; in _Q_qtos()
95 return (u.f); in _Q_qtos()
103 return (u.f); in _Q_qtos()
115 return (u.f); in _Q_qtos()
125 u.l >>= e + 1; in _Q_qtos()
142 (u.l & 1)))) { in _Q_qtos()
[all …]
H A D_Q_dtoq.c53 union xdouble u; in _Qp_dtoq() local
57 u.d = x; in _Qp_dtoq()
61 if ((u.l.hi & 0xfffff) | u.l.lo) { in _Qp_dtoq()
64 lhi = u.l.hi & 0xfffff; in _Qp_dtoq()
65 llo = u.l.lo; in _Qp_dtoq()
71 u.l.hi = (u.l.hi & 0x80000000) | lhi; in _Qp_dtoq()
72 u.l.lo = llo; in _Qp_dtoq()
79 if (((u.l.hi & 0x7ffff) | u.l.lo) && (u.l.hi & 0x80000) == 0) { in _Qp_dtoq()
89 u.l.hi |= 0x80000; in _Qp_dtoq()
92 Z.l.msw = m | (u.l.hi & 0x80000000) | ((u.l.hi & 0xffff0) >> 4); in _Qp_dtoq()
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c79 if (lhs->u.name.s != rhs->u.name.s) in begins_with()
83 lnum = (int)lhs->u.name.child->u.ull; in begins_with()
96 rnum = (int)rhs->u.name.child->u.ull; in begins_with()
325 np->u.expr.right->u.quote.s, in eval_func()
654 np->u.expr.left->u.quote.s); in eval_func()
1031 np2f->u.name.child->u.ull) in eval_dup()
1173 newnp->u.name.t = np->u.event.ename->u.name.t; in eval_dup()
1174 newnp->u.name.s = np->u.event.ename->u.name.s; in eval_dup()
1175 newnp->u.name.it = np->u.event.ename->u.name.it; in eval_dup()
1194 newnp->u.ull = np->u.ull; in eval_dup()
[all …]
H A Ditree.c221 newnp->u.name.t = namep->u.name.t; in tname_dup()
222 newnp->u.name.s = namep->u.name.s; in tname_dup()
236 newnp->u.name.child->u.ull = in tname_dup()
345 newnp->u.name.child->u.ull = in tname_dup_to_epname()
346 npref->u.name.child->u.ull; in tname_dup_to_epname()
400 nrhs->u.ull = orhs->u.ull; in nv_instantiate()
405 nrhs->u.ull = orhs->u.ull; in nv_instantiate()
1914 if (fromev->u.event.declp->u.stmt.np->u.event.eexprlist) in itree_set_arrow_traits()
1916 fromev->u.event.declp->u.stmt.np->u.event.eexprlist); in itree_set_arrow_traits()
1935 if (toev->u.event.declp->u.stmt.np->u.event.eexprlist) in itree_set_arrow_traits()
[all …]
H A Deft_mdb.c400 node.u.name.s); in eft_node()
403 if (node.u.name.cp) { in eft_node()
408 node.u.name.cp); in eft_node()
413 if (node.u.name.child && !node.u.name.childgen) { in eft_node()
427 if (node.u.name.next) { in eft_node()
440 node.u.globid.s); in eft_node()
466 if (node.u.stmt.nvpairs) { in eft_node()
501 node.u.quote.s); in eft_node()
509 node.u.func.s); in eft_node()
687 if (node.u.arrow.nnp) { in eft_node()
[all …]
H A Diexpr.c158 return (np2->u.globid.s - np1->u.globid.s); in iexpr_cmp()
184 diff = iexpr_cmp(np1->u.expr.left, np2->u.expr.left); in iexpr_cmp()
190 if (np2->u.name.s != np1->u.name.s) in iexpr_cmp()
191 return (np2->u.name.s - np1->u.name.s); in iexpr_cmp()
192 diff = iexpr_cmp(np1->u.name.child, np2->u.name.child); in iexpr_cmp()
195 return (iexpr_cmp(np1->u.name.next, np2->u.name.next)); in iexpr_cmp()
204 if (np1->u.func.s != np2->u.func.s) in iexpr_cmp()
205 return (np2->u.func.s - np1->u.func.s); in iexpr_cmp()
209 return (np2->u.quote.s - np1->u.quote.s); in iexpr_cmp()
213 if (np2->u.ull > np1->u.ull) in iexpr_cmp()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h180 #define GetTD_alen(u, td) GetField((u), (td), dw2, 0, 11) argument
181 #define GetTD_status(u, td) GetField((u), (td), dw2, 16, 8) argument
182 #define GetTD_ioc(u, td) GetField((u), (td), dw2, 24, 1) argument
183 #define GetTD_iso(u, td) GetField((u), (td), dw2, 25, 1) argument
184 #define GetTD_ls(u, td) GetField((u), (td), dw2, 26, 1) argument
185 #define GetTD_c_err(u, td) GetField((u), (td), dw2, 27, 2) argument
186 #define GetTD_spd(u, td) GetField((u), (td), dw2, 29, 1) argument
187 #define GetTD_PID(u, td) GetField((u), (td), dw3, 0, 8) argument
189 #define GetTD_endpt(u, td) GetField((u), (td), dw3, 15, 4) argument
190 #define GetTD_dtogg(u, td) GetField((u), (td), dw3, 19, 1) argument
[all …]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c178 size += sizeof (ret->u.name) - sizeof (ret->u); in nodesize()
187 size += sizeof (ret->u.ull) - sizeof (ret->u); in nodesize()
660 np1->u.name.last->u.name.next = np2; in tree_name_append()
693 np->u.name.last->u.name.s = stable(buf); in tree_name_repairdash()
716 np->u.name.last->u.name.s = stable(buf); in tree_name_repairdash2()
790 ptr = stable(np->u.expr.right->u.quote.s); in tree_func()
966 np->u.expr.left->u.name.s, np->u.expr.right); in nvpair2lut()
1111 switch (np->u.event.ename->u.name.t) { in tree_decl()
1167 (void *)np->u.event.ename->u.name.s, in tree_decl()
1182 switch (np->u.event.ename->u.name.t) { in tree_decl()
[all …]
H A Dcheck.c170 np->u.arrow.lhs->file, np->u.arrow.lhs->line, in check_arrow()
227 if (np->u.event.ename->u.name.t != N_EREPORT) { in check_reportlist()
414 const char *s = nvpairnp->u.expr.left->u.name.s; in check_stmt_allowed_properties()
441 if (np->u.ull == nvpairnp->u.expr.right->u.ull) in check_stmt_allowed_properties()
461 nvpairnp->u.expr.left->u.name.s, in check_stmt_allowed_properties()
483 switch (np->u.event.ename->u.name.t) { in check_propnames()
637 np->u.name.child->u.name.s); in check_exprscope()
845 trylhs = arrow->u.arrow.lhs->u.arrow.rhs; in check_cycle_lhs()
902 if (rhs->u.event.ename->u.name.t != N_ERROR) in check_cycle_rhs()
1053 if (arglist->u.expr.left->u.ull > in check_func()
[all …]
H A Dptree.c131 if (np->u.name.next) { in ptree()
164 if (np->u.event.epname) { in ptree()
337 if (np->u.arrow.nnp) { in ptree()
343 if (np->u.arrow.knp) { in ptree()
352 if (np->u.expr.left && np->u.expr.right && in ptree()
367 if (np->u.stmt.nvpairs) { in ptree()
380 if (np->u.stmt.nvpairs) { in ptree()
399 if (np->u.stmt.nvpairs) { in ptree()
411 if (np->u.stmt.nvpairs) { in ptree()
423 if (np->u.stmt.nvpairs) { in ptree()
[all …]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dutmpx.c243 u.ut_id[0] = u.ut_id[1] = u.ut_id[2] = u.ut_id[3] = '\0'; in utmpx_set_runlevel()
244 u.ut_pid = 0; in utmpx_set_runlevel()
253 bcopy(oup->ut_host, u.ut_host, sizeof (u.ut_host)); in utmpx_set_runlevel()
254 bcopy(oup->ut_line, u.ut_line, sizeof (u.ut_line)); in utmpx_set_runlevel()
255 bcopy(oup->ut_user, u.ut_user, sizeof (u.ut_user)); in utmpx_set_runlevel()
259 u.ut_syslen = min(tmplen + 1, sizeof (u.ut_host)); in utmpx_set_runlevel()
315 u.ut_id[0] = u.ut_id[1] = u.ut_id[2] = u.ut_id[3] = '\0'; in utmpx_write_entry()
327 bcopy(oup->ut_user, u.ut_user, sizeof (u.ut_user)); in utmpx_write_entry()
328 bcopy(oup->ut_line, u.ut_line, sizeof (u.ut_line)); in utmpx_write_entry()
329 bcopy(oup->ut_host, u.ut_host, sizeof (u.ut_host)); in utmpx_write_entry()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil_impl.h115 } u; member
132 #define pathcmd_name u.path.path
133 #define nodecmd_nodeh u.node.nodeh
137 #define propcmd_proph u.prop.proph
138 #define propcmd_pname u.prop.pname
139 #define propcmd_type u.prop.type
141 #define propcmd_size u.prop.size
150 #define tablecmd_tblh u.table.tblh
153 #define rowcmd_index u.row.index
154 #define rowcmd_nproph u.row.nproph
[all …]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfmaf.c47 unsigned u, s; in __fmaf() local
75 u = xy.i[1]; in __fmaf()
78 u |= s; in __fmaf()
81 u = xy.i[0]; in __fmaf()
84 u |= s; in __fmaf()
94 u = zz.i[1]; in __fmaf()
97 u |= s; in __fmaf()
103 u |= s; in __fmaf()
169 u |= s; in __fmaf()
175 u |= s; in __fmaf()
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dct.c631 zero (&u -> ut_user[0], sizeof (u -> ut_user)); in startat()
632 zero (&u -> ut_line[0], sizeof (u -> ut_line)); in startat()
651 strncpy (&u -> ut_user[0], "ttymon", sizeof (u -> ut_user)); in startat()
652 strncpy (&u -> ut_line[0], Dc, sizeof (u -> ut_line)); in startat()
662 (void) write(fd, u, sizeof(*u)); in startat()
686 zero (&u -> ut_user[0], sizeof (u -> ut_user));
687 zero (&u -> ut_line[0], sizeof (u -> ut_line));
701 if (u = getutxid (u)) {
702 utmpxbuf = *u;
703 u = &utmpxbuf;
[all …]
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dendian.h73 p[0] = (u >> 8) & 0xff; in be16enc()
74 p[1] = u & 0xff; in be16enc()
82 p[0] = (u >> 24) & 0xff; in be32enc()
83 p[1] = (u >> 16) & 0xff; in be32enc()
84 p[2] = (u >> 8) & 0xff; in be32enc()
85 p[3] = u & 0xff; in be32enc()
102 p[0] = u & 0xff; in le16enc()
103 p[1] = (u >> 8) & 0xff; in le16enc()
111 p[0] = u & 0xff; in le32enc()
112 p[1] = (u >> 8) & 0xff; in le32enc()
[all …]
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c110 hash_obj->u.cont_obj = cont_obj; in create_container_hash_object()
138 hash_obj->u.sec_obj = sec_obj; in create_section_hash_object()
168 hash_obj->u.seg_obj = seg_obj; in create_segment_hash_object()
196 hash_obj->u.pkt_obj = pkt_obj; in create_packet_hash_object()
285 free(free_obj->u.pkt_obj); in free_pkt_object_list()
305 sec_hash->u.sec_obj->seg_obj_list = seg_hash->u.seg_obj->next; in free_segment_hash()
314 next_hash->u.seg_obj->next = seg_hash->u.seg_obj->next; in free_segment_hash()
330 free(seg_hash->u.seg_obj); in free_segment_hash()
523 sec_obj = sec_object->u.sec_obj; in fru_get_segments()
606 sec_obj = sec_hash->u.sec_obj; in get_section()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c99 hash_obj->u.cont_obj = cont_obj; in create_container_hash_object()
128 hash_obj->u.sec_obj = sec_obj; in create_section_hash_object()
159 hash_obj->u.seg_obj = seg_obj; in create_segment_hash_object()
188 hash_obj->u.pkt_obj = pkt_obj; in create_packet_hash_object()
1498 free(free_obj->u.pkt_obj); in free_pkt_object_list()
1517 sec_hash->u.sec_obj->seg_obj_list = seg_hash->u.seg_obj->next; in free_segment_hash()
1526 next_hash->u.seg_obj->next = seg_hash->u.seg_obj->next; in free_segment_hash()
1542 free(seg_hash->u.seg_obj); in free_segment_hash()
2571 seg_hash->u.seg_obj->pkt_obj_list = pkt_hash->u.pkt_obj->next; in free_packet_object()
2580 next_hash->u.pkt_obj->next = pkt_hash->u.pkt_obj->next; in free_packet_object()
[all …]
/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A DUTF2_to_johap92.c105 unsigned long u; in _icv_iconv() local
117 if (u == 0xE1859F || in _icv_iconv()
118 (u >= 0xE18480 && u <= 0xE18492)) /* Ci */ in _icv_iconv()
123 : u - 0xE18480; in _icv_iconv()
126 else if (u == 0xE185A0 || in _icv_iconv()
127 (u >= 0xE185A1 && u <= 0xE185B5)) /* V */ in _icv_iconv()
133 : u - 0xE185A1; in _icv_iconv()
136 else if ((u >= 0xE186A8 && u <= 0xE186BF) || in _icv_iconv()
137 (u >= 0xE18780 && u <= 0xE18782)) /* Cf */ in _icv_iconv()
142 cd->cf = u - ((u >= 0xE18780) ? 0xE18766 in _icv_iconv()
[all …]

12345678910>>...48