Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/containers/
Dbit_vector.h640 explicit Block(uint64_t* start_word) : start_word_(start_word) {} in Block()
723 uint64_t* start_word() { return start_word_; } in start_word() function
735 explicit ConstBlock(const uint64_t* start_word) : start_word_(start_word) {} in ConstBlock()
815 uint64_t* start_word = &words_[Block::kWords * idx]; in BlockFromIndex() local
/external/sg3_utils/lib/
Dsg_lib.c3812 sg_ata_get_chars(const uint16_t * word_arr, int start_word, in sg_ata_get_chars()
/external/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c1783 const unsigned start_word = BITSET_BITWORD(first_component); in xfb_decl_store() local