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

  /external/libffi/src/powerpc/
ffi_linux64.c 387 /* 'next_arg' points at the space for gpr3, and grows upwards as
392 valp next_arg; local
429 next_arg.ul = gpr_base.ul;
438 *next_arg.ul++ = (unsigned long) (char *) ecif->rvalue;
468 *next_arg.d = double_tmp;
472 *next_arg.d = double_tmp;
473 if (++next_arg.ul == gpr_end.ul)
474 next_arg.ul = rest.ul;
482 *next_arg.d = double_tmp;
486 *next_arg.d = double_tmp
    [all...]
ffi_sysv.c 383 /* 'next_arg' grows up as we put parameters in it. */
384 valp next_arg; local
417 next_arg.u = stack + 2;
424 FFI_ASSERT (copy_space.c >= next_arg.c);
457 next_arg.u++;
459 *next_arg.d = double_tmp;
460 next_arg.u += 2;
462 *next_arg.d = double_tmp;
463 next_arg.u += 2;
485 next_arg.u++
    [all...]
ffi_darwin.c 123 /* 'next_arg' grows up as we put parameters in it. */
124 unsigned long *next_arg = stack + LINKAGE_AREA_GPRS; /* 6 reserved positions. */ local
146 *next_arg++ = (unsigned long) (char *) ecif->rvalue;
161 *(float *)next_arg = *(float *) *p_argv;
163 *(double *)next_arg = double_tmp;
165 next_arg++;
175 *(double *)next_arg = double_tmp;
177 next_arg++;
180 next_arg += 2;
196 *(long double *) next_arg = *(long double *) *p_argv
480 unsigned long *next_arg = *arg; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_linux64.c 387 /* 'next_arg' points at the space for gpr3, and grows upwards as
392 valp next_arg; local
429 next_arg.ul = gpr_base.ul;
438 *next_arg.ul++ = (unsigned long) (char *) ecif->rvalue;
468 *next_arg.d = double_tmp;
472 *next_arg.d = double_tmp;
473 if (++next_arg.ul == gpr_end.ul)
474 next_arg.ul = rest.ul;
482 *next_arg.d = double_tmp;
486 *next_arg.d = double_tmp
    [all...]
ffi_sysv.c 383 /* 'next_arg' grows up as we put parameters in it. */
384 valp next_arg; local
417 next_arg.u = stack + 2;
424 FFI_ASSERT (copy_space.c >= next_arg.c);
457 next_arg.u++;
459 *next_arg.d = double_tmp;
460 next_arg.u += 2;
462 *next_arg.d = double_tmp;
463 next_arg.u += 2;
485 next_arg.u++
    [all...]
ffi_darwin.c 123 /* 'next_arg' grows up as we put parameters in it. */
124 unsigned long *next_arg = stack + LINKAGE_AREA_GPRS; /* 6 reserved positions. */ local
146 *next_arg++ = (unsigned long) (char *) ecif->rvalue;
161 *(float *)next_arg = *(float *) *p_argv;
163 *(double *)next_arg = double_tmp;
165 next_arg++;
175 *(double *)next_arg = double_tmp;
177 next_arg++;
180 next_arg += 2;
196 *(long double *) next_arg = *(long double *) *p_argv
480 unsigned long *next_arg = *arg; local
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
ffi_linux64.c 387 /* 'next_arg' points at the space for gpr3, and grows upwards as
392 valp next_arg; local
429 next_arg.ul = gpr_base.ul;
438 *next_arg.ul++ = (unsigned long) (char *) ecif->rvalue;
468 *next_arg.d = double_tmp;
472 *next_arg.d = double_tmp;
473 if (++next_arg.ul == gpr_end.ul)
474 next_arg.ul = rest.ul;
482 *next_arg.d = double_tmp;
486 *next_arg.d = double_tmp
    [all...]
ffi_sysv.c 383 /* 'next_arg' grows up as we put parameters in it. */
384 valp next_arg; local
417 next_arg.u = stack + 2;
424 FFI_ASSERT (copy_space.c >= next_arg.c);
457 next_arg.u++;
459 *next_arg.d = double_tmp;
460 next_arg.u += 2;
462 *next_arg.d = double_tmp;
463 next_arg.u += 2;
485 next_arg.u++
    [all...]
ffi_darwin.c 123 /* 'next_arg' grows up as we put parameters in it. */
124 unsigned long *next_arg = stack + LINKAGE_AREA_GPRS; /* 6 reserved positions. */ local
146 *next_arg++ = (unsigned long) (char *) ecif->rvalue;
161 *(float *)next_arg = *(float *) *p_argv;
163 *(double *)next_arg = double_tmp;
165 next_arg++;
175 *(double *)next_arg = double_tmp;
177 next_arg++;
180 next_arg += 2;
196 *(long double *) next_arg = *(long double *) *p_argv
480 unsigned long *next_arg = *arg; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-ffi_darwin.c 132 /* 'next_arg' grows up as we put parameters in it. */
133 unsigned long* next_arg = longStack + 6; /* 6 reserved positions. */ local
151 *next_arg++ = (unsigned long)(char*)ecif->rvalue;
168 *(double*)next_arg = double_tmp;
170 next_arg++;
182 *(double*)next_arg = double_tmp;
184 next_arg += MODE_CHOICE(2,1);
204 *(long double*)next_arg = *(long double*)*p_argv;
207 next_arg += MODE_CHOICE(4,2);
219 *(long long*)next_arg = *(long long*)*p_argv
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-ffi_darwin.c 132 /* 'next_arg' grows up as we put parameters in it. */
133 unsigned long* next_arg = longStack + 6; /* 6 reserved positions. */ local
151 *next_arg++ = (unsigned long)(char*)ecif->rvalue;
168 *(double*)next_arg = double_tmp;
170 next_arg++;
182 *(double*)next_arg = double_tmp;
184 next_arg += MODE_CHOICE(2,1);
204 *(long double*)next_arg = *(long double*)*p_argv;
207 next_arg += MODE_CHOICE(4,2);
219 *(long long*)next_arg = *(long long*)*p_argv
    [all...]
  /system/core/fastboot/
fastboot.cpp 1302 static std::string next_arg(std::vector<std::string>* args) { function
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 495 int next_arg = 1; local
506 next_arg++;
512 if (argc == next_arg) {
515 if (!GetValue(argv[next_arg], &words)) {
522 if (argc == next_arg) {
525 if (!GetValue(argv[next_arg], &words)) {
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 441 int next_arg = 1; local
452 next_arg++;
456 if (argc == next_arg) {
459 if (!GetValue(argv[next_arg], &words)) {
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 372 int next_arg = 1; local
383 next_arg++;
387 if (argc == next_arg) {
390 if (!GetValue(argv[next_arg], &words)) {
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 1111 int next_arg = 3, idx = 0; local
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 311 int next_arg = 1; local
322 next_arg++;
326 if (argc == next_arg) {
329 if (!GetValue(argv[next_arg], &words)) {
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 394 int next_arg = 1; local
405 next_arg++;
409 if (argc == next_arg) {
412 if (!GetValue(argv[next_arg], &words)) {
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 1327 int next_arg = 3, idx = 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xtensa.c 13107 char *next_arg = NULL; local
    [all...]

Completed in 1189 milliseconds