/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ffi_linux64.c | 392 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 …]
|
D | ffi_darwin.c | 124 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 …]
|
D | ffi_sysv.c | 384 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/ |
D | ppc-ffi_darwin.c | 133 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/pcre/dist2/src/sljit/ |
D | sljitNativePPC_common.c | 898 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument 905 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache() 908 return ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && (argw & 0x3) == (next_argw & 0x3)); in can_cache() 910 if (next_arg & OFFS_REG_MASK) in can_cache() 929 if (arg == next_arg && diff <= SIMM_MAX && diff >= SIMM_MIN) in can_cache() 947 …t_s32 inp_flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_ar… in getput_arg() argument 971 if ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && argw == (next_argw & 0x3)) { in getput_arg() 1016 if ((next_arg & SLJIT_MEM) && !(next_arg & OFFS_REG_MASK)) { in getput_arg() 1043 if ((next_arg & SLJIT_MEM) && diff <= SIMM_MAX && diff >= SIMM_MIN) { in getput_arg() 1072 if (argw == next_argw && (next_arg & SLJIT_MEM)) { in getput_arg() [all …]
|
D | sljitNativeARM_64.c | 885 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument 888 if ((arg & OFFS_REG_MASK) || !(next_arg & SLJIT_MEM)) in can_cache() 902 if (arg == next_arg && diff <= 0xfff && diff >= -0xfff) in can_cache() 910 sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in getput_arg() argument 917 if (!(next_arg & SLJIT_MEM)) { in getput_arg() 918 next_arg = 0; in getput_arg() 1008 next_arg = (arg & REG_MASK) && (arg == next_arg) && diff <= 0xfff && diff >= -0xfff && diff != 0; in getput_arg() 1022 if (next_arg && emit_set_delta(compiler, TMP_REG3, arg, argw) != SLJIT_ERR_UNSUPPORTED) { in getput_arg() 1031 if (next_arg) { in getput_arg()
|
D | sljitNativeARM_T2_32.c | 978 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument 981 if ((arg & OFFS_REG_MASK) || !(next_arg & SLJIT_MEM)) in can_cache() 995 if (arg == next_arg && diff <= 0xfff && diff >= -0xfff) in can_cache() 1003 sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in getput_arg() argument 1009 if (!(next_arg & SLJIT_MEM)) { in getput_arg() 1010 next_arg = 0; in getput_arg() 1075 next_arg = (arg & REG_MASK) && (arg == next_arg) && (argw != next_argw); in getput_arg() 1088 if (next_arg && emit_set_delta(compiler, TMP_REG3, arg, argw) != SLJIT_ERR_UNSUPPORTED) { in getput_arg() 1098 if (next_arg && diff <= 0xfff && diff >= -0xfff) { in getput_arg()
|
D | sljitNativeMIPS_common.c | 719 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument 721 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache() 727 …if (argw && argw == next_argw && (arg == next_arg || (arg & OFFS_REG_MASK) == (next_arg & OFFS_REG… in can_cache() 732 if (arg == next_arg) { in can_cache() 742 …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 747 if (!(next_arg & SLJIT_MEM)) { in getput_arg() 748 next_arg = 0; in getput_arg() 775 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg() 800 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg() 871 if (arg == next_arg && next_argw - argw <= SIMM_MAX && next_argw - argw >= SIMM_MIN) { in getput_arg()
|
D | sljitNativeTILEGX_64.c | 1314 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()
|
D | sljitNativeSPARC_common.c | 536 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument 538 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache() 545 if ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && argw == next_argw) in can_cache() 556 …sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_ar… in getput_arg() argument 562 if (!(next_arg & SLJIT_MEM)) { in getput_arg() 563 next_arg = 0; in getput_arg() 576 if ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && argw == (next_argw & 0x3)) { in getput_arg()
|
D | sljitNativeARM_32.c | 1411 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument 1423 …if ((next_arg & SLJIT_MEM) && ((sljit_uw)argw - (sljit_uw)next_argw <= 0xfff || (sljit_uw)next_arg… in can_cache() 1431 if (argw == next_argw && (next_arg & SLJIT_MEM)) in can_cache() 1434 …if (arg == next_arg && ((sljit_uw)argw - (sljit_uw)next_argw <= 0xfff || (sljit_uw)next_argw - (sl… in can_cache() 1459 …t_s32 inp_flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_ar… in getput_arg() argument 1496 if ((next_arg & SLJIT_MEM) && (imm <= (sljit_uw)max_delta || imm >= (sljit_uw)-max_delta)) { in getput_arg() 1552 if (argw == next_argw && (next_arg & SLJIT_MEM)) { in getput_arg() 1564 …if (arg == next_arg && !(inp_flags & WRITE_BACK) && (imm <= (sljit_uw)max_delta || imm >= (sljit_u… in getput_arg()
|
/external/e2fsprogs/misc/ |
D | fsck.c | 1176 goto next_arg; in PRS() 1184 goto next_arg; in PRS() 1221 goto next_arg; in PRS() 1233 next_arg: in PRS()
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 3517 int next_arg = 1; in Debug() local 3529 next_arg++; in Debug() 3533 if (argc == next_arg) { in Debug() 3535 } else if (argc == next_arg + 1) { in Debug() 3536 if (!GetValue(argv[next_arg], &words)) { in Debug() 3537 PrintF("%s unrecognized\n", argv[next_arg]); in Debug()
|
/external/python/cpython2/Lib/ |
D | optparse.py | 1486 (opt, next_arg) = arg.split("=", 1) 1487 rargs.insert(0, next_arg)
|
/external/fmtlib/fmt/ |
D | printf.h | 346 next_arg(error) : FormatterBase::get_arg(arg_index - 1, error);
|
D | format.h | 2042 Arg next_arg(const char *&error) { 3636 next_arg(error) : get_arg(internal::parse_nonnegative_int(s), error);
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 495 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/ppc/ |
D | simulator-ppc.cc | 372 int next_arg = 1; in Debug() local 383 next_arg++; in Debug() 387 if (argc == next_arg) { in Debug() 390 if (!GetValue(argv[next_arg], &words)) { in Debug()
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 441 int next_arg = 1; in Debug() local 452 next_arg++; in Debug() 456 if (argc == next_arg) { in Debug() 459 if (!GetValue(argv[next_arg], &words)) { in Debug()
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 311 int next_arg = 1; in Debug() local 322 next_arg++; in Debug() 326 if (argc == next_arg) { in Debug() 329 if (!GetValue(argv[next_arg], &words)) { in Debug()
|
/external/v8/src/s390/ |
D | simulator-s390.cc | 394 int next_arg = 1; in Debug() local 405 next_arg++; in Debug() 409 if (argc == next_arg) { in Debug() 412 if (!GetValue(argv[next_arg], &words)) { in Debug()
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 2066 * 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
|