Searched refs:newbase (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | ns_addr.c | 59 static void cvtbase (long oldbase, int newbase, int input[], int inlen, unsigned char result[], int… 217 int newbase, in cvtbase() argument 234 input[d++] = sum / newbase; in cvtbase() 235 sum %= newbase; in cvtbase()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | typeobject.c | 3068 PyTypeObject *newbase, *oldbase; in compatible_for_assignment() local 3081 newbase = newto; in compatible_for_assignment() 3083 while (equiv_structs(newbase, newbase->tp_base)) in compatible_for_assignment() 3084 newbase = newbase->tp_base; in compatible_for_assignment() 3087 if (newbase != oldbase && in compatible_for_assignment() 3088 (newbase->tp_base != oldbase->tp_base || in compatible_for_assignment() 3089 !same_slots_added(newbase, oldbase))) { in compatible_for_assignment()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | typeobject.c | 3035 PyTypeObject *newbase, *oldbase; in compatible_for_assignment() local 3048 newbase = newto; in compatible_for_assignment() 3050 while (equiv_structs(newbase, newbase->tp_base)) in compatible_for_assignment() 3051 newbase = newbase->tp_base; in compatible_for_assignment() 3054 if (newbase != oldbase && in compatible_for_assignment() 3055 (newbase->tp_base != oldbase->tp_base || in compatible_for_assignment() 3056 !same_slots_added(newbase, oldbase))) { in compatible_for_assignment()
|