Home
last modified time | relevance | path

Searched refs:up_branch (Results 1 – 3 of 3) sorted by relevance

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dunrarppm.c564 struct ppm_context *pc, *up_branch; in create_successors() local
570 up_branch = ppm_data->found_state->successor; in create_successors()
596 if (p->successor != up_branch) { in create_successors()
606 up_state.symbol= *(unsigned char *) up_branch; in create_successors()
607 up_state.successor = (struct ppm_context *) (((unsigned char *) up_branch)+1); in create_successors()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtravel.h90 level_id find_up_level(level_id curr, bool up_branch = false);
H A Dtravel.cc2375 level_id find_up_level(level_id curr, bool up_branch) in find_up_level() argument
2379 if (up_branch) in find_up_level()