Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 25 of 41) sorted by relevance

12

/onnv-gate/usr/src/common/openssl/crypto/rc4/asm/
H A Drc4-586.pl34 $ty="edx";
53 &mov($ty, &swtmp(2));
54 &cmp($ty, $in);
60 &add($ty, 8);
62 &cmp($ty, $in);
64 &mov(&swtmp(2), $ty);
71 &mov( $ty, &DWP(0,$d,$y,4));
73 &mov( &DWP(0,$d,$x,4),$ty);
74 &add( $ty, $tx);
76 &and( $ty, 0xff);
[all …]
/onnv-gate/usr/src/lib/libcurses/screen/
H A Dmbdisplen.c45 int n, m, k, ty; in mbdisplen() local
54 ty = TYPE(c & 0377); in mbdisplen()
55 m = cswidth[ty] - (ty == 0 ? 1 : 0); in mbdisplen()
64 n += _curs_scrwidth[ty]; in mbdisplen()
H A Dmbcharlen.c45 int n, m, k, ty; in mbcharlen() local
52 ty = TYPE(c & 0377); in mbcharlen()
53 m = cswidth[ty] - (ty == 0 ? 1 : 0); in mbcharlen()
H A Dwinsnstr.c80 int m, k, ty; in winsnstr() local
85 ty = TYPE(c); in winsnstr()
86 m = x + cswidth[ty] - (ty == 0 ? 1 : 0); in winsnstr()
95 len = _curs_scrwidth[ty]; in winsnstr()
H A Dwaddnstr.c90 int m, k, ty; in waddnstr() local
94 ty = TYPE(c); in waddnstr()
95 m = cswidth[ty] - (ty == 0 ? 1 : 0); in waddnstr()
H A Dmbaddch.c149 int n, x, y, nc, m, len, nbyte, ty; in _mbaddch() local
169 ty = TYPE(wc); in _mbaddch()
173 if (ty > 0 || win->_nbyte < 0) { in _mbaddch()
176 win->_nbyte = cswidth[ty] + (ty == 0 ? 0 : 1); in _mbaddch()
/onnv-gate/usr/src/common/openssl/crypto/rc4/
H A Drc4_enc.c74 register RC4_INT x,y,tx,ty; in RC4() local
117 ty=d[y], \ in RC4()
119 d[x]=ty, \ in RC4()
120 (RC4_CHUNK)d[(tx+ty)&0xff]\ in RC4()
269 d[x]=ty=d[y]; \ in RC4()
271 (out) = d[(tx+ty)&0xff]^ (in); in RC4()
/onnv-gate/usr/src/cmd/rpcgen/
H A Drpc_util.c136 switch (def->def.ty.rel) { in fixit()
138 if (streq(def->def.ty.old_type, "opaque")) in fixit()
140 return (def->def.ty.old_type); in fixit()
143 return (fixit(def->def.ty.old_type, orig)); in fixit()
187 if (def->def_kind != DEF_TYPEDEF || def->def.ty.old_prefix != NULL) in typedefed()
209 type = def->def.ty.old_type; in isvectordef()
210 rel = def->def.ty.rel; in isvectordef()
H A Drpc_parse.c203 if (!streqn(dp->def.ty.old_prefix, "") && in is_self_reference()
204 !streqn(dp->def.ty.old_prefix, "struct")) in is_self_reference()
207 !streqn(dp->def.ty.old_prefix, "")) in is_self_reference()
222 if (decp->rel == REL_POINTER && dp->def.ty.rel != REL_ALIAS) in is_self_reference()
225 (dp->def.ty.rel != REL_ALIAS && in is_self_reference()
226 dp->def.ty.rel != REL_POINTER)) in is_self_reference()
234 decp->prefix = dp->def.ty.old_prefix; in is_self_reference()
235 decp->type = dp->def.ty.old_type; in is_self_reference()
237 decp->rel = dp->def.ty.rel; in is_self_reference()
559 defp->def.ty.old_prefix = dec.prefix; in def_typedef()
[all …]
H A Drpc_hout.c100 !isvectordef(def->def.ty.old_type, def->def.ty.rel)); in print_datadef()
441 char *old = def->def.ty.old_type; in ptypedef()
443 relation rel = def->def.ty.rel; in ptypedef()
455 if (undefined2(old, name) && def->def.ty.old_prefix) in ptypedef()
457 def->def.ty.old_prefix); in ptypedef()
473 def->def.ty.array_max); in ptypedef()
H A Drpc_cout.c84 if (strcmp(def->def.ty.old_type, def->def_name) == 0) in emit()
151 !isvectordef(def->def.ty.old_type, def->def.ty.rel)); in print_header()
721 char *prefix = def->def.ty.old_prefix; in emit_typedef()
722 char *type = def->def.ty.old_type; in emit_typedef()
723 char *amax = def->def.ty.array_max; in emit_typedef()
724 relation rel = def->def.ty.rel; in emit_typedef()
/onnv-gate/usr/src/common/net/wanboot/
H A Dp12misc.c350 ASN1_TYPE *ty = NULL; in sunw_get_pkey_localkeyid() local
368 if ((ty = attrib2type(attr)) == NULL || in sunw_get_pkey_localkeyid()
369 ty->type != V_ASN1_OCTET_STRING) { in sunw_get_pkey_localkeyid()
380 str = ty->value.octet_string; in sunw_get_pkey_localkeyid()
414 ASN1_TYPE *ty = NULL; in sunw_get_pkey_fname() local
430 if ((ty = attrib2type(attr)) == NULL || in sunw_get_pkey_fname()
431 ty->type != V_ASN1_BMPSTRING) { in sunw_get_pkey_fname()
442 str = ty->value.bmpstring; in sunw_get_pkey_fname()
H A Dauxutil.c529 type2attrib(ASN1_TYPE *ty, int nid) in type2attrib() argument
535 sk_ASN1_TYPE_push(a->value.set, ty) == 0) { in type2attrib()
561 ASN1_TYPE *ty = NULL; in attrib2type() local
567 ty = sk_ASN1_TYPE_value(attr->value.set, 0); in attrib2type()
569 return (ty); in attrib2type()
/onnv-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_sn.c161 char ty[4], *s; local
186 bcopy(s, ty, l->lc_tl);
187 } while (ty[0] != 0x8 && ty[1] != 0);
H A Dipft_pc.c224 char *s, ty[4]; local
244 bcopy(s, ty, l->lc_tl);
/onnv-gate/usr/src/tools/lintdump/
H A Dlintdump.c270 info("<tag %lu> ", line.type.extra.ty); in print_pass()
329 lsup = lsu_lookup(atp->extra.ty); in print_atype()
335 info(" <tag %lu>", atp->extra.ty); in print_atype()
416 unsigned int i = atp->extra.ty % LSU_HASHSIZE; in lsu_add()
439 lsu_lookup(T1WORD ty) in lsu_lookup() argument
441 unsigned int i = ty % LSU_HASHSIZE; in lsu_lookup()
445 if (lsup->atype.extra.ty == ty) in lsu_lookup()
H A Dlnstuff.h81 T1WORD ty; member
/onnv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c174 { int ii, i, j, lev, t, ty; local
347 ty = 0;
386 ty = numbval;
398 if (j != 0 && j != ty) {
408 SETTYPE(toklev[t], ty);
411 if (j != 0 && j != ty) {
423 nontrst[t-NTBASE].tvalue = ty;
466 ty = 0;
472 ty = numbval;
516 if (ty) {
[all …]
/onnv-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_tdir.c115 ct_type_t *ty = ct_types[gfs_file_index(vp)]; in ctfs_tdir_do_readdir() local
121 next = contract_type_lookup(ty, zuniqid, *offp); in ctfs_tdir_do_readdir()
/onnv-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Qfpack.c396 unsigned ty; local
397 packdouble(pu, &tx, &ty);
399 unpackdouble(pu, tx, ty);
/onnv-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c99 scf_propertygroup_t *pg, const char *propname, scf_type_t ty, void *vp, in svcctl_scm_pg_get_val() argument
110 if (scf_property_is_type(mgr_ctx->mc_scf_gprop, ty) != SCF_SUCCESS) in svcctl_scm_pg_get_val()
132 switch (ty) { in svcctl_scm_pg_get_val()
212 const char *pgname, const char *propname, scf_type_t ty, void *vp, in svcctl_scm_inst_get_val() argument
230 r = svcctl_scm_pg_get_val(mgr_ctx, mgr_ctx->mc_scf_gpg, propname, ty, in svcctl_scm_inst_get_val()
/onnv-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c1047 ASN1_TYPE *ty = NULL; in sunw_get_pkey_localkeyid() local
1065 if ((ty = attrib2type(attr)) == NULL || in sunw_get_pkey_localkeyid()
1066 ty->type != V_ASN1_OCTET_STRING) { in sunw_get_pkey_localkeyid()
1077 str = ty->value.octet_string; in sunw_get_pkey_localkeyid()
1111 ASN1_TYPE *ty = NULL; in sunw_get_pkey_fname() local
1127 if ((ty = attrib2type(attr)) == NULL || in sunw_get_pkey_fname()
1128 ty->type != V_ASN1_BMPSTRING) { in sunw_get_pkey_fname()
1139 str = ty->value.bmpstring; in sunw_get_pkey_fname()
2390 type2attrib(ASN1_TYPE *ty, int nid) in type2attrib() argument
2396 sk_ASN1_TYPE_push(a->value.set, ty) == 0) { in type2attrib()
[all …]
/onnv-gate/usr/src/uts/common/disp/
H A Dpriocntl.c765 kthread_t *ty; in proccmp() local
786 ty = tx = pp->p_tlist; in proccmp()
795 ty = tx; in proccmp()
805 *argp->pcmp_retthreadp = ty; in proccmp()
808 if (CL_GLOBPRI(ty) <= CL_GLOBPRI(tx)) { in proccmp()
812 *argp->pcmp_retthreadp = ty; in proccmp()
/onnv-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c334 pg_get_single_val(scf_propertygroup_t *pg, const char *propname, scf_type_t ty, in pg_get_single_val() argument
351 if (scf_property_is_type(g_prop, ty) != SCF_SUCCESS) { in pg_get_single_val()
377 switch (ty) { in pg_get_single_val()
409 uu_warn("%s:%d: Unknown type %d.\n", __FILE__, __LINE__, ty); in pg_get_single_val()
461 const char *propname, scf_type_t ty, void *vp, size_t sz, uint_t flags, in inst_get_single_val() argument
478 r = pg_get_single_val(g_pg, propname, ty, vp, sz, flags); in inst_get_single_val()
583 scf_type_t ty; in propvals_to_pids() local
594 if (scf_property_type(prop, &ty) != 0) in propvals_to_pids()
597 if (ty != SCF_TYPE_COUNT) in propvals_to_pids()
2258 scf_type_t ty; in print_detailed_dependency() local
[all …]
/onnv-gate/usr/src/uts/sparc/fpu/
H A Dpack.c529 uint_t ty; in _fp_pack() local
531 packdouble(pfpsd, pu, &tx, &ty); in _fp_pack()
533 unpackdouble(pfpsd, pu, tx, ty); in _fp_pack()

12