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

/external/libffi/src/powerpc/
H A Dffi_darwin.c97 /* 'next_arg' grows up as we put parameters in it. */
98 unsigned *next_arg = stack + 6; /* 6 reserved positions. */ local
118 *next_arg++ = (unsigned)(char *)ecif->rvalue;
133 *(double *)next_arg = double_tmp;
136 next_arg++;
144 *(double *)next_arg = double_tmp;
147 next_arg += 2;
157 *(double *)next_arg = double_tmp;
160 next_arg += 2;
164 *(double *)next_arg
[all...]
H A Dffi.c120 /* 'next_arg' grows up as we put parameters in it. */
121 valp next_arg; local
150 next_arg.u = stack + 2;
157 FFI_ASSERT (copy_space.c >= next_arg.c);
181 *next_arg.f = (float) double_tmp;
182 next_arg.u += 1;
202 next_arg.u++;
204 *next_arg.d = double_tmp;
205 next_arg.u += 2;
230 *next_arg
430 valp next_arg; local
[all...]
/external/qemu/hw/
H A Dgoldfish_nand.c680 const char *next_arg; local
700 next_arg = strchr(arg, ',');
702 if(next_arg != NULL) {
703 arg_len = next_arg - arg;
704 next_arg++;
705 if(value >= next_arg)
782 arg = next_arg;
/external/v8/src/mips/
H A Dsimulator-mips.cc499 int next_arg = 1; local
510 next_arg++;
514 if (argc == next_arg) {
516 } else if (argc == next_arg + 1) {
517 if (!GetValue(argv[next_arg], &words)) {
/external/grub/stage2/
H A Dbuiltins.c1543 char *next_arg;
1546 next_arg = skip_to (0, arg);
1588 arg = next_arg;
1522 char *next_arg; local
/external/v8/src/arm/
H A Dsimulator-arm.cc384 int next_arg = 1; local
395 next_arg++;
399 if (argc == next_arg) {
401 } else if (argc == next_arg + 1) {
402 if (!GetValue(argv[next_arg], &words)) {

Completed in 138 milliseconds