Home
last modified time | relevance | path

Searched refs:cond_else (Results 1 – 25 of 60) sorted by relevance

123

/dports/security/suricata/suricata-6.0.4/rust/vendor/rusticata-macros/src/
H A Dcombinator.rs47 pub fn cond_else<I: Clone, O, E: ParseError<I>, C, F, G>( in cond_else() function
79 use super::{align32, cond_else, flat_take, pure};
121 cond_else(|| a == 1, parse_u8, pure(0x02))(input), in test_cond_else()
125 cond_else(|| a == 1, parse_u8, pure(0x02))(input), in test_cond_else()
129 cond_else(|| a == 2, parse_u8, pure(0x02))(input), in test_cond_else()
133 cond_else(|| a == 1, pure(0x02), parse_u8)(input), in test_cond_else()
136 let res: IResult<&[u8], u8> = cond_else(|| a == 1, parse_u8, parse_u8)(input); in test_cond_else()
H A Dmacros.rs101 macro_rules! cond_else (
109 cond_else!($i, $cond, call!($expr_then), $expr_else!($($args_else)*))
112 cond_else!($i, $cond, $expr_then!($($args_then)*), call!($expr_else))
115 cond_else!($i, $cond, call!($expr_then), call!($expr_else))
323 cond_else!(input, a == 1, call!(parse_u8), value!(0x02)),
327 cond_else!(input, a == 1, parse_u8, value!(0x02)),
331 cond_else!(input, a == 2, parse_u8, value!(0x02)),
335 cond_else!(input, a == 1, value!(0x02), parse_u8),
338 let res: IResult<&[u8], u8> = cond_else!(input, a == 1, parse_u8, parse_u8);
/dports/lang/gleam/gleam-0.18.2/cargo-crates/rusticata-macros-3.2.0/src/
H A Dcombinator.rs103 pub fn cond_else<I: Clone, O, E: ParseError<I>, C, F, G>( in cond_else() function
135 use super::{align32, be_var_u64, cond_else, flat_take, pure};
184 cond_else(|| a == 1, parse_u8, pure(0x02))(input), in test_cond_else()
188 cond_else(|| a == 1, parse_u8, pure(0x02))(input), in test_cond_else()
192 cond_else(|| a == 2, parse_u8, pure(0x02))(input), in test_cond_else()
196 cond_else(|| a == 1, pure(0x02), parse_u8)(input), in test_cond_else()
199 let res: IResult<&[u8], u8> = cond_else(|| a == 1, parse_u8, parse_u8)(input); in test_cond_else()
H A Dmacros.rs109 macro_rules! cond_else (
117 cond_else!($i, $cond, call!($expr_then), $expr_else!($($args_else)*))
120 cond_else!($i, $cond, $expr_then!($($args_then)*), call!($expr_else))
123 cond_else!($i, $cond, call!($expr_then), call!($expr_else))
336 cond_else!(input, a == 1, call!(parse_u8), value!(0x02)),
340 cond_else!(input, a == 1, parse_u8, value!(0x02)),
344 cond_else!(input, a == 2, parse_u8, value!(0x02)),
348 cond_else!(input, a == 1, value!(0x02), parse_u8),
351 let res: IResult<&[u8], u8> = cond_else!(input, a == 1, parse_u8, parse_u8);
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp71 IfElseInstruction(cond_else), in ElseInstruction()
84 if (lhs.type() != cond_else) in is_equal_to()
H A Dsfn_instruction_base.h78 cond_else, enumerator
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp71 IfElseInstruction(cond_else), in ElseInstruction()
84 if (lhs.type() != cond_else) in is_equal_to()
H A Dsfn_instruction_base.h78 cond_else, enumerator
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp71 IfElseInstruction(cond_else), in ElseInstruction()
84 if (lhs.type() != cond_else) in is_equal_to()
H A Dsfn_instruction_base.h78 cond_else, enumerator
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp71 IfElseInstruction(cond_else), in ElseInstruction()
84 if (lhs.type() != cond_else) in is_equal_to()
H A Dsfn_instruction_base.h78 cond_else, enumerator
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp71 IfElseInstruction(cond_else), in ElseInstruction()
84 if (lhs.type() != cond_else) in is_equal_to()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp71 IfElseInstruction(cond_else), in ElseInstruction()
84 if (lhs.type() != cond_else) in is_equal_to()
H A Dsfn_instruction_base.h78 cond_else, enumerator
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp71 IfElseInstruction(cond_else), in ElseInstruction()
84 if (lhs.type() != cond_else) in is_equal_to()
H A Dsfn_instruction_base.h78 cond_else, enumerator
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp71 IfElseInstruction(cond_else), in ElseInstruction()
84 if (lhs.type() != cond_else) in is_equal_to()
H A Dsfn_instruction_base.h78 cond_else, enumerator
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp71 IfElseInstruction(cond_else), in ElseInstruction()
84 if (lhs.type() != cond_else) in is_equal_to()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp70 IfElseInstruction(cond_else), in ElseInstruction()
83 if (lhs.type() != cond_else) in is_equal_to()
H A Dsfn_instruction_base.h78 cond_else, enumerator
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp71 IfElseInstruction(cond_else), in ElseInstruction()
84 if (lhs.type() != cond_else) in is_equal_to()
/dports/devel/vasm/vasm/
H A Dcond.h21 void cond_else(void);
H A Dcond.c57 void cond_else(void) in cond_else() function

123