Searched refs:EXP_ELEM_TO_BYTES (Results 1 – 4 of 4) sorted by relevance
183 + EXP_ELEM_TO_BYTES (expout_size)); in write_exp_elt()299 + EXP_ELEM_TO_BYTES (expout_size))); in write_exp_string()348 + EXP_ELEM_TO_BYTES (expout_size))); in write_exp_bitstring()790 sizeof (struct expression) + EXP_ELEM_TO_BYTES (expr->nelts); in prefixify_expression()988 EXP_ELEM_TO_BYTES (oplen)); in prefixify_subexp()1067 xmalloc (sizeof (struct expression) + EXP_ELEM_TO_BYTES (expout_size)); in parse_exp_in_context()1083 sizeof (struct expression) + EXP_ELEM_TO_BYTES (expout_ptr));; in parse_exp_in_context()
372 #define EXP_ELEM_TO_BYTES(elements) \ macro
1443 = (struct expression *) malloc (sizeof (*new) + EXP_ELEM_TO_BYTES (len));1445 memcpy (new->elts, expr->elts + endpos - len, EXP_ELEM_TO_BYTES (len));1466 + EXP_ELEM_TO_BYTES (expout_size)));1476 memcpy (expout->elts + pos, new->elts, EXP_ELEM_TO_BYTES (newlen));
3229 + EXP_ELEM_TO_BYTES ((*expp)->nelts + 7 - oplen)); in replace_operator_with_call()3234 memcpy (newexp->elts, exp->elts, EXP_ELEM_TO_BYTES (pc)); in replace_operator_with_call()3236 EXP_ELEM_TO_BYTES (exp->nelts - pc - oplen)); in replace_operator_with_call()