Searched refs:struct_count (Results 1 – 2 of 2) sorted by relevance
73 unsigned int struct_count = 0; in ffi_prep_args() local106 uiLocOnStack = 4 * ecif->cif->nargs + struct_count; in ffi_prep_args()107 struct_count = struct_count + (*p_arg)->size; in ffi_prep_args()153 return (struct_count); in ffi_prep_args()
18637 … my $struct_count = 1+ $special_commands{$style}->{'max'} - $special_commands{$style}->{'count'};18638 if (($count != $struct_count) and $T2H_DEBUG)18640 … print STDERR "count $count in \@special $style and structure $struct_count differ\n";