| /src/sys/arch/prep/prep/ |
| residual.c | 1048 static const unsigned char *addrtype[] = { "I/O", "Memory", "System" }; local 1051 PRIx64 " bytes\n", addrtype[p->PPCData[0] - 1], p->PPCData[1],
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-ioloop.c | 1037 uint16_t addrtype = dns_rrtype_aaaa; local 1062 addrtype = dns_rrtype_a; 1066 srp_add_server_address(server_port, addrtype, addrbuf, addrlen);
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| arc-dis.c | 1343 const char *addrtype = get_addrtype (value); local 1345 "%s", addrtype);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| arc-dis.c | 1344 const char *addrtype = get_addrtype (value); local 1346 "%s", addrtype);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/cr16/ |
| cr16.cc | 1248 enum cr16_addrtype addrtype; local 1258 addrtype = cr16_decompose_address (addr, &address, 1265 switch (addrtype) 1288 if (addrtype == CR16_INVALID) 1311 if (addrtype == CR16_REG_REL || addrtype == CR16_REGP_REL) 1328 enum cr16_addrtype addrtype; local 1332 addrtype = cr16_decompose_address (addr, &address, 0, FALSE); 1334 gcc_assert (addrtype != CR16_INVALID); 1343 switch (addrtype) 1583 enum cr16_addrtype addrtype; local [all...] |
| /src/external/gpl3/binutils/dist/include/ |
| hp-symtab.h | 942 unsigned int addrtype: 2; /* 0 => STATTYPE */ member in struct:dntt_type_with
|
| /src/external/gpl3/binutils.old/dist/include/ |
| hp-symtab.h | 942 unsigned int addrtype: 2; /* 0 => STATTYPE */ member in struct:dntt_type_with
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-fold.cc | 8539 tree addrtype; local 8542 addrtype = TREE_TYPE (addr); 8546 && TREE_CODE (TREE_TYPE (addrtype)) == VECTOR_TYPE 8547 && useless_type_conversion_p (type, TREE_TYPE (TREE_TYPE (addrtype))) 8557 TYPE_VECTOR_SUBPARTS (TREE_TYPE (addrtype)))) 8564 && TREE_CODE (TREE_TYPE (addrtype)) == COMPLEX_TYPE 8565 && useless_type_conversion_p (type, TREE_TYPE (TREE_TYPE (addrtype))))
|