Searched refs:INT16_MAX (Results 1 – 6 of 6) sorted by relevance
53 #define INT16_MAX (32767) macro68 #define INT_LEAST16_MAX INT16_MAX
81 } else if (data->cpus_data.cpu[i] < INT16_MAX) { in cpu_map__from_entries()114 if (cpu + cpus_per_i < INT16_MAX) { in cpu_map__from_mask()142 if (cpu < INT16_MAX) { in cpu_map__from_range()480 if (!ret && max > INT16_MAX) { in set_max_cpu_num()635 struct perf_cpu cpu = { .cpu = INT16_MAX }; in cpu_map__snprint()
188 if (start_cpu >= INT16_MAX in perf_cpu_map__new()197 if (end_cpu >= INT16_MAX || (*p != '\0' && *p != ',' && *p != '\n')) in perf_cpu_map__new()
721 if (btf_fd_idx > INT16_MAX) { in emit_relo_kfunc_btf()
8353 if (obj->fd_array_cnt == INT16_MAX) { in bpf_object__resolve_ksym_func_btf_id()
1476 …CASE_TEST(limit_int16_max); EXPECT_EQ(1, INT16_MAX, (int16_t) 0x7fff); brea… in run_stdlib()
Completed in 38 milliseconds