Home
last modified time | relevance | path

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

/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h518 int sg_ata_get_chars(const uint16_t * word_arr, int start_word,
/third_party/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp1297 const unsigned start_word = BITSET_BITWORD(first_component); in store() local
1308 for (unsigned word = start_word; word <= end_word; word++) { in store()
1312 if (word == start_word) in store()
/third_party/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()