Home
last modified time | relevance | path

Searched refs:newbase (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_addr.c59 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/
Dtypeobject.c3068 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/
Dtypeobject.c3035 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()