Home
last modified time | relevance | path

Searched refs:forw_ref (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/merge/
H A Dlibmatroska_extensions.cpp64 kax_reference_block_c *forw_ref = FindChild<kax_reference_block_c>(*this); in add_frame() local
65 if (past_ref == forw_ref) { in add_frame()
66 forw_ref = new kax_reference_block_c; in add_frame()
67 PushElement(*forw_ref); in add_frame()
69 forw_ref->set_value(forw_block); in add_frame()
70 forw_ref->SetParentBlock(*this); in add_frame()
/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Dnasm.h274 int forw_ref; /* is there a forward reference? */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dassemble.c2453 (ins->rex & REX_EV ? seg == NO_SEG && !forw_ref && \
2456 o <= 127 && seg == NO_SEG && !forw_ref)))
2462 bool forw_ref = !!(input->opflags & OPFLAG_UNKNOWN); in process_ea() local
2654 seg == NO_SEG && !forw_ref && in process_ea()
2767 seg == NO_SEG && !forw_ref && in process_ea()
2811 seg == NO_SEG && !forw_ref && in process_ea()
2896 if (o == 0 && seg == NO_SEG && !forw_ref && rm != 6 && in process_ea()
H A Dparser.c443 result->forw_ref = false; in parse_line()
883 result->forw_ref = true; in parse_line()
913 result->forw_ref = true; in parse_line()
H A Dnasm.c1466 output_ins.forw_ref = true; in assemble_file()
1473 output_ins.forw_ref = false; in assemble_file()
1475 if (output_ins.forw_ref) { in assemble_file()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dassemble.c2719 (ins->rex & REX_EV ? seg == NO_SEG && !forw_ref && \
2722 o <= 127 && seg == NO_SEG && !forw_ref)))
2728 bool forw_ref = !!(input->opflags & OPFLAG_UNKNOWN); in process_ea() local
2926 seg == NO_SEG && !forw_ref && in process_ea()
3039 seg == NO_SEG && !forw_ref && in process_ea()
3083 seg == NO_SEG && !forw_ref && in process_ea()
3168 if (o == 0 && seg == NO_SEG && !forw_ref && rm != 6 && in process_ea()
H A Dparser.c649 result->forw_ref = false; in parse_line()
991 result->forw_ref = true; in parse_line()
H A Dnasm.c1551 instruction->forw_ref = false; in forward_refs()
1562 instruction->forw_ref = true; in forward_refs()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dassemble.c2740 (ins->rex & REX_EV ? seg == NO_SEG && !forw_ref && \
2743 o <= 127 && seg == NO_SEG && !forw_ref)))
2749 bool forw_ref = !!(input->opflags & OPFLAG_UNKNOWN); in process_ea() local
2946 seg == NO_SEG && !forw_ref && in process_ea()
3059 seg == NO_SEG && !forw_ref && in process_ea()
3103 seg == NO_SEG && !forw_ref && in process_ea()
3188 if (o == 0 && seg == NO_SEG && !forw_ref && rm != 6 && in process_ea()
H A Dparser.c656 result->forw_ref = false; in parse_line()
998 result->forw_ref = true; in parse_line()
H A Dnasm.c1551 instruction->forw_ref = false; in forward_refs()
1562 instruction->forw_ref = true; in forward_refs()
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dnasm.h552 bool forw_ref; /* is there a forward reference? */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/include/
H A Dnasm.h687 bool forw_ref; /* is there a forward reference? */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/include/
H A Dnasm.h696 bool forw_ref; /* is there a forward reference? */ member
/dports/devel/nasm/nasm-2.15.05/include/
H A Dnasm.h707 bool forw_ref; /* is there a forward reference? */ member