Searched refs:newbase (Results 1 – 3 of 3) sorted by relevance
642 setint_n(struct tbl *vq, mksh_ari_t num, int newbase) in setint_n() argument650 if (newbase != 0) in setint_n()651 vq->type = newbase; in setint_n()
4655 PyTypeObject *newbase, *oldbase; in compatible_for_assignment() local4676 newbase = newto; in compatible_for_assignment()4678 while (compatible_with_tp_base(newbase)) in compatible_for_assignment()4679 newbase = newbase->tp_base; in compatible_for_assignment()4682 if (newbase != oldbase && in compatible_for_assignment()4683 (newbase->tp_base != oldbase->tp_base || in compatible_for_assignment()4684 !same_slots_added(newbase, oldbase))) { in compatible_for_assignment()
3328 static void* prepend_alloc(mstate m, char* newbase, char* oldbase, in prepend_alloc() argument3330 mchunkptr p = align_as_chunk(newbase); in prepend_alloc()