Searched refs:g_type (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dipc_kmsg.c4069 mach_msg_descriptor_type_t g_type; local
4074 g_type = gstart->type.type;
4076 if (g_type != MACH_MSG_PORT_DESCRIPTOR) {
4106 if (g_type == MACH_MSG_OOL_DESCRIPTOR ||
4107 g_type == MACH_MSG_OOL_VOLATILE_DESCRIPTOR) {
/macosx-10.9.5/cctools-845/as/
H A Darm.c9947 neon_modify_type_size (unsigned typebits, enum neon_el_type *g_type,
9959 *g_type = NT_signed;
9961 *g_type = NT_unsigned;
9963 *g_type = NT_integer;
9965 *g_type = NT_float;
9967 *g_type = NT_untyped;
10229 enum neon_el_type g_type = inst.vectype.el[i].type;
10234 if ((g_type == NT_signed || g_type == NT_unsigned)
10236 g_type
9938 neon_modify_type_size(unsigned typebits, enum neon_el_type *g_type, unsigned *g_size) argument
10220 enum neon_el_type g_type = inst.vectype.el[i].type; local
[all...]

Completed in 147 milliseconds