Searched refs:action1 (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/xz/src/liblzma/rangecoder/ |
| H A D | range_decoder.h | 220 #define rc_bit_last(prob, action0, action1) \ argument 227 action1; \ 232 #define rc_bit_last_safe(prob, action0, action1, seq) \ argument 239 action1; \ 246 #define rc_bit(prob, action0, action1) \ argument 249 symbol = (symbol << 1) + 1; action1) 252 #define rc_bit_safe(prob, action0, action1, seq) \ argument 255 symbol = (symbol << 1) + 1; action1, \
|
| /src/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fs_core.c | 1606 u32 action1 = act1->action; in check_conflicting_actions() local 1610 xored_actions = action1 ^ action2; in check_conflicting_actions() 1613 if (action1 == MLX5_FLOW_CONTEXT_ACTION_COUNT || in check_conflicting_actions() 1627 if (action1 & MLX5_FLOW_CONTEXT_ACTION_PACKET_REFORMAT && in check_conflicting_actions() 1631 if (action1 & MLX5_FLOW_CONTEXT_ACTION_MOD_HDR && in check_conflicting_actions() 1635 if (action1 & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH && in check_conflicting_actions() 1639 if (action1 & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2 && in check_conflicting_actions()
|
| /src/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 3129 .WillOnce(action1); 3135 execute `action1` in thread 1 and `action2` in thread 2. 3139 that the execution of `action1` and `action2` in the above example *may* 3141 `action1` and `action2` to make the test thread-safe.
|