Home
last modified time | relevance | path

Searched refs:dest_type (Results 1 – 17 of 17) sorted by relevance

/dragonfly/games/atc/
H A Dupdate.c120 switch (pp->dest_type) { in update()
154 if (pp->dest_type == T_AIRPORT) in update()
168 if (pp->dest_type == T_EXIT) in update()
221 (pp->dest_type == T_AIRPORT) ? 'A' : 'E', pp->dest_no); in command()
307 p.dest_type = T_EXIT; in addplane()
310 p.dest_type = T_AIRPORT; in addplane()
360 return (pp->dest_type); in addplane()
H A Dinput.c197 int dest_type, dest_no, dir; variable
284 dest_type = T_NODEST; in getcommand()
455 if (dest_type != T_NODEST) { in delayb()
456 switch (dest_type) { in delayb()
485 dest_type = T_BEACON; in beacon()
492 dest_type = T_EXIT; in ex_it()
499 dest_type = T_AIRPORT; in airport()
563 switch (dest_type) { in benum()
H A Dstruct.h79 int dest_type; member
/dragonfly/sys/platform/pc64/apic/
H A Dlapic.c139 static int lapic_mem_ipi(int dest_type, int vector, int delivery_mode);
143 static int lapic_msr_ipi(int dest_type, int vector, int delivery_mode);
147 int (*apic_ipi)(int dest_type, int vector, int delivery_mode);
933 lapic_mem_ipi(int dest_type, int vector, int delivery_mode) in lapic_mem_ipi() argument
937 dest_type | APIC_LEVEL_ASSERT | delivery_mode | vector); in lapic_mem_ipi()
942 lapic_msr_ipi(int dest_type, int vector, int delivery_mode) in lapic_msr_ipi() argument
945 dest_type | APIC_LEVEL_ASSERT | delivery_mode | vector); in lapic_msr_ipi()
/dragonfly/contrib/gdb-7/gdb/
H A Dc-lang.c567 enum c_string_type dest_type; in evaluate_subexp_c() local
579 dest_type in evaluate_subexp_c()
581 switch (dest_type & ~C_CHAR) in evaluate_subexp_c()
622 dest_charset = charset_for_string_type (dest_type, exp->gdbarch); in evaluate_subexp_c()
646 else if ((dest_type & C_CHAR) != 0) in evaluate_subexp_c()
654 if ((dest_type & C_CHAR) != 0) in evaluate_subexp_c()
H A Dvalops.c587 struct type *arg_type, *dest_type; in value_reinterpret_cast() local
595 dest_type = type; in value_reinterpret_cast()
603 dest_type = lookup_pointer_type (TYPE_TARGET_TYPE (dest_type)); in value_reinterpret_cast()
624 result = value_cast (dest_type, arg); in value_reinterpret_cast()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dvarasm.c4550 tree dest_type = TREE_TYPE (value); in initializer_constant_valid_p_1() local
4558 if (TYPE_MODE (endtype) == TYPE_MODE (dest_type)) in initializer_constant_valid_p_1()
4572 tree dest_type = TREE_TYPE (value); in initializer_constant_valid_p_1() local
4578 || (TREE_CODE (dest_type) == OFFSET_TYPE in initializer_constant_valid_p_1()
4591 if (INTEGRAL_TYPE_P (dest_type) in initializer_constant_valid_p_1()
4595 || TYPE_PRECISION (dest_type) <= BITS_PER_WORD in initializer_constant_valid_p_1()
4596 || TYPE_PRECISION (dest_type) <= POINTER_SIZE)) in initializer_constant_valid_p_1()
4611 if ((POINTER_TYPE_P (dest_type) in initializer_constant_valid_p_1()
4612 || TREE_CODE (dest_type) == OFFSET_TYPE) in initializer_constant_valid_p_1()
4626 if (TREE_CODE (dest_type) == RECORD_TYPE in initializer_constant_valid_p_1()
[all …]
H A Dtarghooks.c680 tree dest_type ATTRIBUTE_UNUSED, in default_builtin_vectorized_conversion()
H A Dhsa-gen.c3022 BrigType16_t dest_type = hsa_type_integer_p (dest->m_type) in gen_hsa_cmp_insn_from_gimple() local
3025 hsa_insn_cmp *cmp = new hsa_insn_cmp (compare, dest_type); in gen_hsa_cmp_insn_from_gimple()
H A Dtarget.def1800 input vector of type @var{src_type} to type @var{dest_type}.\n\
1808 tree, (unsigned code, tree dest_type, tree src_type),
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvarasm.c4254 tree dest_type = TREE_TYPE (value); in initializer_constant_valid_p_1() local
4262 if (TYPE_MODE (endtype) == TYPE_MODE (dest_type)) in initializer_constant_valid_p_1()
4276 tree dest_type = TREE_TYPE (value); in initializer_constant_valid_p_1() local
4281 || (FLOAT_TYPE_P (dest_type) && FLOAT_TYPE_P (src_type)) in initializer_constant_valid_p_1()
4282 || (TREE_CODE (dest_type) == OFFSET_TYPE in initializer_constant_valid_p_1()
4302 if (INTEGRAL_TYPE_P (dest_type) && POINTER_TYPE_P (src_type) in initializer_constant_valid_p_1()
4308 if ((POINTER_TYPE_P (dest_type) in initializer_constant_valid_p_1()
4309 || TREE_CODE (dest_type) == OFFSET_TYPE) in initializer_constant_valid_p_1()
4313 && TYPE_PRECISION (dest_type) >= TYPE_PRECISION (src_type)) in initializer_constant_valid_p_1()
4323 if (TREE_CODE (dest_type) == RECORD_TYPE in initializer_constant_valid_p_1()
[all …]
H A Dtarghooks.c492 tree dest_type ATTRIBUTE_UNUSED, in default_builtin_vectorized_conversion()
H A Dtarget.def961 tree, (unsigned code, tree dest_type, tree src_type),
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dtypeck.c5723 check_for_casting_away_constness (tree src_type, tree dest_type, in check_for_casting_away_constness() argument
5731 if (!casts_away_constness (src_type, dest_type)) in check_for_casting_away_constness()
5740 src_type, dest_type); in check_for_casting_away_constness()
5746 src_type, dest_type); in check_for_casting_away_constness()
5752 src_type, dest_type); in check_for_casting_away_constness()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dtypeck.c6777 check_for_casting_away_constness (tree src_type, tree dest_type, in check_for_casting_away_constness() argument
6785 if (!casts_away_constness (src_type, dest_type, complain)) in check_for_casting_away_constness()
6794 src_type, dest_type); in check_for_casting_away_constness()
6800 src_type, dest_type); in check_for_casting_away_constness()
6806 src_type, dest_type); in check_for_casting_away_constness()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi5752 …ree TARGET_VECTORIZE_BUILTIN_CONVERSION (unsigned @var{code}, tree @var{dest_type}, tree @var{src_…
5754 input vector of type @var{src_type} to type @var{dest_type}.
H A Dtm.texi.in5680 input vector of type @var{src_type} to type @var{dest_type}.