Home
last modified time | relevance | path

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

/lib/
Dts_fsm.c139 unsigned block_len = 0, strict, consumed = state->offset; in fsm_find() local
145 block_len = conf->get_next_block(consumed, &data, conf, state); }) in fsm_find()
155 #define end_of_data() unlikely(block_idx >= block_len && !GET_NEXT_BLOCK()) in fsm_find()