Home
last modified time | relevance | path

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

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h182 uint8_t obj_type; // 8 LSB of PKCS-11 CKO_<OBJ TYPE> member
188 #define AES_KEY_ID(_id) (((struct KeyInfo){ .key_type = CKK_AES, .obj_type = CKO_SECRET_KEY, .size …
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c6451 PyTypeObject *obj_type; member
6459 {"__self_class__", T_OBJECT, offsetof(superobject, obj_type), READONLY,
6472 Py_XDECREF(su->obj_type);
6481 if (su->obj_type)
6485 su->obj_type->tp_name);
6496 int skip = su->obj_type == NULL;
6512 starttype = su->obj_type;
6546 su->obj_type
6642 PyTypeObject *obj_type = supercheck(su->type, obj); local
6643 if (obj_type == NULL)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c6415 PyTypeObject *obj_type; member
6423 {"__self_class__", T_OBJECT, offsetof(superobject, obj_type), READONLY,
6436 Py_XDECREF(su->obj_type);
6445 if (su->obj_type)
6449 su->obj_type->tp_name);
6460 int skip = su->obj_type == NULL;
6476 starttype = su->obj_type;
6510 su->obj_type
6606 PyTypeObject *obj_type = supercheck(su->type, obj); local
6607 if (obj_type == NULL)
[all …]