HomeSort by: relevance | last modified time | path
    Searched defs:nsubs (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/vms/
dcx.h 34 unsigned char nsubs[2]; member in struct:vms_dcxmap
  /src/external/gpl3/binutils.old/dist/include/vms/
dcx.h 34 unsigned char nsubs[2]; member in struct:vms_dcxmap
  /src/external/gpl3/gdb/dist/include/vms/
dcx.h 34 unsigned char nsubs[2]; member in struct:vms_dcxmap
  /src/external/gpl3/gdb.old/dist/include/vms/
dcx.h 34 unsigned char nsubs[2]; member in struct:vms_dcxmap
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
equiv.c 45 LOCAL int nsubs(struct bigblock *p);
78 nsubs(itemp->b_prim.argsp)==1 )
298 nsubs(p) function
  /src/bin/ed/
sub.c 130 int nsubs = 0; local
159 nsubs++;
164 if (nsubs == 0 && !(gflag & GLB)) {
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
modrdn.c 53 ID nid, nsubs; local
163 rs->sr_err = mdb_dn2entry( op, txn, mc, &op->o_req_ndn, &e, &nsubs, 0 );
421 rs->sr_err = mdb_dn2id_delete( op, mc, e->e_id, np ? nsubs : 0 );
440 nsubs, np != NULL, &dummy );
dn2id.c 55 /* unsigned char nsubs[sizeof(ID)]; in child nodes only */
93 ID nsubs,
124 memcpy( ptr, &nsubs, sizeof( ID ));
188 subs += nsubs;
213 ID nsubs )
231 if ( nsubs ) {
243 if ( rc == 0 && nsubs && nid ) {
269 subs -= nsubs;
290 * record under the parent's ID. If nsubs is provided, return
300 ID *nsubs,
866 ID nsubs; local
    [all...]
search.c 428 ID id, cursor, nsubs, ncand, cscope; local
498 rs->sr_err = mdb_dn2entry( op, ltid, mcd, &op->o_req_ndn, &e, &nsubs, 1 );
670 nsubs = nkids - 1;
672 /* we don't maintain nsubs for entryID 0.
677 nsubs = ms.ms_entries;
701 nsubs = ms.ms_entries;
776 nsubs = ncand; /* always bypass scope'd search */
779 if ( nsubs < ncand ) {
782 if ( admincheck && nsubs > (unsigned) op->ors_limit->lms_s_unchecked )
849 if ( nsubs < ncand )
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 209 int nsubs;
443 for (i = 0; i < ic->nsubs; i++)
563 ics[ind]->nsubs = 1;
670 (ics[iclass]->nsubs + 1) * sizeof (int));
674 xrealloc (ics[iclass]->subs, (ics[iclass]->nsubs + 1) * sizeof (int));
675 ics[iclass]->subs[ics[iclass]->nsubs++] = sub;
680 ics[iclass]->nsubs, sizeof(int), sub_compare);
1065 if (ic->nsubs == 0 && ic->nxsubs == 0)
1229 else for (i = 0; i < ic->nsubs; i++)
1519 if (!ics[i]->nsubs)
208 int nsubs; member in struct:iclass
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 209 int nsubs;
443 for (i = 0; i < ic->nsubs; i++)
563 ics[ind]->nsubs = 1;
670 (ics[iclass]->nsubs + 1) * sizeof (int));
674 xrealloc (ics[iclass]->subs, (ics[iclass]->nsubs + 1) * sizeof (int));
675 ics[iclass]->subs[ics[iclass]->nsubs++] = sub;
680 ics[iclass]->nsubs, sizeof(int), sub_compare);
1065 if (ic->nsubs == 0 && ic->nxsubs == 0)
1229 else for (i = 0; i < ic->nsubs; i++)
1519 if (!ics[i]->nsubs)
208 int nsubs; member in struct:iclass
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 209 int nsubs;
443 for (i = 0; i < ic->nsubs; i++)
563 ics[ind]->nsubs = 1;
670 (ics[iclass]->nsubs + 1) * sizeof (int));
674 xrealloc (ics[iclass]->subs, (ics[iclass]->nsubs + 1) * sizeof (int));
675 ics[iclass]->subs[ics[iclass]->nsubs++] = sub;
680 ics[iclass]->nsubs, sizeof(int), sub_compare);
1065 if (ic->nsubs == 0 && ic->nxsubs == 0)
1229 else for (i = 0; i < ic->nsubs; i++)
1519 if (!ics[i]->nsubs)
208 int nsubs; member in struct:iclass
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 209 int nsubs;
443 for (i = 0; i < ic->nsubs; i++)
563 ics[ind]->nsubs = 1;
670 (ics[iclass]->nsubs + 1) * sizeof (int));
674 xrealloc (ics[iclass]->subs, (ics[iclass]->nsubs + 1) * sizeof (int));
675 ics[iclass]->subs[ics[iclass]->nsubs++] = sub;
680 ics[iclass]->nsubs, sizeof(int), sub_compare);
1065 if (ic->nsubs == 0 && ic->nxsubs == 0)
1229 else for (i = 0; i < ic->nsubs; i++)
1519 if (!ics[i]->nsubs)
208 int nsubs; member in struct:iclass
    [all...]
  /src/lib/libc/time/
zic.c 4028 register int nsubs; local
4030 nsubs = 0;
4052 if (nsubs == arrayelts) {
4056 array[nsubs++] = dstart + (*dstart == '-' && dp == dstart + 1);
4058 return nsubs;

Completed in 41 milliseconds