Searched defs:ty (Results 1 - 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmbcharlen.c45 int n, m, k, ty; local
52 ty = TYPE(c & 0377);
53 m = cswidth[ty] - (ty == 0 ? 1 : 0);
H A Dmbdisplen.c45 int n, m, k, ty; local
54 ty = TYPE(c & 0377);
55 m = cswidth[ty] - (ty == 0 ? 1 : 0);
64 n += _curs_scrwidth[ty];
H A Dwaddnstr.c90 int m, k, ty; local
94 ty = TYPE(c);
95 m = cswidth[ty] - (ty == 0 ? 1 : 0);
H A Dwinsnstr.c80 int m, k, ty; local
85 ty = TYPE(c);
86 m = x + cswidth[ty] - (ty == 0 ? 1 : 0);
95 len = _curs_scrwidth[ty];
H A Dmbaddch.c149 int n, x, y, nc, m, len, nbyte, ty; local
169 ty = TYPE(wc);
173 if (ty > 0 || win->_nbyte < 0) {
176 win->_nbyte = cswidth[ty] + (ty == 0 ? 0 : 1);
/illumos-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);
/illumos-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);
246 /* } while (ty[0] != 0x8 && ty[1] != 0); */
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcosbig.c72 double tx, tt[3], ty[2], t, w, z, a; local
99 nx = __vlibm_rem_pio2m(tt, ty, e0, nx, 2);
103 ty[0] = -ty[0];
104 ty[1] = -ty[1];
108 /* now nx and ty[*] are the quadrant and reduced arg */
110 hx = HI(&ty[0]);
115 ty[0] = -ty[
[all...]
H A D__vcosbigf.c72 double tx, tt[3], ty[2], t, w, z, a; local
100 nx = __vlibm_rem_pio2m(tt, ty, e0, nx, 2);
104 ty[0] = -ty[0];
105 ty[1] = -ty[1];
109 /* now nx and ty[*] are the quadrant and reduced arg */
111 hx = HI(&ty[0]);
116 ty[0] = -ty[
[all...]
H A D__vsinbig.c72 double tx, tt[3], ty[2], t, w, z, a; local
99 nx = __vlibm_rem_pio2m(tt, ty, e0, nx, 2);
103 ty[0] = -ty[0];
104 ty[1] = -ty[1];
107 /* now nx and ty[*] are the quadrant and reduced arg */
109 hx = HI(&ty[0]);
114 ty[0] = -ty[
[all...]
H A D__vsinbigf.c72 double tx, tt[3], ty[2], t, w, z, a; local
100 nx = __vlibm_rem_pio2m(tt, ty, e0, nx, 2);
104 ty[0] = -ty[0];
105 ty[1] = -ty[1];
108 /* now nx and ty[*] are the quadrant and reduced arg */
110 hx = HI(&ty[0]);
115 ty[0] = -ty[
[all...]
H A D__vsincosbig.c73 double ts, tc, tx, tt[3], ty[2], t, w, z, c, s; local
104 nx = __vlibm_rem_pio2m(tt, ty, e0, nx, 2);
108 ty[0] = -ty[0];
109 ty[1] = -ty[1];
112 /* now nx and ty[*] are the quadrant and reduced arg */
113 hx = HI(&ty[0]);
117 ty[0] = -ty[
[all...]
H A D__vsincosbigf.c72 double ts, tc, tx, tt[3], ty[2], t, w, z, c, s; local
100 nx = __vlibm_rem_pio2m(tt, ty, e0, nx, 2);
104 ty[0] = -ty[0];
105 ty[1] = -ty[1];
108 /* now nx and ty[*] are the quadrant and reduced arg */
110 hx = HI(&ty[0]);
113 ty[0] = -ty[
[all...]
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_tdir.c115 ct_type_t *ty = ct_types[gfs_file_index(vp)]; local
121 next = contract_type_lookup(ty, zuniqid, *offp);
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dpack.c529 uint_t ty; local
531 packdouble(pfpsd, pu, &tx, &ty);
533 unpackdouble(pfpsd, pu, tx, ty);
/illumos-gate/usr/src/common/net/wanboot/
H A Dauxutil.c529 * ty - Type structure to be made into an attribute
537 type2attrib(ASN1_TYPE *ty, int nid) argument
543 sk_ASN1_TYPE_push(a->value.set, ty) == 0) {
569 ASN1_TYPE *ty = NULL; local
575 ty = sk_ASN1_TYPE_value(attr->value.set, 0);
577 return (ty);
H A Dp12misc.c354 ASN1_TYPE *ty = NULL; local
372 if ((ty = attrib2type(attr)) == NULL ||
373 ty->type != V_ASN1_OCTET_STRING) {
384 str = ty->value.octet_string;
418 ASN1_TYPE *ty = NULL; local
434 if ((ty = attrib2type(attr)) == NULL ||
435 ty->type != V_ASN1_BMPSTRING) {
446 str = ty->value.bmpstring;
/illumos-gate/usr/src/tools/lintdump/
H A Dlintdump.c270 info("<tag %lu> ", line.type.extra.ty);
329 lsup = lsu_lookup(atp->extra.ty);
335 info(" <tag %lu>", atp->extra.ty);
416 unsigned int i = atp->extra.ty % LSU_HASHSIZE;
439 lsu_lookup(T1WORD ty) argument
441 unsigned int i = ty % LSU_HASHSIZE;
445 if (lsup->atype.extra.ty == ty)
H A Dlnstuff.h81 T1WORD ty; member in union:__anon4478::__anon4479
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.h167 typedef_def ty; member in union:definition::__anon1334
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c647 scf_type_t ty, const void *val)
665 r = scf_transaction_property_new(tx, e, name, ty);
671 switch (ty) {
646 add_new_property(scf_handle_t *h, scf_transaction_t *tx, const char *name, scf_type_t ty, const void *val) argument
/illumos-gate/usr/src/uts/common/disp/
H A Dpriocntl.c765 kthread_t *ty; local
786 ty = tx = pp->p_tlist;
795 ty = tx;
805 *argp->pcmp_retthreadp = ty;
808 if (CL_GLOBPRI(ty) <= CL_GLOBPRI(tx)) {
812 *argp->pcmp_retthreadp = ty;
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_nameinfo.c217 ctlr_cache_add(char *nm, int ty) argument
227 (*ccpp)->ctlr_ty = ty;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c90 * which must have type ty, and put it in *vp. If ty is SCF_TYPE_ASTRING, vp
99 scf_propertygroup_t *pg, const char *propname, scf_type_t ty, void *vp,
110 if (scf_property_is_type(mgr_ctx->mc_scf_gprop, ty) != SCF_SUCCESS)
132 switch (ty) {
212 const char *pgname, const char *propname, scf_type_t ty, void *vp,
230 r = svcctl_scm_pg_get_val(mgr_ctx, mgr_ctx->mc_scf_gpg, propname, ty,
98 svcctl_scm_pg_get_val(svcctl_manager_context_t *mgr_ctx, scf_propertygroup_t *pg, const char *propname, scf_type_t ty, void *vp, size_t sz, uint_t flags) argument
211 svcctl_scm_inst_get_val(svcctl_manager_context_t *mgr_ctx, scf_instance_t *inst, const char *pgname, const char *propname, scf_type_t ty, void *vp, size_t sz, uint_t flags, int use_running, int composed) argument

Completed in 99 milliseconds

12