Searched refs:int_val (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | core_extern.c | 48 .int_val = 123456, 95 .int_val = -100, 104 .data = { .int_val = 2147483647 } }, 106 .data = { .int_val = -2147483648 } },
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_core_extern.c | 32 uint64_t int_val = -1; variable 49 int_val = CONFIG_INT; in handle_sys_enter()
|
| /tools/testing/selftests/alsa/ |
| A D | mixer-test.c | 280 long int_val; in ctl_value_index_valid() local 290 int_val = snd_ctl_elem_value_get_boolean(val, index); in ctl_value_index_valid() 291 switch (int_val) { in ctl_value_index_valid() 297 ctl->name, index, int_val); in ctl_value_index_valid() 303 int_val = snd_ctl_elem_value_get_integer(val, index); in ctl_value_index_valid() 307 ctl->name, index, int_val, in ctl_value_index_valid() 314 ctl->name, index, int_val, in ctl_value_index_valid() 324 ctl->name, index, int_val, in ctl_value_index_valid() 363 if (int_val < 0) { in ctl_value_index_valid() 365 ctl->name, index, int_val); in ctl_value_index_valid() [all …]
|
| /tools/testing/selftests/bpf/ |
| A D | test_cpp.cpp | 73 skel->data->int_val = skel->data->ushort_val; in try_skeleton_template()
|
Completed in 7 milliseconds