Searched refs:newbase (Results 1 – 8 of 8) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | fsgsbase.c | 309 unsigned long newbase; in test_wrbase() local 323 newbase = rdgsbase(); in test_wrbase() 325 if (newindex == index && newbase == base) { in test_wrbase() 329 newindex, newbase); in test_wrbase()
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 3174 PyTypeObject *newbase, *oldbase; in compatible_for_assignment() local 3187 newbase = newto; in compatible_for_assignment() 3189 while (equiv_structs(newbase, newbase->tp_base)) in compatible_for_assignment() 3190 newbase = newbase->tp_base; in compatible_for_assignment() 3193 if (newbase != oldbase && in compatible_for_assignment() 3194 (newbase->tp_base != oldbase->tp_base || in compatible_for_assignment() 3195 !same_slots_added(newbase, oldbase))) { in compatible_for_assignment()
|
/external/mksh/src/ |
D | var.c | 642 setint_n(struct tbl *vq, mksh_ari_t num, int newbase) in setint_n() argument 650 if (newbase != 0) in setint_n() 651 vq->type = newbase; in setint_n()
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 4073 PyTypeObject *newbase, *oldbase; in compatible_for_assignment() local 4094 newbase = newto; in compatible_for_assignment() 4096 while (compatible_with_tp_base(newbase)) in compatible_for_assignment() 4097 newbase = newbase->tp_base; in compatible_for_assignment() 4100 if (newbase != oldbase && in compatible_for_assignment() 4101 (newbase->tp_base != oldbase->tp_base || in compatible_for_assignment() 4102 !same_slots_added(newbase, oldbase))) { in compatible_for_assignment()
|
/external/libxml2/ |
D | tree.c | 5315 xmlChar *base, *newbase; in xmlNodeGetBase() local 5353 newbase = xmlBuildURI(oldbase, base); in xmlNodeGetBase() 5354 if (newbase != NULL) { in xmlNodeGetBase() 5357 oldbase = newbase; in xmlNodeGetBase() 5377 newbase = xmlBuildURI(oldbase, doc->URL); in xmlNodeGetBase() 5379 return(newbase); in xmlNodeGetBase()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 3328 static void* prepend_alloc(mstate m, char* newbase, char* oldbase, in prepend_alloc() argument 3330 mchunkptr p = align_as_chunk(newbase); in prepend_alloc()
|
/external/libffi/src/ |
D | dlmalloc.c | 3328 static void* prepend_alloc(mstate m, char* newbase, char* oldbase, in prepend_alloc() argument 3330 mchunkptr p = align_as_chunk(newbase); in prepend_alloc()
|
/external/dlmalloc/ |
D | malloc.c | 3956 static void* prepend_alloc(mstate m, char* newbase, char* oldbase, in prepend_alloc() argument 3958 mchunkptr p = align_as_chunk(newbase); in prepend_alloc()
|