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

  /external/libffi/src/powerpc/
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...]
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...]
  /external/qemu/hw/
goldfish_nand.c 657 const char *next_arg; local
677 next_arg = strchr(arg, ',');
679 if(next_arg != NULL) {
680 arg_len = next_arg - arg;
681 next_arg++;
682 if(value >= next_arg)
759 arg = 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...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 1115 int next_arg = 3, idx = 0; local
    [all...]
  /external/grub/stage2/
builtins.c 1522 char *next_arg; local
    [all...]

Completed in 277 milliseconds