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

  /external/python/cpython3/Objects/
moduleobject.c 229 PyModuleDef_Slot* cur_slot; local
260 for (cur_slot = def->m_slots; cur_slot && cur_slot->slot; cur_slot++) {
261 if (cur_slot->slot == Py_mod_create) {
269 create = cur_slot->value;
270 } else if (cur_slot->slot < 0 || cur_slot->slot > _Py_mod_LAST_SLOT) {
274 name, cur_slot->slot)
353 PyModuleDef_Slot *cur_slot; local
    [all...]
  /hardware/qcom/bootctrl/
boot_control.cpp 334 unsigned cur_slot = 0; local
339 cur_slot = get_current_slot(module);
340 if (update_slot_attribute(slot_suffix_arr[cur_slot],

Completed in 200 milliseconds