Searched defs:word (Results 1 – 3 of 3) sorted by relevance
57 uint32_t word = bit_storage_[word_index]; in FindIndex() local
234 for (uint32_t word = 0; word < storage_size_; word++) { in NumSetBits() local320 for (uint32_t word = 0u; word < word_end; word++) { in NumSetBits() local
552 def capitalize_first(word): argument