Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_combios.c247 check_offset = in combios_get_table_offset()
252 check_offset = RBIOS16(check_offset + 0x3); in combios_get_table_offset()
264 check_offset = RBIOS16(check_offset + 0x5); in combios_get_table_offset()
276 check_offset = RBIOS16(check_offset + 0x7); in combios_get_table_offset()
288 check_offset = RBIOS16(check_offset + 0x9); in combios_get_table_offset()
308 check_offset = RBIOS16(check_offset + 0x11); in combios_get_table_offset()
317 check_offset = RBIOS16(check_offset + 0x13); in combios_get_table_offset()
326 check_offset = RBIOS16(check_offset + 0x15); in combios_get_table_offset()
335 check_offset = RBIOS16(check_offset + 0x17); in combios_get_table_offset()
344 check_offset = RBIOS16(check_offset + 0x2); in combios_get_table_offset()
[all …]
/openbsd/usr.bin/ssh/
H A Dsshbuf-getput-basic.c96 check_offset(const struct sshbuf *buf, int wr, size_t offset, size_t len) in check_offset() function
116 if ((r = check_offset(buf, 0, offset, len)) != 0) in check_roffset()
441 if ((r = check_offset(buf, 1, offset, len)) != 0) in check_woffset()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarf2out.c787 long check_offset = offset / DWARF_CIE_DATA_ALIGNMENT; local
789 if (check_offset * DWARF_CIE_DATA_ALIGNMENT != offset)
/openbsd/gnu/gcc/gcc/
H A Ddwarf2out.c869 HOST_WIDE_INT check_offset = offset / DWARF_CIE_DATA_ALIGNMENT; in reg_save() local
871 gcc_assert (check_offset * DWARF_CIE_DATA_ALIGNMENT == offset); in reg_save()