Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h518 int sg_ata_get_chars(const uint16_t * word_arr, int start_word,
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp1271 const unsigned start_word = BITSET_BITWORD(first_component); in store() local
1282 for (unsigned word = start_word; word <= end_word; word++) { in store()
1286 if (word == start_word) in store()
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c3315 sg_ata_get_chars(const uint16_t * word_arr, int start_word, in sg_ata_get_chars() argument
3323 for (k = start_word; k < (start_word + num_words); ++k) { in sg_ata_get_chars()