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

/external/ltrace/sysdeps/linux-gnu/arm/
H A Dfetch.c188 size_t hfa_size = 1; local
192 float_info = type_get_hfa_type(info, &hfa_size);
194 if (float_info != NULL && hfa_size <= 4)
196 hfa_size, valuep);
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dfetch.c351 size_t hfa_size; local
353 = type_get_hfa_type(info, &hfa_size);
354 if (hfa_info != NULL && hfa_size <= 8)
356 hfa_info->type, hfa_size);
383 size_t hfa_size; local
394 hfa_info = type_get_hfa_type(info, &hfa_size);
397 hfa_info->type, hfa_size);

Completed in 602 milliseconds