Searched refs:nops (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/lib/libast/common/regex/ |
H A D | regsubcomp.c | 122 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()
|
/titanic_44/usr/src/cmd/sendmail/aux/ |
H A D | editmap.c | 87 unsigned int nops = 0; local 151 nops++; 156 nops++; 161 nops++; 187 if ((nops != 1) ||
|
/titanic_44/usr/src/lib/nsswitch/ad/common/ |
H A D | ad_common.h | 78 nss_dbop_t nops; member 112 nss_backend_t *_nss_ad_constr(ad_backend_op_t ops[], int nops,
|
H A D | ad_common.c | 517 _nss_ad_constr(ad_backend_op_t ops[], int nops, char *tablename, in _nss_ad_constr() argument 529 be->nops = (nss_dbop_t)nops; in _nss_ad_constr()
|
/titanic_44/usr/src/lib/nsswitch/ldap/common/ |
H A D | ldap_common.h | 117 nss_dbop_t nops; member 138 nss_backend_t *_nss_ldap_constr(ldap_backend_op_t ops[], int nops,
|
H A D | ldap_common.c | 533 _nss_ldap_constr(ldap_backend_op_t ops[], int nops, char *tablename, in _nss_ldap_constr() argument 545 be->nops = (nss_dbop_t)nops; in _nss_ldap_constr()
|
H A D | getnetgrent.c | 967 get_be->nops = sizeof (getnetgroup_ops) / sizeof (getnetgroup_ops[0]); in netgr_set()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | fem.h | 429 extern void fem_setvnops(struct vnode *v, struct vnodeops *nops); 440 extern void fsem_setvfsops(struct vfs *v, struct vfsops *nops);
|
/titanic_44/usr/src/lib/libc/i386_hwcap1/gen/ |
H A D | memset.s | 102 jmp .sse_nt_loop / branch across alignment nops
|
/titanic_44/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.s | 331 nop ! Do not remove, these nops affect 907 ! two nops here causes loop starting at 1f below to be
|
/titanic_44/usr/src/lib/libc/capabilities/sun4u-us3/common/ |
H A D | memcpy.s | 354 nop ! Do not remove, these nops affect 933 ! two nops here causes loop starting at 1f below to be
|