Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dword_lattice.c62 …wl->whether_sorted = (asr_int16_t*)CALLOC_CLR(max_frames, sizeof(asr_int16_t), "search.word_latti… in allocate_word_lattice()
70 FREE(wl->whether_sorted); in destroy_word_lattice()
80 wl->whether_sorted[ifr] = 0; in initialize_word_lattice()
544 if (wl->whether_sorted[frame])
547 wl->whether_sorted[frame] = 1;
/external/srec/srec/include/
Dsrec.h134 asr_int16_t *whether_sorted; member