Searched refs:NUMBER_FOR_SPLICING_SUBSTATE (Results 1 – 1 of 1) sorted by relevance
69 const uint32_t NUMBER_FOR_SPLICING_SUBSTATE = 100; variable1453 substate = substate * NUMBER_FOR_SPLICING_SUBSTATE + PRINT_JOB_BLOCKED_OUT_OF_PAPER; in GetBlockedSubstate()1456 substate = substate * NUMBER_FOR_SPLICING_SUBSTATE + PRINT_JOB_BLOCKED_JAMMED; in GetBlockedSubstate()1459 substate = substate * NUMBER_FOR_SPLICING_SUBSTATE + PRINT_JOB_BLOCKED_OUT_OF_TONER; in GetBlockedSubstate()1461 substate = substate * NUMBER_FOR_SPLICING_SUBSTATE + PRINT_JOB_BLOCKED_LOW_ON_TONER; in GetBlockedSubstate()1465 substate = substate * NUMBER_FOR_SPLICING_SUBSTATE + PRINT_JOB_BLOCKED_OUT_OF_INK; in GetBlockedSubstate()1467 substate = substate * NUMBER_FOR_SPLICING_SUBSTATE + PRINT_JOB_BLOCKED_LOW_ON_INK; in GetBlockedSubstate()1471 substate = substate * NUMBER_FOR_SPLICING_SUBSTATE + PRINT_JOB_BLOCKED_DOOR_OPEN; in GetBlockedSubstate()1474 substate = substate * NUMBER_FOR_SPLICING_SUBSTATE + PRINT_JOB_BLOCKED_UNKNOWN; in GetBlockedSubstate()