Lines Matching full:arg2
348 char arg2[ARG_SIZE + 1];
349 char* argv[3] = { cmd, arg1, arg2 };
354 arg2[ARG_SIZE] = 0;
388 cmd, arg1, arg2);
453 if (strcmp(arg2, "single") == 0) {
588 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
642 if (strcmp(arg2, "all") == 0) {
649 } else if (GetValue(arg2, &value)) {
656 if (strcmp(arg2, "all") == 0) {
662 } else if (GetValue(arg2, &value)) {
669 if (strcmp(arg2, "all") == 0) {
675 } else if (GetValue(arg2, &value)) {
710 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
1910 int32_t arg2,
1916 int32_t arg2, int32_t arg3,
1933 int32_t arg0, int32_t arg1, void* arg2);
1949 int32_t arg2 = get_register(a2);
1974 arg2 = get_fpu_register_word(f14);
1979 arg2 = get_fpu_register_word(f14);
2000 arg2 = get_register(a2);
2127 reinterpret_cast<void*>(external), arg0, arg1, arg2);
2131 target(arg0, arg1, Redirection::ReverseRedirection(arg2));
2140 static_cast<void*>(FUNCTION_ADDR(target)), arg1, arg2, arg3, arg4,
2145 ObjectTriple result = target(arg1, arg2, arg3, arg4, arg5);
2163 static_cast<void*>(FUNCTION_ADDR(target)), arg0, arg1, arg2, arg3,
2166 int64_t result = target(arg0, arg1, arg2, arg3, arg4, arg5);