Searched refs:CBC_HIGHEST_BIT_MASK (Results 1 – 5 of 5) sorted by relevance
506 byte = (uint8_t) (byte | CBC_HIGHEST_BIT_MASK); in parser_emit_line_info()774 if (!(current_p->branch.offset & CBC_HIGHEST_BIT_MASK)) in parser_set_breaks_to_current_position()792 if (current_p->branch.offset & CBC_HIGHEST_BIT_MASK) in parser_set_continues_to_current_position()
400 if (page_p->bytes[offset] & CBC_HIGHEST_BIT_MASK) in parse_update_branches()748 while (byte & CBC_HIGHEST_BIT_MASK); in parse_print_final_cbc()1046 while (last_byte & CBC_HIGHEST_BIT_MASK); in parser_post_processing()1088 *first_byte = (uint8_t) ((literal_index >> 8) | CBC_HIGHEST_BIT_MASK); in parser_post_processing()1433 while (last_byte & CBC_HIGHEST_BIT_MASK); in parser_post_processing()1498 *branch_mark_p |= CBC_HIGHEST_BIT_MASK; in parser_post_processing()
740 #define CBC_HIGHEST_BIT_MASK 0x80 macro
2250 loop.branch_list_p->branch.offset |= CBC_HIGHEST_BIT_MASK; in parser_parse_continue_statement()2295 loop.branch_list_p->branch.offset |= CBC_HIGHEST_BIT_MASK; in parser_parse_continue_statement()
3974 while (byte & CBC_HIGHEST_BIT_MASK); in vm_loop()