HomeSort by relevance Sort by last modified time
    Searched refs:cell_index (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
gim_hash_table.h 346 GUINT cell_index = _find_avaliable_cell(hashkey); local
348 if(cell_index==GIM_INVALID_HASH)
352 GUINT cell_index = _find_avaliable_cell(hashkey); local
353 btAssert(cell_index!=GIM_INVALID_HASH);
355 return cell_index;
365 GUINT cell_index = _find_cell(m_nodes[index].m_key); local
367 btAssert(cell_index!=GIM_INVALID_HASH);
368 btAssert(m_hash_table[cell_index]==index);
370 m_hash_table[cell_index] = GIM_INVALID_HASH;
382 GUINT cell_index = _find_cell(hashkey)
408 GUINT cell_index = _assign_hash_table_cell(hashkey); local
435 GUINT cell_index = _assign_hash_table_cell(hashkey); local
474 GUINT cell_index = _find_cell(hashkey); local
727 GUINT cell_index = _find_cell(hashkey); local
    [all...]
  /external/v8/src/heap/
slot-set.h 41 int bucket_index, cell_index, bit_index; local
42 SlotToIndices(slot_offset, &bucket_index, &cell_index, &bit_index);
46 bucket[bucket_index][cell_index] |= 1u << bit_index;
51 int bucket_index, cell_index, bit_index; local
52 SlotToIndices(slot_offset, &bucket_index, &cell_index, &bit_index);
54 uint32_t cell = bucket[bucket_index][cell_index];
58 bucket[bucket_index][cell_index] ^= bit_mask;
116 int bucket_index, cell_index, bit_index; local
117 SlotToIndices(slot_offset, &bucket_index, &cell_index, &bit_index);
119 uint32_t cell = bucket[bucket_index][cell_index];
    [all...]
mark-compact.cc 2921 unsigned int cell_index = mark_bit_index >> Bitmap::kBitsPerCellLog2; local
    [all...]

Completed in 4150 milliseconds