Searched refs:start_word (Results 1 – 3 of 3) sorted by relevance
518 int sg_ata_get_chars(const uint16_t * word_arr, int start_word,
1271 const unsigned start_word = BITSET_BITWORD(first_component); in store() local1282 for (unsigned word = start_word; word <= end_word; word++) { in store()1286 if (word == start_word) in store()
3315 sg_ata_get_chars(const uint16_t * word_arr, int start_word, in sg_ata_get_chars() argument3323 for (k = start_word; k < (start_word + num_words); ++k) { in sg_ata_get_chars()