Searched refs:read_int (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/testing/selftests/alsa/ |
D | mixer-test.c | 501 long long expected_int, read_int; in show_mismatch() local 508 read_int = 0; in show_mismatch() 514 read_int = snd_ctl_elem_value_get_boolean(read_val, index); in show_mismatch() 520 read_int = snd_ctl_elem_value_get_integer(read_val, index); in show_mismatch() 526 read_int = snd_ctl_elem_value_get_integer64(read_val, in show_mismatch() 533 read_int = snd_ctl_elem_value_get_enumerated(read_val, in show_mismatch() 541 if (expected_int != read_int) { in show_mismatch() 549 ctl->name, index, expected_int, read_int, is_volatile); in show_mismatch()
|
/linux-6.1.9/arch/alpha/kernel/ |
D | ptrace.c | 158 read_int(struct task_struct *task, unsigned long addr, int * data) in read_int() function 184 res = read_int(child, pc, (int *) &insn); in ptrace_set_bpt() 215 res = read_int(child, task_thread_info(child)->bpt_addr[i], in ptrace_set_bpt()
|
/linux-6.1.9/lib/ |
D | decompress_unlzma.c | 42 static long long INIT read_int(unsigned char *ptr, int size) in read_int() function 53 x = (typeof(x))read_int((unsigned char *)&x, sizeof(x))
|