Home
last modified time | relevance | path

Searched refs:high2 (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_frame.c555 uint8_t high2, low6; in _dwarf_frame_run_inst() local
602 high2 = *p & 0xc0; in _dwarf_frame_run_inst()
606 if (high2 > 0) { in _dwarf_frame_run_inst()
607 switch (high2) { in _dwarf_frame_run_inst()
922 uint8_t high2, low6; in _dwarf_frame_convert_inst() local
1003 high2 = *p & 0xc0; in _dwarf_frame_convert_inst()
1007 if (high2 > 0) { in _dwarf_frame_convert_inst()
1008 switch (high2) { in _dwarf_frame_convert_inst()
1363 high2 = op & 0xc0; in _dwarf_frame_fde_add_inst()
1366 if (high2 > 0) { in _dwarf_frame_fde_add_inst()
[all …]
/freebsd-14.2/sys/x86/isa/
H A Disa_dma.c458 u_long low1, high1, low2, high2; in isa_dmastatus_locked() local
488 high2 = inb(waport); in isa_dmastatus_locked()
499 cnt = (low2 + (high2 << 8) + 1) & 0xffff; in isa_dmastatus_locked()
/freebsd-14.2/contrib/diff/src/
H A Ddiff3.c839 lin low2, lin high2) in create_diff3_block() argument
853 D_HIGHLINE (result, FILE2) = high2; in create_diff3_block()