Home
last modified time | relevance | path

Searched refs:struct_count (Results 1 – 2 of 2) sorted by relevance

/third_party/libffi/src/cris/
Dffi.c73 unsigned int struct_count = 0; in ffi_prep_args() local
106 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()
/third_party/gettext/build-aux/
Dtexi2html18637 … 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";