Searched defs:m_size (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libodelta/
H A Ddelta.c204 static int chkMove(long m_size, long m_addr, long a_size) argument
208 cost_m = NBYTE(m_size) + NBYTE(m_addr);
209 cost_a = NBYTE(m_size) + m_size;
219 a_size += m_size;
227 return m_size;
/ast/src/cmd/mailx/
H A Dmailx.h172 off_t m_size; /* Bytes in the message */ member in struct:msg

Completed in 17 milliseconds