Home
last modified time | relevance | path

Searched defs:subtype (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidBoot/
DAndroidBootApp.c27 #define IS_DEVICE_PATH_NODE(node,type,subtype) (((node)->Type == (type)) && ((node)->SubType == (su… argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Diterators.py47 def typed_subpart_iterator(msg, maintype='text', subtype=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DMimeWriter.py145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1): argument
/device/google/contexthub/firmware/os/inc/
DhalIntf.h30 #define APP_TO_SENSOR_HAL_TYPE(sensor, subtype) (((sensor) && 0xFF) | (((subtype) & 0x7F) << 8)) argument
/device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/
DAndroidFastbootApp.c39 #define IS_DEVICE_PATH_NODE(node,type,subtype) (((node)->Type == (type)) && ((node)->SubType == (su… argument
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
Dpm_api_sys.c222 enum pm_ret_status pm_system_shutdown(unsigned int type, unsigned int subtype) in pm_system_shutdown()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
Dif_media.h267 #define IFM_MAKEWORD(type, subtype, options, instance) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dstring_tests.py61 class subtype(self.__class__.type2test): class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmemoryobject.c100 memory_new(PyTypeObject *subtype, PyObject *args, PyObject *kwds) in memory_new()
Dtypeobject.c4774 PyTypeObject *type, *subtype, *staticbase; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dmemoryobject.c100 memory_new(PyTypeObject *subtype, PyObject *args, PyObject *kwds) in memory_new()
Dtypeobject.c4722 PyTypeObject *type, *subtype, *staticbase; local
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/
DAbootimgLib.c43 #define IS_DEVICE_PATH_NODE(node,type,subtype) (((node)->Type == (type)) && ((node)->SubType == (su… argument
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c28 #define IS_DEVICE_PATH_NODE(node,type,subtype) (((node)->Type == (type)) && ((node)->SubType == (su… argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c2295 int subtype; member