HomeSort by relevance Sort by last modified time
    Searched refs:next_arg (Results 1 - 8 of 8) sorted by null

  /external/libffi/src/powerpc/
ffi.c 120 /* '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.u = int_tmp
430 valp next_arg; local
    [all...]
ffi_darwin.c 97 /* '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 = double_tmp
    [all...]
  /system/extras/tests/cpueater/
daemonize.c 56 goto next_arg;
62 goto next_arg;
68 next_arg: ;
  /external/qemu/hw/
goldfish_nand.c 680 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/e2fsprogs/misc/
fsck.c 1175 goto next_arg;
1182 goto next_arg;
1220 goto next_arg;
1232 next_arg:
  /external/v8/src/mips/
simulator-mips.cc 499 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)) {
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 384 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)) {
    [all...]
  /external/grub/stage2/
builtins.c 1522 char *next_arg; local
    [all...]

Completed in 962 milliseconds