Searched defs:end_bit (Results 1 – 8 of 8) sorted by relevance
61 bool end_bit = true; in TEST() local82 bool end_bit = true; in TEST() local117 bool end_bit = false; in TEST() local143 bool end_bit = true; in TEST() local187 bool end_bit = false; in TEST() local228 bool end_bit = true; in TEST() local264 bool end_bit = true; in TEST() local
26 bool end_bit; member
169 size_t end_bit = beg_bit + need_bits; in FindChunk() local219 const size_t end_bit = begin_bit + need_bits; in TryReserveChunk() local249 const size_t end_bit = beg_bit + free_size / kSuperPageSize; in FreeChunk() local329 const size_t end_bit = start_bit + bit_length; in SetBitmap() local343 const size_t end_bit = start_bit + bit_length; in ResetBitmap() local
26 uint32_t end_bit; in emmc_interrupt() local
431 uint64_t end_bit = cur_deflate_->offset + cur_deflate_->length; in SetExtraByte() local
101 uint32_t end_bit; in uniphier_emmc_send_cmd() local
89 int end_bit; /**< current field ends at this bit offset into p */ member
6081 static inline uint64_t Bits(uint64_t val, int start_bit, int end_bit) { in Bits()