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.c678 const char *next_arg; local
698 next_arg = strchr(arg, ',');
700 if(next_arg != NULL) {
701 arg_len = next_arg - arg;
702 next_arg++;
703 if(value >= next_arg)
780 arg = next_arg;
/external/v8/src/mips/
H A Dsimulator-mips.cc474 int next_arg = 1; local
485 next_arg++;
489 if (argc == next_arg) {
491 } else if (argc == next_arg + 1) {
492 if (!GetValue(argv[next_arg], &words)) {
/external/v8/src/arm/
H A Dsimulator-arm.cc382 int next_arg = 1; local
393 next_arg++;
397 if (argc == next_arg) {
399 } else if (argc == next_arg + 1) {
400 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

Completed in 577 milliseconds