| 340 | return ((x) & 0x0C); |
| 341 | } |
| 342 | inline byte bnode_is_bottom_of_split_mp(byte x) |
| 343 | { |
| 344 | return ((x) & 0x10); |
| 345 | } |
| 346 | |
| 347 | /* This function cannot be defined before struct rete_node_struct */ |
| 348 | inline rete_node* real_parent_node(rete_node* x); |
no outgoing calls
no test coverage detected