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

/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dfetch.c255 enum arg_type hfa_type, size_t hfa_count)
289 while (ctx->flt <= 15 && hfa_count > 0) {
297 hfa_count--;
316 if (slot_off != 0 && hfa_count > 0) {
324 hfa_count--;
333 size_t rest = hfa_count * hfa_sz;
253 allocate_hfa(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep, enum arg_type hfa_type, size_t hfa_count) argument

Completed in 52 milliseconds