Searched refs:needed_space (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/net80211/
H A Dieee80211_output.c402 int needed_space = hdrsize; local
407 needed_space += key->wk_cipher->ic_header;
419 if (M_LEADINGSPACE(m) < needed_space - TO_BE_RECLAIMED) {
428 IASSERT(needed_space <= MHLEN,
429 ("not enough room, need %u got %zu\n", needed_space, MHLEN));
439 n->m_data += needed_space;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Ddiv.cpp54 static vunits needed_space; variable
175 needed_space = n;
1184 new constant_vunits_reg(&needed_space));

Completed in 127 milliseconds