Searched refs:nops (Results 1 - 15 of 15) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libast/common/regex/
H A Dregsubcomp.c122 int nops; local
132 if (!(sub = (regsub_t*)alloc(p->env->disc, 0, sizeof(regsub_t) + strlen(s))) || !(sub->re_ops = (regsubop_t*)alloc(p->env->disc, 0, (nops = 8) * sizeof(regsubop_t))))
289 if ((op->len = (t - sub->re_rhs) - op->off) && (n = ++op - sub->re_ops) >= nops)
291 if (!(sub->re_ops = (regsubop_t*)alloc(p->env->disc, sub->re_ops, (nops *= 2) * sizeof(regsubop_t))))
325 if ((n = op - sub->re_ops) >= (nops - 2))
327 if (!(sub->re_ops = (regsubop_t*)alloc(p->env->disc, sub->re_ops, (nops *= 2) * sizeof(regsubop_t))))
343 if ((op->len = (t - sub->re_rhs) - op->off) && (n = ++op - sub->re_ops) >= nops)
345 if (!(sub->re_ops = (regsubop_t*)alloc(p->env->disc, sub->re_ops, (nops *= 2) * sizeof(regsubop_t))))
/opensolaris-onvv-gate/usr/src/lib/nsswitch/ad/common/
H A Dad_common.h78 nss_dbop_t nops; member in struct:ad_backend
112 nss_backend_t *_nss_ad_constr(ad_backend_op_t ops[], int nops,
H A Dad_common.c517 _nss_ad_constr(ad_backend_op_t ops[], int nops, char *tablename, argument
529 be->nops = (nss_dbop_t)nops;
/opensolaris-onvv-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.h117 nss_dbop_t nops; member in struct:ldap_backend
138 nss_backend_t *_nss_ldap_constr(ldap_backend_op_t ops[], int nops,
H A Dldap_common.c533 _nss_ldap_constr(ldap_backend_op_t ops[], int nops, char *tablename, argument
545 be->nops = (nss_dbop_t)nops;
H A Dgetnetgrent.c967 get_be->nops = sizeof (getnetgroup_ops) / sizeof (getnetgroup_ops[0]);
/opensolaris-onvv-gate/usr/src/cmd/sendmail/aux/
H A Deditmap.c87 unsigned int nops = 0; local
151 nops++;
156 nops++;
161 nops++;
187 if ((nops != 1) ||
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dflowop.h160 void flowop_flow_init(flowop_proto_t *list, int nops);
H A Dfb_localfs.c164 int nops; local
174 nops = sizeof (fb_lfsflow_funcs) / sizeof (flowop_proto_t);
175 flowop_flow_init(fb_lfsflow_funcs, nops);
H A Dflowop.c1187 flowop_flow_init(flowop_proto_t *list, int nops) argument
1191 for (i = 0; i < nops; i++) {
H A Dflowop_library.c201 int nops = sizeof (flowoplib_funcs) / sizeof (flowop_proto_t); local
203 flowop_flow_init(flowoplib_funcs, nops);
/opensolaris-onvv-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s102 jmp .sse_nt_loop / branch across alignment nops
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dfem.h427 extern void fem_setvnops(struct vnode *v, struct vnodeops *nops);
438 extern void fsem_setvfsops(struct vfs *v, struct vfsops *nops);
/opensolaris-onvv-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
/opensolaris-onvv-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

Completed in 128 milliseconds