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

/external/ltrace/
H A Dprintf.c123 unsigned hlf, unsigned lng, char *len_buf, size_t len_buf_len,
129 assert(hlf <= 2);
141 format_type = ints[2 + lng - hlf];
143 format_type = uints[2 + lng - hlf];
207 unsigned hlf = 0; local
272 if (hlf < 2)
273 hlf++;
355 hlf = 0;
366 if (form_next_param(self, format_type, elt_type, hlf, lng,
121 form_next_param(struct param_enum *self, enum arg_type format_type, enum arg_type elt_type, unsigned hlf, unsigned lng, char *len_buf, size_t len_buf_len, struct arg_type_info *infop) argument

Completed in 83 milliseconds