Home
last modified time | relevance | path

Searched full:uint_max (Results 1 – 25 of 695) sorted by relevance

12345678910>>...28

/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_format_test.c150 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, UINT_MAX), in drm_test_format_min_pitch_one_plane_8bpp()
151 (uint64_t)UINT_MAX); in drm_test_format_min_pitch_one_plane_8bpp()
152 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, (UINT_MAX - 1)), in drm_test_format_min_pitch_one_plane_8bpp()
153 (uint64_t)(UINT_MAX - 1)); in drm_test_format_min_pitch_one_plane_8bpp()
173 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, UINT_MAX), in drm_test_format_min_pitch_one_plane_16bpp()
174 (uint64_t)UINT_MAX * 2); in drm_test_format_min_pitch_one_plane_16bpp()
175 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, (UINT_MAX - 1)), in drm_test_format_min_pitch_one_plane_16bpp()
176 (uint64_t)(UINT_MAX - 1) * 2); in drm_test_format_min_pitch_one_plane_16bpp()
196 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, UINT_MAX), in drm_test_format_min_pitch_one_plane_24bpp()
197 (uint64_t)UINT_MAX * 3); in drm_test_format_min_pitch_one_plane_24bpp()
[all …]
/openbmc/linux/drivers/soc/tegra/
H A Dpmc.c311 .instance = UINT_MAX, \
312 .pin = UINT_MAX, \
322 .instance = UINT_MAX, \
323 .pin = UINT_MAX, \
1559 if (pad->dpd == UINT_MAX) in tegra_io_pad_prepare()
1706 if (pad->dpd == UINT_MAX) in tegra_io_pad_is_powered()
1727 if (pad->voltage == UINT_MAX) in tegra_io_pad_set_voltage()
1774 if (pad->voltage == UINT_MAX) in tegra_io_pad_get_voltage()
3505 TEGRA_IO_PAD(TEGRA_IO_PAD_AUDIO, 17, 0x1b8, 0x1bc, UINT_MAX, "audio"),
3506 TEGRA_IO_PAD(TEGRA_IO_PAD_BB, 15, 0x1b8, 0x1bc, UINT_MAX, "bb"),
[all …]
/openbmc/linux/drivers/soc/tegra/fuse/
H A Dspeedo-tegra30.c62 {306, 338, 360, 376, UINT_MAX},
63 {295, 336, 358, 375, UINT_MAX},
64 {325, 325, 358, 375, UINT_MAX},
65 {325, 325, 358, 375, UINT_MAX},
66 {292, 324, 348, 364, UINT_MAX},
67 {324, 324, 348, 364, UINT_MAX},
68 {324, 324, 348, 364, UINT_MAX},
69 {295, 336, 358, 375, UINT_MAX},
70 {358, 358, 358, 358, 397, UINT_MAX},
71 {364, 364, 364, 364, 397, UINT_MAX},
[all …]
H A Dspeedo-tegra210.c36 { 2119, UINT_MAX },
37 { 2119, UINT_MAX },
41 { UINT_MAX, UINT_MAX },
42 { UINT_MAX, UINT_MAX },
46 { 1950, 2100, UINT_MAX },
47 { 1950, 2100, UINT_MAX },
H A Dspeedo-tegra20.c43 {315, 366, 420, UINT_MAX},
44 {303, 368, 419, UINT_MAX},
45 {316, 331, 383, UINT_MAX},
49 {165, 195, 224, UINT_MAX},
50 {165, 195, 224, UINT_MAX},
51 {165, 195, 224, UINT_MAX},
H A Dspeedo-tegra124.c36 {2190, UINT_MAX},
37 {0, UINT_MAX},
41 {1965, UINT_MAX},
42 {0, UINT_MAX},
46 {2101, UINT_MAX},
47 {0, UINT_MAX},
H A Dspeedo-tegra114.c24 {1123, UINT_MAX},
25 {0, UINT_MAX},
29 {1695, UINT_MAX},
30 {0, UINT_MAX},
/openbmc/qemu/audio/
H A Drate_template.h49 if (rate->opos_inc == (1ULL + UINT_MAX)) { in NAME()
97 t = (rate->opos & UINT_MAX) * (1.f / UINT_MAX); in NAME()
99 t = (rate->opos & UINT_MAX) / (mixeng_real) UINT_MAX; in NAME()
105 out.l = (ilast.l * ((int64_t) UINT_MAX - t) + icur.l * t) >> 32; in NAME()
106 out.r = (ilast.r * ((int64_t) UINT_MAX - t) + icur.r * t) >> 32; in NAME()
/openbmc/openbmc/poky/meta/recipes-support/lzop/lzop/
H A Dacinclude.m4230 #if !defined(UINT_MAX)
231 # include "error UINT_MAX 1"
251 #if (UINT_MAX < 1)
252 # include "error UINT_MAX 2"
263 #if (UINT_MAX < MFX_0xffff)
264 # include "error UINT_MAX 3"
269 #if (USHRT_MAX > UINT_MAX)
270 # include "error USHRT_MAX vs UINT_MAX"
272 #if (UINT_MAX > ULONG_MAX)
273 # include "error UINT_MAX vs ULONG_MAX"
[all …]
/openbmc/linux/tools/include/linux/
H A Drefcount.h11 * It differs in that the counter saturates at UINT_MAX and will not move once
69 * Similar to atomic_inc_not_zero(), will saturate at UINT_MAX and WARN.
96 REFCOUNT_WARN(new == UINT_MAX, "refcount_t: saturated; leaking memory.\n"); in refcount_inc_not_zero()
102 * Similar to atomic_inc(), will saturate at UINT_MAX and WARN.
114 * decrement when saturated at UINT_MAX.
126 if (unlikely(val == UINT_MAX)) in refcount_sub_and_test()
/openbmc/linux/tools/testing/selftests/bpf/verifier/
H A Djmp32.c229 BPF_JMP32_IMM(BPF_JGE, BPF_REG_7, UINT_MAX - 1, 1),
239 .data64 = { UINT_MAX, }
242 .data64 = { UINT_MAX - 1, }
254 BPF_LD_IMM64(BPF_REG_8, UINT_MAX | 1ULL << 32),
266 .data64 = { UINT_MAX, }
272 .data64 = { (UINT_MAX - 1) | 2ULL << 32, }
300 BPF_JMP32_IMM(BPF_JGT, BPF_REG_7, UINT_MAX - 1, 1),
310 .data64 = { UINT_MAX, }
313 .data64 = { UINT_MAX - 1, }
325 BPF_LD_IMM64(BPF_REG_8, (UINT_MAX - 1) | 1ULL << 32),
[all …]
/openbmc/qemu/util/
H A Dthrottle.c556 if (arg->bps_total_max_length > UINT_MAX) { in throttle_limits_to_config()
558 " the range [0, %u]", UINT_MAX); in throttle_limits_to_config()
564 if (arg->bps_read_max_length > UINT_MAX) { in throttle_limits_to_config()
566 " the range [0, %u]", UINT_MAX); in throttle_limits_to_config()
572 if (arg->bps_write_max_length > UINT_MAX) { in throttle_limits_to_config()
574 " the range [0, %u]", UINT_MAX); in throttle_limits_to_config()
580 if (arg->iops_total_max_length > UINT_MAX) { in throttle_limits_to_config()
582 " the range [0, %u]", UINT_MAX); in throttle_limits_to_config()
588 if (arg->iops_read_max_length > UINT_MAX) { in throttle_limits_to_config()
590 " the range [0, %u]", UINT_MAX); in throttle_limits_to_config()
[all …]
/openbmc/linux/arch/powerpc/lib/
H A Dtest_emulate_step.c1024 .descr = "RA = UINT_MAX, RB = UINT_MAX",
1027 .gpr[21] = UINT_MAX,
1028 .gpr[22] = UINT_MAX,
1032 .descr = "RA = UINT_MAX, RB = 0x1",
1035 .gpr[21] = UINT_MAX,
1111 .descr = "RA = UINT_MAX, RB = UINT_MAX",
1114 .gpr[21] = UINT_MAX,
1115 .gpr[22] = UINT_MAX,
1119 .descr = "RA = UINT_MAX, RB = 0x1",
1122 .gpr[21] = UINT_MAX,
[all …]
/openbmc/linux/tools/perf/tests/
H A Dkeep-tracking.c67 .mmap_pages = UINT_MAX, in test__keep_tracking()
68 .user_freq = UINT_MAX, in test__keep_tracking()
81 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking()
109 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__keep_tracking()
H A Dperf-time-to-tsc.c71 .mmap_pages = UINT_MAX, in test__perf_time_to_tsc()
72 .user_freq = UINT_MAX, in test__perf_time_to_tsc()
93 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc()
124 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__perf_time_to_tsc()
/openbmc/linux/net/dccp/ccids/lib/
H A Dtfrc.h37 if (result > UINT_MAX) { in scaled_div32()
38 DCCP_CRIT("Overflow: %llu/%llu > UINT_MAX", in scaled_div32()
40 return UINT_MAX; in scaled_div32()
/openbmc/linux/drivers/nvdimm/
H A Dbus.c793 .out_sizes = { 4, UINT_MAX, },
797 .in_sizes = { 4, 4, UINT_MAX, },
803 .in_sizes = { 4, 4, UINT_MAX, },
805 .out_sizes = { 4, 4, UINT_MAX, },
809 .in_sizes = { sizeof(struct nd_cmd_pkg), UINT_MAX, },
811 .out_sizes = { UINT_MAX, },
839 .out_sizes = { 4, 4, UINT_MAX, },
849 .in_sizes = { sizeof(struct nd_cmd_pkg), UINT_MAX, },
851 .out_sizes = { UINT_MAX, },
867 return UINT_MAX; in nd_cmd_in_size()
[all …]
/openbmc/qemu/hw/virtio/
H A Dvhost-stub.c7 return UINT_MAX; in vhost_get_max_memslots()
12 return UINT_MAX; in vhost_get_free_memslots()
/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_command.c291 /* give UINT_MAX if set nothing */
300 if ((source == UINT_MAX) && (rate == UINT_MAX)) { in command_set_clock()
315 if ((source != UINT_MAX) && (clock.source != source)) in command_set_clock()
317 if ((rate != UINT_MAX) && (clock.sampling_rate != rate)) in command_set_clock()
369 return command_set_clock(efw, UINT_MAX, rate); in snd_efw_command_set_sampling_rate()
/openbmc/linux/net/netfilter/
H A Dxt_set.c59 info->match_set.u.compat.flags, 0, UINT_MAX, in set_match_v0()
123 info->match_set.flags, 0, UINT_MAX, in set_match_v1()
171 info->match_set.flags, info->flags, UINT_MAX, in set_match_v3()
194 info->match_set.flags, info->flags, UINT_MAX, in set_match_v4()
217 info->add_set.u.compat.flags, 0, UINT_MAX, in set_target_v0()
220 info->del_set.u.compat.flags, 0, UINT_MAX, in set_target_v0()
292 info->add_set.flags, 0, UINT_MAX, in set_target_v1()
295 info->del_set.flags, 0, UINT_MAX, in set_target_v1()
366 info->del_set.flags, 0, UINT_MAX, in set_target_v2()
398 info->del_set.flags, 0, UINT_MAX, in set_target_v3()
[all …]
/openbmc/linux/drivers/net/can/dev/
H A Dcalc_bittiming.c30 unsigned int sample_point_error, best_sample_point_error = UINT_MAX; in can_update_sample_point()
71 unsigned int best_bitrate_error = UINT_MAX; in can_calc_bittiming()
73 unsigned int best_sample_point_error = UINT_MAX; in can_calc_bittiming()
115 best_sample_point_error = UINT_MAX; in can_calc_bittiming()
/openbmc/linux/lib/
H A Ddynamic_queue_limits.c56 dql->lowest_slack = UINT_MAX; in dql_completed()
96 dql->lowest_slack = UINT_MAX; in dql_completed()
126 dql->lowest_slack = UINT_MAX; in dql_reset()
/openbmc/linux/drivers/md/
H A Ddm-zero.c64 limits->max_discard_sectors = UINT_MAX; in zero_io_hints()
65 limits->max_hw_discard_sectors = UINT_MAX; in zero_io_hints()
/openbmc/linux/net/rxrpc/
H A Dproc.c251 if (*_pos >= UINT_MAX) in rxrpc_peer_seq_start()
258 *_pos = UINT_MAX; in rxrpc_peer_seq_start()
284 if (*_pos >= UINT_MAX) in rxrpc_peer_seq_next()
299 *_pos = UINT_MAX; in rxrpc_peer_seq_next()
364 if (*_pos >= UINT_MAX) in rxrpc_local_seq_start()
378 if (*_pos >= UINT_MAX) in rxrpc_local_seq_next()
/openbmc/linux/arch/powerpc/kernel/
H A Duprobes.c19 #define UPROBE_TRAP_NR UINT_MAX
91 * sets thread.trap_nr != UINT_MAX.
95 * UPROBE_TRAP_NR == UINT_MAX set by arch_uprobe_pre_xol().

12345678910>>...28