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

  /src/external/gpl3/binutils/dist/gprofng/src/
PathTree.h 157 int **mvals; member in union:PathTree::Slot::__anon10261
257 int *tmp = slot.mvals[idx / CHUNKSZ];
279 int *tmp = slot.mvals[idx / CHUNKSZ];
302 int *tmp = slot.mvals[idx / CHUNKSZ];
324 int *tmp = slot.mvals[idx / CHUNKSZ];
349 int *tmp = slot->mvals[idx / CHUNKSZ];
351 tmp = allocate_chunk (slot->mvals, idx / CHUNKSZ);
PathTree.cc 163 int **tmp = slots[i].mvals;
256 slots[slot_idx].mvals = ip;
269 int **tmp = slots[i].mvals;
288 slots[i].mvals = old_slots[i].mvals;
292 slots[i].mvals = NULL;
298 slots[i].mvals = ip;
332 int **mvals = new int*[nchunks]; local
335 mvals[k] = slots[i].mvals[k]
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PathTree.h 157 int **mvals; member in union:PathTree::Slot::__anon11734
257 int *tmp = slot.mvals[idx / CHUNKSZ];
279 int *tmp = slot.mvals[idx / CHUNKSZ];
302 int *tmp = slot.mvals[idx / CHUNKSZ];
324 int *tmp = slot.mvals[idx / CHUNKSZ];
349 int *tmp = slot->mvals[idx / CHUNKSZ];
351 tmp = allocate_chunk (slot->mvals, idx / CHUNKSZ);
PathTree.cc 163 int **tmp = slots[i].mvals;
256 slots[slot_idx].mvals = ip;
269 int **tmp = slots[i].mvals;
288 slots[i].mvals = old_slots[i].mvals;
292 slots[i].mvals = NULL;
298 slots[i].mvals = ip;
332 int **mvals = new int*[nchunks]; local
335 mvals[k] = slots[i].mvals[k]
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
bconfig.c 6194 struct berval *mvals; local
6198 mvals = ml->sml_nvalues;
6200 mvals = ml->sml_values;
6204 struct berval bv = *mvals++;
  /src/sys/dev/pci/ixgbe/
ixgbe_type.h 171 #define IXGBE_BY_MAC(_hw, r) ((_hw)->mvals[IXGBE_CAT(r, _IDX)])
4257 const u32 *mvals; member in struct:ixgbe_hw

Completed in 46 milliseconds