HomeSort by relevance Sort by last modified time
    Searched full:nb_slot (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Objects/
abstract.c 741 #define NB_SLOT(x) offsetof(PyNumberMethods, x)
901 return binary_op(v, w, NB_SLOT(op), op_name); \
915 PyObject *result = binary_op1(v, w, NB_SLOT(nb_add));
946 PyObject *result = binary_op1(v, w, NB_SLOT(nb_multiply));
965 return binary_op(v, w, NB_SLOT(nb_matrix_multiply), "@");
971 return binary_op(v, w, NB_SLOT(nb_floor_divide), "//");
977 return binary_op(v, w, NB_SLOT(nb_true_divide), "/");
983 return binary_op(v, w, NB_SLOT(nb_remainder), "%");
989 return ternary_op(v, w, z, NB_SLOT(nb_power), "** or pow()");
1040 return binary_iop(v, w, NB_SLOT(iop), NB_SLOT(op), op_name);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
abstract.c 894 #define NB_SLOT(x) offsetof(PyNumberMethods, x)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
abstract.c 894 #define NB_SLOT(x) offsetof(PyNumberMethods, x)
    [all...]
  /external/python/cpython2/Objects/
abstract.c 894 #define NB_SLOT(x) offsetof(PyNumberMethods, x)
1170 return binary_op(v, w, NB_SLOT(op), op_name); \
1185 PyObject *result = binary_op1(v, w, NB_SLOT(nb_add));
    [all...]
  /bootable/recovery/boot_control/
boot_control.cpp 142 boot_ctrl->nb_slot = kMaxNumSlots;
168 boot_ctrl->nb_slot = last_existing_slot + 1;
176 if (slot < boot_ctrl->nb_slot) {
240 module->num_slots = boot_ctrl.nb_slot;
  /bootable/recovery/bootloader_message/include/bootloader_message/
bootloader_message.h 162 uint8_t nb_slot : 3; member in struct:bootloader_control

Completed in 428 milliseconds