/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 666 .descr = "RA = LONG_MIN, RB = LONG_MIN", 669 .gpr[21] = LONG_MIN, 670 .gpr[22] = LONG_MIN, 674 .descr = "RA = LONG_MIN, RB = LONG_MAX", 677 .gpr[21] = LONG_MIN, 751 .descr = "RA = LONG_MIN, RB = LONG_MIN", 755 .gpr[21] = LONG_MIN, 756 .gpr[22] = LONG_MIN, [all...] |
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 960 .descr = "RA = LONG_MIN, RB = LONG_MIN", 963 .gpr[21] = LONG_MIN, 964 .gpr[22] = LONG_MIN, 968 .descr = "RA = LONG_MIN, RB = LONG_MAX", 971 .gpr[21] = LONG_MIN, 1045 .descr = "RA = LONG_MIN, RB = LONG_MIN", 1049 .gpr[21] = LONG_MIN, 1050 .gpr[22] = LONG_MIN, [all...] |
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | stdint.h | 106 #ifndef LONG_MIN 107 #define LONG_MIN (-__LONG_MAX__ - 1) macro
|
/kernel/linux/linux-5.10/include/vdso/ |
H A D | limits.h | 12 #define LONG_MIN (-LONG_MAX - 1) macro
|
/kernel/linux/linux-6.6/include/vdso/ |
H A D | limits.h | 12 #define LONG_MIN (-LONG_MAX - 1) macro
|
/kernel/linux/linux-5.10/mm/ |
H A D | oom_kill.c | 207 return LONG_MIN; in oom_badness() 211 return LONG_MIN; in oom_badness() 223 return LONG_MIN; in oom_badness() 342 if (points == LONG_MIN || points < oc->chosen_points) in oom_evaluate_task() 366 oc->chosen_points = LONG_MIN; in select_bad_process()
|
/kernel/liteos_m/testsuites/unittest/posix/src/time/ |
H A D | time_func_test_01.c | 216 time1 = LONG_MIN; 218 LOG("\n LONG_MIN = %lld, cvt result : %s", time1, TmToStr(timePtr, timeStr, TIME_STR_LEN)); 221 time1 = LONG_MIN + 1; 223 LOG("\n LONG_MIN + 1 = %lld, cvt result : %s", time1, TmToStr(timePtr, timeStr, TIME_STR_LEN)); 276 tStart = LONG_MIN; 385 tStart = LONG_MIN; 498 mtime = LONG_MIN;
|
/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
H A D | valid-adjtimex.c | 107 #define LONG_MIN (-LONG_MAX - 1) macro 111 LONG_MIN,
|
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | valid-adjtimex.c | 107 #define LONG_MIN (-LONG_MAX - 1) macro 111 LONG_MIN,
|
/kernel/linux/linux-6.6/mm/ |
H A D | oom_kill.c | 207 return LONG_MIN; in oom_badness() 211 return LONG_MIN; in oom_badness() 223 return LONG_MIN; in oom_badness() 342 if (points == LONG_MIN || points < oc->chosen_points) in oom_evaluate_task() 366 oc->chosen_points = LONG_MIN; in select_bad_process()
|
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/ |
H A D | pidfd_open_test.c | 31 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
|
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/ |
H A D | pidfd_open_test.c | 31 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | stack_user.c | 382 if ((nodenum == LONG_MIN) || (nodenum == LONG_MAX) || in ocfs2_control_do_setnode_msg() 424 if ((major == LONG_MIN) || (major == LONG_MAX) || in ocfs2_control_do_setversion_msg() 427 if ((minor == LONG_MIN) || (minor == LONG_MAX) || in ocfs2_control_do_setversion_msg() 463 if ((nodenum == LONG_MIN) || (nodenum == LONG_MAX) || in ocfs2_control_do_down_msg()
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-rs5c372.c | 591 long steps = LONG_MIN; in rs5c372_set_offset() 619 steps = LONG_MIN; in rs5c372_set_offset() 626 if (steps == LONG_MIN) { in rs5c372_set_offset()
|
/kernel/linux/linux-5.10/drivers/clk/at91/ |
H A D | clk-master.c | 204 long best_rate = LONG_MIN, best_diff = LONG_MIN; in clk_sama7g5_master_determine_rate()
|
H A D | clk-peripheral.c | 267 long best_rate = LONG_MIN; in clk_sam9x5_peripheral_determine_rate() 268 long best_diff = LONG_MIN; in clk_sam9x5_peripheral_determine_rate()
|
/kernel/linux/linux-6.6/drivers/clk/at91/ |
H A D | clk-peripheral.c | 278 long best_rate = LONG_MIN; in clk_sam9x5_peripheral_determine_rate() 279 long best_diff = LONG_MIN; in clk_sam9x5_peripheral_determine_rate()
|
H A D | clk-master.c | 591 long best_rate = LONG_MIN, best_diff = LONG_MIN; in clk_sama7g5_master_determine_rate()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/af_unix/ |
H A D | scm_pidfd.c | 41 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
|
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/ |
H A D | mixer-test.c | 908 if (snd_ctl_elem_info_get_min(ctl->info) != LONG_MIN) { in test_ctl_write_invalid_integer() 919 snd_ctl_elem_value_set_integer(val, i, LONG_MIN); in test_ctl_write_invalid_integer()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ |
H A D | utils.c | 291 int err = parse_bounded_int(buffer, count, &parsed, base, LONG_MIN, LONG_MAX); in parse_long()
|
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 334 if (i == LONG_MIN || i == LONG_MAX) in parse_optarg_string()
|
/kernel/linux/linux-5.10/ipc/ |
H A D | msg.c | 1009 if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */ in convert_mode()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | msg.c | 1015 if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */ in convert_mode()
|