Searched refs:atype (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
H A Dscantools.py738 for atype, aname, amode in arglist:
739 self.typeused(atype, amode)
741 (atype, aname, amode))
749 for atype, aname, amode in arglist:
750 oline += ",\n (%s, %r, %s)" % (atype, aname, amode)
770 for atype, aname, amode in arglist:
771 if atype in self.blacklisttypes:
772 self.report("argument type %s is blacklisted", atype)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dasdl_c.py261 argstr = ", ".join(["%s %s" % (atype, aname)
262 for atype, aname, opt in args])
284 argstr = ", ".join(["%s %s" % (atype, aname)
285 for atype, aname, opt in args + attrs])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dsocketmodule.c1545 unsigned int atype, v1, v2, v3; local
1560 &atype, &v1, &v2, &v3, &scope))
1568 addr->addrtype = atype;
1570 if (atype == TIPC_ADDR_NAMESEQ) {
1574 } else if (atype == TIPC_ADDR_NAME) {
1577 } else if (atype == TIPC_ADDR_ID) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsocketmodule.c1480 unsigned int atype, v1, v2, v3; local
1495 &atype, &v1, &v2, &v3, &scope))
1503 addr->addrtype = atype;
1505 if (atype == TIPC_ADDR_NAMESEQ) {
1509 } else if (atype == TIPC_ADDR_NAME) {
1512 } else if (atype == TIPC_ADDR_ID) {

Completed in 291 milliseconds