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

  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
ucgendat.c 1301 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);
  /src/external/gpl3/binutils/dist/gprofng/src/
ipc.cc 2198 "\n tstart=%lld delta=%lld ndeltas=%d getReps=%d nProps=%lld\n",
2224 int nprops = props->size (); local
2225 ipc_log (" returning values for %d properties:\n", nprops);
2226 assert (secondaryProps->size () == nprops);
Dbe.cc 9106 int nprops = chartProps->size (); local
9108 propIds = new Vector<int> (nprops);
9109 propVals = new Vector<void*>(nprops);
9110 propNumStates = new Vector<int> (nprops);
9111 propCumulativeChart = new Vector<bool>(nprops);
9112 propCumulativeRecentBinLastVal = new Vector<long long>(nprops);
9113 propCumulativeRecentBinHighVal = new Vector<long long>(nprops);
9114 propCumulativeRecentBin = new Vector<int>(nprops);
9115 for (int propNum = 0; propNum < nprops; propNum++)
9198 int nprops = propCumulativeChart->size () local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
ipc.cc 2198 "\n tstart=%lld delta=%lld ndeltas=%d getReps=%d nProps=%lld\n",
2224 int nprops = props->size (); local
2225 ipc_log (" returning values for %d properties:\n", nprops);
2226 assert (secondaryProps->size () == nprops);
Dbe.cc 9106 int nprops = chartProps->size (); local
9108 propIds = new Vector<int> (nprops);
9109 propVals = new Vector<void*>(nprops);
9110 propNumStates = new Vector<int> (nprops);
9111 propCumulativeChart = new Vector<bool>(nprops);
9112 propCumulativeRecentBinLastVal = new Vector<long long>(nprops);
9113 propCumulativeRecentBinHighVal = new Vector<long long>(nprops);
9114 propCumulativeRecentBin = new Vector<int>(nprops);
9115 for (int propNum = 0; propNum < nprops; propNum++)
9198 int nprops = propCumulativeChart->size () local
    [all...]

Completed in 28 milliseconds