| /src/common/lib/libc/gen/ |
| ptree.c | 333 const pt_slot_t other_slot = id->id_slot ^ PT_SLOT_OTHER; local 347 PTN_BRANCH_SLOT(target, other_slot) = node; 351 ptree_set_position(node, other_slot); 930 const pt_slot_t other_slot = slot ^ PT_SLOT_OTHER; local 981 PTN_BRANCH_SLOT(parent, other_slot) = 982 PTN_BRANCH_SLOT(target, other_slot); 1022 const pt_slot_t other_slot = parent_slot ^ PT_SLOT_OTHER; local 1023 uintptr_t other_node = PTN_BRANCH_SLOT(parent, other_slot);
|
| /src/sys/kern/ |
| subr_thmap.c | 738 unsigned slot, other_slot; local 820 other_slot = hashval_getleafslot(thmap, other, query.level); 822 node_insert(child, other_slot, target); 843 if (slot == other_slot) {
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| program-state.cc | 358 entry_t *other_slot = const_cast <map_t &> (other.m_map).get (sval); local 359 if (other_slot == NULL) 361 if (e != *other_slot)
|
| store.cc | 690 const svalue **other_slot local 692 if (other_slot == NULL) 694 if (sval != *other_slot) 2379 binding_cluster **other_slot local 2381 if (other_slot == NULL) 2383 if (*c != **other_slot)
|
| region-model.cc | 175 const svalue * const *other_slot = other.get (reg); local 176 if (other_slot == NULL) 178 if (sval != *other_slot) 274 const svalue * const * other_slot = other.get (iter_reg); local 275 if (other_slot) 277 if (iter_sval == *other_slot)
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| program-state.cc | 363 entry_t *other_slot = const_cast <map_t &> (other.m_map).get (sval); local 364 if (other_slot == NULL) 366 if (e != *other_slot)
|
| store.cc | 561 const svalue **other_slot local 563 if (other_slot == NULL) 565 if (sval != *other_slot) 2181 binding_cluster **other_slot local 2183 if (other_slot == NULL) 2185 if (*c != **other_slot)
|
| region-model.cc | 149 const svalue * const *other_slot = other.get (reg); local 150 if (other_slot == NULL) 152 if (sval != *other_slot) 222 const svalue * const * other_slot = other.get (iter_reg); local 223 if (other_slot) 224 if (iter_sval == *other_slot)
|