Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dbit_vector.h643 explicit Block(uint64_t* start_word) : start_word_(start_word) {} in Block()
726 uint64_t* start_word() { return start_word_; } in start_word() function
738 explicit ConstBlock(const uint64_t* start_word) : start_word_(start_word) {} in ConstBlock()
818 uint64_t* start_word = &words_[Block::kWords * idx]; in BlockFromIndex() local
/aosp_15_r20/art/runtime/gc/accounting/
H A Dcard_table-inl.h97 uintptr_t start_word = *word_cur; in Scan() local
/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_lib.c3812 sg_ata_get_chars(const uint16_t * word_arr, int start_word, in sg_ata_get_chars()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c1892 const unsigned start_word = BITSET_BITWORD(first_component); in xfb_decl_store() local