Searched refs:nprops (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducgendat.c1301 ac_uint4 i, idx, nprops; local
1359 nprops = bytes / sizeof(ac_uint2);
1367 for (i = 0; i<nprops; i++) {
1404 fwrite((char *) propcnt, sizeof(ac_uint2), nprops, out);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbe.cc9109 int nprops = chartProps->size (); local
9111 propIds = new Vector<int> (nprops);
9112 propVals = new Vector<void*>(nprops);
9113 propNumStates = new Vector<int> (nprops);
9114 propCumulativeChart = new Vector<bool>(nprops);
9115 propCumulativeRecentBinLastVal = new Vector<long long>(nprops);
9116 propCumulativeRecentBinHighVal = new Vector<long long>(nprops);
9117 propCumulativeRecentBin = new Vector<int>(nprops);
9118 for (int propNum = 0; propNum < nprops; propNum++)
9201 int nprops local
[all...]
H A Dipc.cc2224 int nprops = props->size (); local
2225 ipc_log (" returning values for %d properties:\n", nprops);
2226 assert (secondaryProps->size () == nprops);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbe.cc9109 int nprops = chartProps->size (); local
9111 propIds = new Vector<int> (nprops);
9112 propVals = new Vector<void*>(nprops);
9113 propNumStates = new Vector<int> (nprops);
9114 propCumulativeChart = new Vector<bool>(nprops);
9115 propCumulativeRecentBinLastVal = new Vector<long long>(nprops);
9116 propCumulativeRecentBinHighVal = new Vector<long long>(nprops);
9117 propCumulativeRecentBin = new Vector<int>(nprops);
9118 for (int propNum = 0; propNum < nprops; propNum++)
9201 int nprops local
[all...]
H A Dipc.cc2223 int nprops = props->size (); local
2224 ipc_log (" returning values for %d properties:\n", nprops);
2225 assert (secondaryProps->size () == nprops);

Completed in 222 milliseconds