Home
last modified time | relevance | path

Searched refs:nops (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregsubcomp.c122 int nops; in regsubcomp() local
132 …_t) + strlen(s))) || !(sub->re_ops = (regsubop_t*)alloc(p->env->disc, 0, (nops = 8) * sizeof(regsu… in regsubcomp()
289 if ((op->len = (t - sub->re_rhs) - op->off) && (n = ++op - sub->re_ops) >= nops) in regsubcomp()
291 …if (!(sub->re_ops = (regsubop_t*)alloc(p->env->disc, sub->re_ops, (nops *= 2) * sizeof(regsubop_t)… in regsubcomp()
325 if ((n = op - sub->re_ops) >= (nops - 2)) in regsubcomp()
327 …if (!(sub->re_ops = (regsubop_t*)alloc(p->env->disc, sub->re_ops, (nops *= 2) * sizeof(regsubop_t)… in regsubcomp()
343 if ((op->len = (t - sub->re_rhs) - op->off) && (n = ++op - sub->re_ops) >= nops) in regsubcomp()
345 …if (!(sub->re_ops = (regsubop_t*)alloc(p->env->disc, sub->re_ops, (nops *= 2) * sizeof(regsubop_t)… in regsubcomp()
/illumos-gate/usr/src/cmd/sendmail/util/
H A Deditmap.c85 unsigned int nops = 0; local
149 nops++;
154 nops++;
159 nops++;
185 if ((nops != 1) ||
/illumos-gate/usr/src/lib/nsswitch/ad/common/
H A Dad_common.h79 nss_dbop_t nops; member
113 nss_backend_t *_nss_ad_constr(ad_backend_op_t ops[], int nops,
H A Dad_common.c519 _nss_ad_constr(ad_backend_op_t ops[], int nops, char *tablename, in _nss_ad_constr() argument
531 be->nops = (nss_dbop_t)nops; in _nss_ad_constr()
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.h118 nss_dbop_t nops; member
139 nss_backend_t *_nss_ldap_constr(ldap_backend_op_t ops[], int nops,
H A Dldap_common.c538 _nss_ldap_constr(ldap_backend_op_t ops[], int nops, char *tablename, in _nss_ldap_constr() argument
550 be->nops = (nss_dbop_t)nops; in _nss_ldap_constr()
H A Dgetnetgrent.c967 get_be->nops = sizeof (getnetgroup_ops) / sizeof (getnetgroup_ops[0]); in netgr_set()
/illumos-gate/usr/src/uts/common/sys/
H A Dfem.h429 extern void fem_setvnops(struct vnode *v, struct vnodeops *nops);
440 extern void fsem_setvfsops(struct vfs *v, struct vfsops *nops);
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.S102 jmp .sse_nt_loop / branch across alignment nops
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.S331 nop ! Do not remove, these nops affect
907 ! two nops here causes loop starting at 1f below to be
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.S354 nop ! Do not remove, these nops affect
933 ! two nops here causes loop starting at 1f below to be