Home
last modified time | relevance | path

Searched refs:exp_size (Results 1 – 4 of 4) sorted by relevance

/NextBSD/usr.sbin/ctm/ctm_smail/
HDctm_smail.c116 long exp_size; in chop_and_send_or_queue() local
128 exp_size = ctm_size * 4 / 3; in chop_and_send_or_queue()
129 exp_size += howmany(exp_size, LINE_LENGTH); in chop_and_send_or_queue()
130 npieces = howmany(exp_size, max_msg_size); in chop_and_send_or_queue()
/NextBSD/contrib/gdb/gdb/
HDjv-exp.y539 int exp_size = expout_ptr; variable
HDjv-exp.c1692 int exp_size = expout_ptr; local
/NextBSD/contrib/gcc/
HDexpr.c4891 HOST_WIDE_INT exp_size = int_size_in_bytes (type); in store_constructor() local
5019 && exp_size >= 0 in store_constructor()
5020 && bitpos + BITS_PER_WORD <= exp_size * BITS_PER_UNIT) in store_constructor()