Searched refs:check_offset (Results 1 – 4 of 4) sorted by relevance
247 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 …]
96 check_offset(const struct sshbuf *buf, int wr, size_t offset, size_t len) in check_offset() function116 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()
787 long check_offset = offset / DWARF_CIE_DATA_ALIGNMENT; local789 if (check_offset * DWARF_CIE_DATA_ALIGNMENT != offset)
869 HOST_WIDE_INT check_offset = offset / DWARF_CIE_DATA_ALIGNMENT; in reg_save() local871 gcc_assert (check_offset * DWARF_CIE_DATA_ALIGNMENT == offset); in reg_save()