HomeSort by relevance Sort by last modified time
    Searched refs:SetBit (Results 1 - 25 of 51) sorted by null

1 2 3

  /art/libartbase/base/
bit_vector_test.cc 45 bv.SetBit(0);
46 bv.SetBit(kBits - 1);
80 bv.SetBit(8);
86 bv.SetBit(16);
92 bv.SetBit(32);
98 bv.SetBit(48);
150 second.SetBit(64);
151 third.SetBit(64);
162 second.SetBit(64);
176 second.SetBit(4)
    [all...]
bit_vector.h 137 void SetBit(uint32_t idx) {
bit_vector.cc 253 SetBit(num_bits - 1);
301 SetBit(highest_bit);
  /external/ImageMagick/coders/
stegano.c 96 #define SetBit(i,set) SetPixelIndex(image,(Quantum) ((set) != 0 ? \
204 SetBit(i,GetBit(pixel.red,j));
209 SetBit(i,GetBit(pixel.green,j));
214 SetBit(i,GetBit(pixel.blue,j));
otb.c 309 #define SetBit(a,i,set) \
350 SetBit(info,4,1);
  /external/google-breakpad/src/client/linux/minidump_writer/
cpu_set.h 107 SetBit(start++);
128 void SetBit(uintptr_t index) {
  /art/compiler/optimizing/
code_sinking.cc 279 post_dominated.SetBit(block->GetBlockId());
294 post_dominated.SetBit(block->GetBlockId());
363 processed_instructions.SetBit(instruction->GetId());
368 instructions_that_can_move.SetBit(instruction->GetId());
370 processed_instructions.SetBit(instruction->GetId());
superblock_cloner.cc 241 visited.SetBit(entry_block->GetBlockId());
242 visiting.SetBit(entry_block->GetBlockId());
262 visited.SetBit(successor_id);
263 visiting.SetBit(successor_id);
277 outer_loop_bb_set->SetBit(block->GetBlockId());
291 outer_loop_bb_set->SetBit(entry.second->GetBlockId());
intrinsics.h 166 void Set##name() { SetBit(k##name); } \
188 void SetBit(uint32_t bit) {
203 void Set##name() { SetBit(k##name); } \
stack_map_test.cc 138 sp_mask1.SetBit(2);
139 sp_mask1.SetBit(4);
152 sp_mask2.SetBit(3);
153 sp_mask2.SetBit(8);
160 sp_mask3.SetBit(1);
161 sp_mask3.SetBit(5);
168 sp_mask4.SetBit(6);
169 sp_mask4.SetBit(7);
423 sp_mask1.SetBit(2);
424 sp_mask1.SetBit(4)
    [all...]
ssa_phi_elimination.cc 168 visited_phis_in_cycle.SetBit(phi->GetId());
200 visited_phis_in_cycle.SetBit(input->GetId());
ssa_liveness_analysis.cc 124 live_in->SetBit(input->GetSsaIndex());
167 live_in->SetBit(input->GetSsaIndex());
184 kill->SetBit(current->GetSsaIndex());
201 live_in->SetBit(instruction->GetSsaIndex());
230 kill->SetBit(current->GetSsaIndex());
licm.cc 113 visited->SetBit(inner->GetBlockId());
register_allocator.cc 159 liveness_of_spill_slot->SetBit(j);
206 liveness_of_register->SetBit(j);
dead_code_elimination.cc 35 visited->SetBit(graph->GetEntryBlock()->GetBlockId());
83 visited->SetBit(successor->GetBlockId());
gvn.cc 232 buckets_owned_.SetBit(index);
505 visited_blocks_.SetBit(block->GetBlockId());
nodes.cc 72 visited->SetBit(entry_block_->GetBlockId());
73 visiting.SetBit(entry_block_->GetBlockId());
89 visited->SetBit(successor_id);
90 visiting.SetBit(successor_id);
734 blocks_.SetBit(block->GetBlockId());
746 blocks_.SetBit(block->GetBlockId());
781 blocks_.SetBit(block_id);
782 finalized->SetBit(block_id);
797 blocks_.SetBit(block_id);
798 finalized->SetBit(block_id)
    [all...]
  /art/runtime/gc/accounting/
bitmap.h 61 ALWAYS_INLINE bool SetBit(size_t bit_index) {
163 return SetBit(BitIndexFromAddr(addr));
  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.c 26 static __inline uint32_t SetBit(uint32_t in, int pos) {
89 out = SetBit(out, i - kBandFirst);
119 out = SetBit(out, i - kBandFirst);
  /prebuilts/go/darwin-x86/src/math/big/
bits_test.go 182 x.SetBit(x, badj, 0)
185 x.SetBit(x, badj, 1)
int_test.go     [all...]
  /prebuilts/go/linux-x86/src/math/big/
bits_test.go 182 x.SetBit(x, badj, 0)
185 x.SetBit(x, badj, 1)
int_test.go     [all...]
  /art/runtime/base/
arena_allocator_test.cc 39 bv.SetBit(5);
41 bv.SetBit(35);
  /external/v8/src/base/
atomic-utils.h 141 V8_INLINE void SetBit(int bit) {

Completed in 904 milliseconds

1 2 3