Home
last modified time | relevance | path

Searched refs:next_arg (Results 1 – 24 of 24) sorted by relevance

/external/libffi/src/powerpc/
Dffi_linux64.c392 valp next_arg; in ffi_prep_args64() local
429 next_arg.ul = gpr_base.ul; in ffi_prep_args64()
438 *next_arg.ul++ = (unsigned long) (char *) ecif->rvalue; in ffi_prep_args64()
468 *next_arg.d = double_tmp; in ffi_prep_args64()
472 *next_arg.d = double_tmp; in ffi_prep_args64()
473 if (++next_arg.ul == gpr_end.ul) in ffi_prep_args64()
474 next_arg.ul = rest.ul; in ffi_prep_args64()
482 *next_arg.d = double_tmp; in ffi_prep_args64()
486 *next_arg.d = double_tmp; in ffi_prep_args64()
487 if (++next_arg.ul == gpr_end.ul) in ffi_prep_args64()
[all …]
Dffi_darwin.c124 unsigned long *next_arg = stack + LINKAGE_AREA_GPRS; /* 6 reserved positions. */ in ffi_prep_args() local
146 *next_arg++ = (unsigned long) (char *) ecif->rvalue; in ffi_prep_args()
161 *(float *)next_arg = *(float *) *p_argv; in ffi_prep_args()
163 *(double *)next_arg = double_tmp; in ffi_prep_args()
165 next_arg++; in ffi_prep_args()
175 *(double *)next_arg = double_tmp; in ffi_prep_args()
177 next_arg++; in ffi_prep_args()
180 next_arg += 2; in ffi_prep_args()
196 *(long double *) next_arg = *(long double *) *p_argv; in ffi_prep_args()
197 next_arg += 2; in ffi_prep_args()
[all …]
Dffi_sysv.c384 valp next_arg; in ffi_prep_args_SYSV() local
417 next_arg.u = stack + 2; in ffi_prep_args_SYSV()
424 FFI_ASSERT (copy_space.c >= next_arg.c); in ffi_prep_args_SYSV()
457 next_arg.u++; in ffi_prep_args_SYSV()
459 *next_arg.d = double_tmp; in ffi_prep_args_SYSV()
460 next_arg.u += 2; in ffi_prep_args_SYSV()
462 *next_arg.d = double_tmp; in ffi_prep_args_SYSV()
463 next_arg.u += 2; in ffi_prep_args_SYSV()
485 next_arg.u++; in ffi_prep_args_SYSV()
487 *next_arg.d = double_tmp; in ffi_prep_args_SYSV()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_linux64.c392 valp next_arg; in ffi_prep_args64() local
429 next_arg.ul = gpr_base.ul; in ffi_prep_args64()
438 *next_arg.ul++ = (unsigned long) (char *) ecif->rvalue; in ffi_prep_args64()
468 *next_arg.d = double_tmp; in ffi_prep_args64()
472 *next_arg.d = double_tmp; in ffi_prep_args64()
473 if (++next_arg.ul == gpr_end.ul) in ffi_prep_args64()
474 next_arg.ul = rest.ul; in ffi_prep_args64()
482 *next_arg.d = double_tmp; in ffi_prep_args64()
486 *next_arg.d = double_tmp; in ffi_prep_args64()
487 if (++next_arg.ul == gpr_end.ul) in ffi_prep_args64()
[all …]
Dffi_darwin.c124 unsigned long *next_arg = stack + LINKAGE_AREA_GPRS; /* 6 reserved positions. */ in ffi_prep_args() local
146 *next_arg++ = (unsigned long) (char *) ecif->rvalue; in ffi_prep_args()
161 *(float *)next_arg = *(float *) *p_argv; in ffi_prep_args()
163 *(double *)next_arg = double_tmp; in ffi_prep_args()
165 next_arg++; in ffi_prep_args()
175 *(double *)next_arg = double_tmp; in ffi_prep_args()
177 next_arg++; in ffi_prep_args()
180 next_arg += 2; in ffi_prep_args()
196 *(long double *) next_arg = *(long double *) *p_argv; in ffi_prep_args()
197 next_arg += 2; in ffi_prep_args()
[all …]
Dffi_sysv.c384 valp next_arg; in ffi_prep_args_SYSV() local
417 next_arg.u = stack + 2; in ffi_prep_args_SYSV()
424 FFI_ASSERT (copy_space.c >= next_arg.c); in ffi_prep_args_SYSV()
457 next_arg.u++; in ffi_prep_args_SYSV()
459 *next_arg.d = double_tmp; in ffi_prep_args_SYSV()
460 next_arg.u += 2; in ffi_prep_args_SYSV()
462 *next_arg.d = double_tmp; in ffi_prep_args_SYSV()
463 next_arg.u += 2; in ffi_prep_args_SYSV()
485 next_arg.u++; in ffi_prep_args_SYSV()
487 *next_arg.d = double_tmp; in ffi_prep_args_SYSV()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c133 unsigned long* next_arg = longStack + 6; /* 6 reserved positions. */ in ffi_prep_args() local
151 *next_arg++ = (unsigned long)(char*)ecif->rvalue; in ffi_prep_args()
168 *(double*)next_arg = double_tmp; in ffi_prep_args()
170 next_arg++; in ffi_prep_args()
182 *(double*)next_arg = double_tmp; in ffi_prep_args()
184 next_arg += MODE_CHOICE(2,1); in ffi_prep_args()
204 *(long double*)next_arg = *(long double*)*p_argv; in ffi_prep_args()
207 next_arg += MODE_CHOICE(4,2); in ffi_prep_args()
219 *(long long*)next_arg = *(long long*)*p_argv; in ffi_prep_args()
220 next_arg += 2; in ffi_prep_args()
[all …]
/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c133 unsigned long* next_arg = longStack + 6; /* 6 reserved positions. */ in ffi_prep_args() local
151 *next_arg++ = (unsigned long)(char*)ecif->rvalue; in ffi_prep_args()
168 *(double*)next_arg = double_tmp; in ffi_prep_args()
170 next_arg++; in ffi_prep_args()
182 *(double*)next_arg = double_tmp; in ffi_prep_args()
184 next_arg += MODE_CHOICE(2,1); in ffi_prep_args()
204 *(long double*)next_arg = *(long double*)*p_argv; in ffi_prep_args()
207 next_arg += MODE_CHOICE(4,2); in ffi_prep_args()
219 *(long long*)next_arg = *(long long*)*p_argv; in ffi_prep_args()
220 next_arg += 2; in ffi_prep_args()
[all …]
/external/deqp-deps/SPIRV-Tools/tools/opt/
Dopt.cpp481 const char* next_arg = (*argi + 1 < argc) ? argv[*argi + 1] : nullptr; in CanonicalizeFlag() local
495 if (next_arg) { in CanonicalizeFlag()
496 canonical_arg << "=" << next_arg; in CanonicalizeFlag()
/external/swiftshader/third_party/SPIRV-Tools/tools/opt/
Dopt.cpp505 const char* next_arg = (*argi + 1 < argc) ? argv[*argi + 1] : nullptr; in CanonicalizeFlag() local
519 if (next_arg) { in CanonicalizeFlag()
520 canonical_arg << "=" << next_arg; in CanonicalizeFlag()
/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_common.c773 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument
775 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache()
781 …if (argw && argw == next_argw && (arg == next_arg || (arg & OFFS_REG_MASK) == (next_arg & OFFS_REG… in can_cache()
786 if (arg == next_arg) { in can_cache()
796 …it_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_ar… in getput_arg() argument
801 if (!(next_arg & SLJIT_MEM)) { in getput_arg()
802 next_arg = 0; in getput_arg()
825 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg()
842 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg()
874 if (arg == next_arg && next_argw - argw <= SIMM_MAX && next_argw - argw >= SIMM_MIN) { in getput_arg()
DsljitNativeTILEGX_64.c1314 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument
1316 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache()
1323 && (arg == next_arg || (arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK))) in can_cache()
1328 if (arg == next_arg) { in can_cache()
1340 …it_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_ar… in getput_arg() argument
1345 if (!(next_arg & SLJIT_MEM)) { in getput_arg()
1346 next_arg = 0; in getput_arg()
1377 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg()
1411 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg()
1514 if (arg == next_arg in getput_arg()
DsljitNativeSPARC_common.c581 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument
583 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache()
590 if ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && argw == next_argw) in can_cache()
601 …sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_ar… in getput_arg() argument
607 if (!(next_arg & SLJIT_MEM)) { in getput_arg()
608 next_arg = 0; in getput_arg()
620 if ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && argw == (next_argw & 0x3)) { in getput_arg()
/external/e2fsprogs/misc/
Dfsck.c1183 goto next_arg; in PRS()
1191 goto next_arg; in PRS()
1228 goto next_arg; in PRS()
1240 next_arg: in PRS()
/external/python/cpython3/Lib/
Doptparse.py1473 (opt, next_arg) = arg.split("=", 1)
1474 rargs.insert(0, next_arg)
/external/python/cpython2/Lib/
Doptparse.py1486 (opt, next_arg) = arg.split("=", 1)
1487 rargs.insert(0, next_arg)
/external/v8/src/arm64/
Dsimulator-arm64.cc3210 int next_arg = 1; in Debug() local
3222 next_arg++; in Debug()
3226 if (argc == next_arg) { in Debug()
3228 } else if (argc == next_arg + 1) { in Debug()
3229 if (!GetValue(argv[next_arg], &words)) { in Debug()
3230 PrintF("%s unrecognized\n", argv[next_arg]); in Debug()
/external/v8/src/ppc/
Dsimulator-ppc.cc377 int next_arg = 1; in Debug() local
388 next_arg++; in Debug()
392 if (argc == next_arg) { in Debug()
395 if (!GetValue(argv[next_arg], &words)) { in Debug()
/external/v8/src/mips/
Dsimulator-mips.cc495 int next_arg = 1; in Debug() local
506 next_arg++; in Debug()
512 if (argc == next_arg) { in Debug()
515 if (!GetValue(argv[next_arg], &words)) { in Debug()
522 if (argc == next_arg) { in Debug()
525 if (!GetValue(argv[next_arg], &words)) { in Debug()
/external/v8/src/arm/
Dsimulator-arm.cc307 int next_arg = 1; in Debug() local
318 next_arg++; in Debug()
322 if (argc == next_arg) { in Debug()
325 if (!GetValue(argv[next_arg], &words)) { in Debug()
/external/v8/src/mips64/
Dsimulator-mips64.cc440 int next_arg = 1; in Debug() local
451 next_arg++; in Debug()
455 if (argc == next_arg) { in Debug()
458 if (!GetValue(argv[next_arg], &words)) { in Debug()
/external/v8/src/s390/
Dsimulator-s390.cc395 int next_arg = 1; in Debug() local
406 next_arg++; in Debug()
410 if (argc == next_arg) { in Debug()
413 if (!GetValue(argv[next_arg], &words)) { in Debug()
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.12066 * src/powerpc/ffi_darwin.c (ffi_prep_args): Increment next_arg and
4969 * src/powerpc/ffi.c (ffi_prep_args64): Correct next_arg calc for
/external/libffi/
DChangeLog.libffi-3.12066 * src/powerpc/ffi_darwin.c (ffi_prep_args): Increment next_arg and
4969 * src/powerpc/ffi.c (ffi_prep_args64): Correct next_arg calc for