Searched refs:LONG_MIN (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/arch/powerpc/lib/ |
| D | test_emulate_step.c | 488 .gpr[21] = LONG_MIN, 489 .gpr[22] = LONG_MIN, 496 .gpr[21] = LONG_MIN, 574 .gpr[21] = LONG_MIN, 575 .gpr[22] = LONG_MIN, 582 .gpr[21] = LONG_MIN, 660 .gpr[21] = LONG_MIN, 661 .gpr[22] = LONG_MIN, 668 .gpr[21] = LONG_MIN, 740 .gpr[21] = LONG_MIN | (uint)INT_MIN, [all …]
|
| /Linux-v5.4/tools/testing/selftests/timers/ |
| D | valid-adjtimex.c | 107 #define LONG_MIN (-LONG_MAX - 1) macro 111 LONG_MIN,
|
| /Linux-v5.4/include/linux/ |
| D | limits.h | 15 #define LONG_MIN (-LONG_MAX - 1) macro
|
| /Linux-v5.4/tools/testing/selftests/pidfd/ |
| D | pidfd_open_test.c | 32 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
|
| /Linux-v5.4/fs/ocfs2/ |
| D | stack_user.c | 383 if ((nodenum == LONG_MIN) || (nodenum == LONG_MAX) || in ocfs2_control_do_setnode_msg() 425 if ((major == LONG_MIN) || (major == LONG_MAX) || in ocfs2_control_do_setversion_msg() 428 if ((minor == LONG_MIN) || (minor == LONG_MAX) || in ocfs2_control_do_setversion_msg() 464 if ((nodenum == LONG_MIN) || (nodenum == LONG_MAX) || in ocfs2_control_do_down_msg()
|
| /Linux-v5.4/tools/power/x86/x86_energy_perf_policy/ |
| D | x86_energy_perf_policy.c | 334 if (i == LONG_MIN || i == LONG_MAX) in parse_optarg_string()
|
| /Linux-v5.4/ipc/ |
| D | msg.c | 983 if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */ in convert_mode()
|
| /Linux-v5.4/tools/perf/util/scripting-engines/ |
| D | trace-event-python.c | 361 if ((long long)val >= LONG_MIN && in get_field_numeric_entry()
|
| /Linux-v5.4/drivers/hwmon/pmbus/ |
| D | pmbus_core.c | 686 return clamp_val(val, LONG_MIN, LONG_MAX); in pmbus_reg2data_direct()
|
| /Linux-v5.4/kernel/sched/ |
| D | core.c | 1935 ncsw = p->nvcsw | LONG_MIN; /* sets MSB */ in wait_task_inactive()
|