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

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.h157 int **mvals; member in union:PathTree::Slot::__anon581
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);
H A DPathTree.cc163 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[
[all...]
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_api.c149 hw->mvals = ixgbe_mvals_base;
188 hw->mvals = ixgbe_mvals_X540;
193 hw->mvals = ixgbe_mvals_X550;
202 hw->mvals = ixgbe_mvals_X550EM_x;
216 hw->mvals = ixgbe_mvals_X550EM_a;
H A Dixgbe_type.h171 #define IXGBE_BY_MAC(_hw, r) ((_hw)->mvals[IXGBE_CAT(r, _IDX)])
4257 const u32 *mvals; member in struct:ixgbe_hw
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c6249 struct berval *mvals; local
6253 mvals = ml->sml_nvalues;
6255 mvals = ml->sml_values;
6259 struct berval bv = *mvals++;

Completed in 308 milliseconds