Home
last modified time | relevance | path

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

/external/lldb/source/Host/linux/
DHost.cpp413 char *next_arg = cmd + strlen(cmd) + 1; in GetProcessAndStatInfo() local
415 while (next_arg < end_buf && 0 != *next_arg) in GetProcessAndStatInfo()
417 info_args.AppendArgument(next_arg); in GetProcessAndStatInfo()
418 next_arg += strlen(next_arg) + 1; in GetProcessAndStatInfo()
/external/qemu/hw/android/goldfish/
Dnand.c705 const char *next_arg; in nand_add_dev() local
725 next_arg = strchr(arg, ','); in nand_add_dev()
727 if(next_arg != NULL) { in nand_add_dev()
728 arg_len = next_arg - arg; in nand_add_dev()
729 next_arg++; in nand_add_dev()
730 if(value >= next_arg) in nand_add_dev()
807 arg = next_arg; in nand_add_dev()
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
Dps_instance.cc186 const char* next_arg = getenv(arg_name.c_str()); in Init() local
187 if (NULL == next_arg) in Init()
190 char* value = new char[strlen(next_arg) + 1]; in Init()
191 strcpy(value, next_arg); in Init()
/external/pcre/dist/sljit/
DsljitNativePPC_common.c909 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) in can_cache() argument
916 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache()
919 return ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && (argw & 0x3) == (next_argw & 0x3)); in can_cache()
921 if (next_arg & OFFS_REG_MASK) in can_cache()
940 if (arg == next_arg && diff <= SIMM_MAX && diff >= SIMM_MIN) in can_cache()
958 …sljit_si inp_flags, sljit_si reg, sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_ar… in getput_arg() argument
982 if ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && argw == (next_argw & 0x3)) { in getput_arg()
1027 if ((next_arg & SLJIT_MEM) && !(next_arg & OFFS_REG_MASK)) { in getput_arg()
1054 if ((next_arg & SLJIT_MEM) && diff <= SIMM_MAX && diff >= SIMM_MIN) { in getput_arg()
1083 if (argw == next_argw && (next_arg & SLJIT_MEM)) { in getput_arg()
[all …]
DsljitNativeARM_64.c886 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) in can_cache() argument
889 if ((arg & OFFS_REG_MASK) || !(next_arg & SLJIT_MEM)) in can_cache()
903 if (arg == next_arg && diff <= 0xfff && diff >= -0xfff) in can_cache()
911 sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) in getput_arg() argument
918 if (!(next_arg & SLJIT_MEM)) { in getput_arg()
919 next_arg = 0; in getput_arg()
1009 next_arg = (arg & REG_MASK) && (arg == next_arg) && diff <= 0xfff && diff >= -0xfff && diff != 0; in getput_arg()
1023 if (next_arg && emit_set_delta(compiler, TMP_REG3, arg, argw) != SLJIT_ERR_UNSUPPORTED) { in getput_arg()
1032 if (next_arg) { in getput_arg()
DsljitNativeARM_T2_32.c978 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si 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_si arg, sljit_sw argw, sljit_si 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()
DsljitNativeMIPS_common.c734 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) in can_cache() argument
736 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache()
742 …if (argw && argw == next_argw && (arg == next_arg || (arg & OFFS_REG_MASK) == (next_arg & OFFS_REG… in can_cache()
747 if (arg == next_arg) { in can_cache()
757 … sljit_si flags, sljit_si reg_ar, sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_ar… in getput_arg() argument
762 if (!(next_arg & SLJIT_MEM)) { in getput_arg()
763 next_arg = 0; in getput_arg()
790 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg()
815 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg()
886 if (arg == next_arg && next_argw - argw <= SIMM_MAX && next_argw - argw >= SIMM_MIN) { in getput_arg()
DsljitNativeTILEGX_64.c1365 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) in can_cache() argument
1367 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache()
1374 && (arg == next_arg || (arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK))) in can_cache()
1379 if (arg == next_arg) { in can_cache()
1391 … sljit_si flags, sljit_si reg_ar, sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_ar… in getput_arg() argument
1396 if (!(next_arg & SLJIT_MEM)) { in getput_arg()
1397 next_arg = 0; in getput_arg()
1428 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg()
1462 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg()
1565 if (arg == next_arg in getput_arg()
DsljitNativeSPARC_common.c547 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) in can_cache() argument
549 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache()
556 if ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && argw == next_argw) in can_cache()
567 …er, sljit_si flags, sljit_si reg, sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_ar… in getput_arg() argument
573 if (!(next_arg & SLJIT_MEM)) { in getput_arg()
574 next_arg = 0; in getput_arg()
587 if ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && argw == (next_argw & 0x3)) { in getput_arg()
DsljitNativeARM_32.c1424 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) in can_cache() argument
1436 …if ((next_arg & SLJIT_MEM) && ((sljit_uw)argw - (sljit_uw)next_argw <= 0xfff || (sljit_uw)next_arg… in can_cache()
1444 if (argw == next_argw && (next_arg & SLJIT_MEM)) in can_cache()
1447 …if (arg == next_arg && ((sljit_uw)argw - (sljit_uw)next_argw <= 0xfff || (sljit_uw)next_argw - (sl… in can_cache()
1472 …sljit_si inp_flags, sljit_si reg, sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_ar… in getput_arg() argument
1509 if ((next_arg & SLJIT_MEM) && (imm <= (sljit_uw)max_delta || imm >= (sljit_uw)-max_delta)) { in getput_arg()
1565 if (argw == next_argw && (next_arg & SLJIT_MEM)) { in getput_arg()
1577 …if (arg == next_arg && !(inp_flags & WRITE_BACK) && (imm <= (sljit_uw)max_delta || imm >= (sljit_u… in getput_arg()
/external/e2fsprogs/misc/
Dfsck.c1175 goto next_arg; in PRS()
1183 goto next_arg; in PRS()
1220 goto next_arg; in PRS()
1232 next_arg: in PRS()
/external/chromium_org/v8/src/mips/
Dsimulator-mips.cc551 int next_arg = 1; in Debug() local
562 next_arg++; in Debug()
568 if (argc == next_arg) { in Debug()
571 if (!GetValue(argv[next_arg], &words)) { in Debug()
578 if (argc == next_arg) { in Debug()
581 if (!GetValue(argv[next_arg], &words)) { in Debug()
/external/chromium_org/v8/src/arm64/
Dsimulator-arm64.cc3462 int next_arg = 1; in Debug() local
3474 next_arg++; in Debug()
3478 if (argc == next_arg) { in Debug()
3480 } else if (argc == next_arg + 1) { in Debug()
3481 if (!GetValue(argv[next_arg], &words)) { in Debug()
3482 PrintF("%s unrecognized\n", argv[next_arg]); in Debug()
/external/chromium_org/v8/src/mips64/
Dsimulator-mips64.cc494 int next_arg = 1; in Debug() local
505 next_arg++; in Debug()
509 if (argc == next_arg) { in Debug()
512 if (!GetValue(argv[next_arg], &words)) { in Debug()
/external/chromium_org/v8/src/arm/
Dsimulator-arm.cc364 int next_arg = 1; in Debug() local
375 next_arg++; in Debug()
379 if (argc == next_arg) { in Debug()
382 if (!GetValue(argv[next_arg], &words)) { in Debug()
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
Devent-parse.c2673 struct print_arg **next_arg; in process_func_handler() local
2685 next_arg = &(arg->func.args); in process_func_handler()
2705 *next_arg = farg; in process_func_handler()
2706 next_arg = &(farg->next); in process_func_handler()