Home
last modified time | relevance | path

Searched refs:check_offset (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_combios.c336 check_offset = in combios_get_table_offset()
341 check_offset = RBIOS16(check_offset + 0x3); in combios_get_table_offset()
353 check_offset = RBIOS16(check_offset + 0x5); in combios_get_table_offset()
365 check_offset = RBIOS16(check_offset + 0x7); in combios_get_table_offset()
377 check_offset = RBIOS16(check_offset + 0x9); in combios_get_table_offset()
397 check_offset = RBIOS16(check_offset + 0x11); in combios_get_table_offset()
406 check_offset = RBIOS16(check_offset + 0x13); in combios_get_table_offset()
415 check_offset = RBIOS16(check_offset + 0x15); in combios_get_table_offset()
424 check_offset = RBIOS16(check_offset + 0x17); in combios_get_table_offset()
433 check_offset = RBIOS16(check_offset + 0x2); in combios_get_table_offset()
[all …]
/freebsd-12.1/contrib/gcc/
H A Ddwarf2out.c870 HOST_WIDE_INT check_offset = offset / DWARF_CIE_DATA_ALIGNMENT; in reg_save() local
872 gcc_assert (check_offset * DWARF_CIE_DATA_ALIGNMENT == offset); in reg_save()