HomeSort by relevance Sort by last modified time
    Searched refs:next_arg (Results 1 - 16 of 16) 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/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.cc 148 const char* next_arg = getenv(arg_name.c_str()); local
149 if (NULL == next_arg)
152 char* value = new char[strlen(next_arg) + 1];
153 strcpy(value, next_arg);
  /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;
  /art/compiler/dex/quick/
gen_invoke.cc 623 int next_arg = 0; local
626 next_arg++;
628 for (; (next_reg <= last_arg_reg) && (next_arg < info->num_arg_words); next_reg++) {
629 RegLocation rl_arg = info->args[next_arg++];
634 next_arg++;
771 for (int next_arg = 0; next_arg < info->num_arg_words;) {
772 RegLocation loc = info->args[next_arg];
775 if ((next_arg >= 2) && (loc.location == kLocPhysReg)) {
779 next_arg += 2
    [all...]
  /external/e2fsprogs/misc/
fsck.c 1175 goto next_arg;
1182 goto next_arg;
1220 goto next_arg;
1232 next_arg:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 1115 int next_arg = 3, idx = 0; local
    [all...]
  /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...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 1252 int next_arg = 3, idx = 0; local
    [all...]
  /external/chromium_org/v8/src/mips/
simulator-mips.cc 499 int next_arg = 1; local
510 next_arg++;
514 if (argc == next_arg) {
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...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 385 int next_arg = 1; local
396 next_arg++;
400 if (argc == next_arg) {
403 if (!GetValue(argv[next_arg], &words)) {
    [all...]

Completed in 940 milliseconds