Home
last modified time | relevance | path

Searched refs:fmt_op (Results 1 – 8 of 8) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/parity-wasm/src/elements/
H A Dops.rs2344 macro_rules! fmt_op { macro
2361 Unreachable => fmt_op!(f, "unreachable"), in fmt()
2362 Nop => fmt_op!(f, "nop"), in fmt()
2369 Else => fmt_op!(f, "else"), in fmt()
2370 End => fmt_op!(f, "end"), in fmt()
2371 Br(idx) => fmt_op!(f, "br", idx), in fmt()
2372 BrIf(idx) => fmt_op!(f, "br_if", idx), in fmt()
2374 Return => fmt_op!(f, "return"), in fmt()
2375 Call(index) => fmt_op!(f, "call", index), in fmt()
2377 Drop => fmt_op!(f, "drop"), in fmt()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/parity-wasm/src/elements/
H A Dops.rs2344 macro_rules! fmt_op { macro
2361 Unreachable => fmt_op!(f, "unreachable"), in fmt()
2362 Nop => fmt_op!(f, "nop"), in fmt()
2369 Else => fmt_op!(f, "else"), in fmt()
2370 End => fmt_op!(f, "end"), in fmt()
2371 Br(idx) => fmt_op!(f, "br", idx), in fmt()
2372 BrIf(idx) => fmt_op!(f, "br_if", idx), in fmt()
2374 Return => fmt_op!(f, "return"), in fmt()
2375 Call(index) => fmt_op!(f, "call", index), in fmt()
2377 Drop => fmt_op!(f, "drop"), in fmt()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/parity-wasm/src/elements/
H A Dops.rs2344 macro_rules! fmt_op { macro
2361 Unreachable => fmt_op!(f, "unreachable"), in fmt()
2362 Nop => fmt_op!(f, "nop"), in fmt()
2369 Else => fmt_op!(f, "else"), in fmt()
2370 End => fmt_op!(f, "end"), in fmt()
2371 Br(idx) => fmt_op!(f, "br", idx), in fmt()
2372 BrIf(idx) => fmt_op!(f, "br_if", idx), in fmt()
2374 Return => fmt_op!(f, "return"), in fmt()
2375 Call(index) => fmt_op!(f, "call", index), in fmt()
2377 Drop => fmt_op!(f, "drop"), in fmt()
[all …]
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dmtio.h165 unsigned int fmt_op; member
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dmtio.h165 unsigned int fmt_op; member
/dports/emulators/hercules/hercules-3.13/
H A Dw32mtio.h258 unsigned int fmt_op; /* operation to perform */ member
/dports/devel/stylua/StyLua-0.11.0/src/formatters/
H A Dexpression.rs35 macro_rules! fmt_op { macro
55 fmt_op!(ctx, BinOp, binop, shape, { in format_binop()
360 fmt_op!(ctx, UnOp, unop, shape, { in format_unop()
H A Dluau.rs3 fmt_op, fmt_symbol,
32 fmt_op!(ctx, CompoundOp, compound_op, shape, { in format_compound_op()