Home
last modified time | relevance | path

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

/freebsd/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()
1010 SET_BASE_OP(high2); in _dwarf_frame_convert_inst()
1014 SET_BASE_OP(high2); in _dwarf_frame_convert_inst()
[all …]
/freebsd/sys/x86/isa/
H A Disa_dma.c450 u_long low1, high1, low2, high2; in isa_dmastatus_locked() local
480 high2 = inb(waport); in isa_dmastatus_locked()
491 cnt = (low2 + (high2 << 8) + 1) & 0xffff; in isa_dmastatus_locked()
/freebsd/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()