Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_combios.c136 uint16_t offset = 0, check_offset; in combios_get_table_offset() local
144 check_offset = 0xc; in combios_get_table_offset()
147 check_offset = 0x14; in combios_get_table_offset()
150 check_offset = 0x2a; in combios_get_table_offset()
153 check_offset = 0x2c; in combios_get_table_offset()
156 check_offset = 0x2e; in combios_get_table_offset()
159 check_offset = 0x30; in combios_get_table_offset()
162 check_offset = 0x32; in combios_get_table_offset()
165 check_offset = 0x34; in combios_get_table_offset()
168 check_offset in combios_get_table_offset()
[all...]
/openbsd-src/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-src/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-src/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()