OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intarg_count
(Results
1 - 2
of
2
) sorted by null
/external/libffi/src/powerpc/
ffi.c
109
int
intarg_count
;
local
146
intarg_count
= 0;
163
intarg_count
++;
198
if (
intarg_count
>= NUM_GPR_ARG_REGISTERS
199
&&
intarg_count
% 2 != 0)
201
intarg_count
++;
226
if (
intarg_count
>= NUM_GPR_ARG_REGISTERS - 3)
228
if (
intarg_count
< NUM_GPR_ARG_REGISTERS)
229
intarg_count
+= NUM_GPR_ARG_REGISTERS -
intarg_count
;
595
int fparg_count = 0,
intarg_count
= 0;
local
[
all
...]
ffi_darwin.c
226
//FFI_ASSERT(flags & FLAG_4_GPR_ARGUMENTS ||
intarg_count
<= 4);
278
int fparg_count = 0,
intarg_count
= 0;
local
333
intarg_count
++;
358
&&
intarg_count
%2 != 0)
359
intarg_count
++;
369
&&
intarg_count
%2 != 0)
370
intarg_count
++;
371
intarg_count
+=2;
381
if (
intarg_count
== NUM_GPR_ARG_REGISTERS-1
382
|| (
intarg_count
>= NUM_GPR_ARG_REGISTERS && intarg_count%2 != 0)
[
all
...]
Completed in 3222 milliseconds