| /src/usr.bin/moduli/qsafe/ |
| qsafe.c | 88 uint32_t in_type; local 137 in_type = strtoul(cp, &cp, 10); 162 switch (in_type) { 167 in_type); 183 count_in, in_type);
|
| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| s390-c.cc | 785 tree in_type = TREE_TYPE (in_arg); local 787 if (in_type == error_mark_node) 793 if (b_arg_type != in_type 794 && TYPE_MAIN_VARIANT (b_arg_type) != TYPE_MAIN_VARIANT (in_type)) 798 if (lang_hooks.types_compatible_p (in_type, b_arg_type)) 802 lang_hooks.types.type_promotes_to (in_type), 814 && TREE_CODE (in_type) == INTEGER_TYPE) 822 if (POINTER_TYPE_P (b_arg_type) && POINTER_TYPE_P (in_type) 823 && !(TYPE_QUALS (TREE_TYPE (in_type)) 826 & ~TYPE_QUALS (TREE_TYPE (in_type)))) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| s390-c.cc | 784 tree in_type = TREE_TYPE (in_arg); local 789 if (b_arg_type != in_type 790 && TYPE_MAIN_VARIANT (b_arg_type) != TYPE_MAIN_VARIANT (in_type)) 794 if (lang_hooks.types_compatible_p (in_type, b_arg_type)) 798 lang_hooks.types.type_promotes_to (in_type), 810 && TREE_CODE (in_type) == INTEGER_TYPE) 818 if (POINTER_TYPE_P (b_arg_type) && POINTER_TYPE_P (in_type) 819 && !(TYPE_QUALS (TREE_TYPE (in_type)) 822 & ~TYPE_QUALS (TREE_TYPE (in_type)))) 825 build_qualified_type (TREE_TYPE (in_type), [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| moduli.c | 539 uint32_t generator_known, in_tests, in_tries, in_type, in_size; local 595 in_type = strtoul(cp, &cp, 10); 618 switch (in_type) { 620 debug2("%10u: (%u) Sophie-Germain", count_in, in_type); 637 debug2("%10u: (%u)", count_in, in_type);
|
| /src/external/bsd/file/dist/src/ |
| softmagic.c | 1601 int rv, oneed_separator, in_type, nfound_match; local 1645 switch (op = cvt_flip(m->in_type, flip)) { 1711 switch (in_type = cvt_flip(m->in_type, flip)) { 1741 if (in_type == FILE_BEID3) 1751 if (in_type == FILE_LEID3) 1789 fprintf(stderr, "bad in_type=%d\n", in_type);
|
| file.h | 231 uint8_t in_type; /* type of indirection */ member in struct:magic
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vect-patterns.cc | 1725 tree in_type = TREE_TYPE (last_rhs); local 1727 if (!INTEGRAL_TYPE_P (in_type) 1729 || TYPE_PRECISION (in_type) * 2 != TYPE_PRECISION (out_type) 1730 || !TYPE_UNSIGNED (in_type)) 1735 if (!op || TYPE_PRECISION (TREE_TYPE (op)) != TYPE_PRECISION (in_type)) 1749 tree vectype_in = get_vectype_for_scalar_type (vinfo, in_type);
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-typeck.cc | 6266 tree in_type = type; 6272 /* Check that the qualifiers on IN_TYPE are a superset of the 6279 in_type = TREE_TYPE (in_type); 6286 && TREE_CODE (in_type) == FUNCTION_TYPE) 6287 added |= (TYPE_QUALS_NO_ADDR_SPACE (in_type) 6291 & ~TYPE_QUALS_NO_ADDR_SPACE (in_type)); 6293 while (TREE_CODE (in_type) == POINTER_TYPE 6302 in IN_TYPE. */ 6323 if (TYPE_MAIN_VARIANT (in_type) != TYPE_MAIN_VARIANT (in_otype) 6246 tree in_type = type; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-typeck.cc | 5787 tree in_type = type; 5793 /* Check that the qualifiers on IN_TYPE are a superset of the 5800 in_type = TREE_TYPE (in_type); 5807 && TREE_CODE (in_type) == FUNCTION_TYPE) 5808 added |= (TYPE_QUALS_NO_ADDR_SPACE (in_type) 5812 & ~TYPE_QUALS_NO_ADDR_SPACE (in_type)); 5814 while (TREE_CODE (in_type) == POINTER_TYPE 5823 in IN_TYPE. */ 5844 if (TYPE_MAIN_VARIANT (in_type) != TYPE_MAIN_VARIANT (in_otype) 5769 tree in_type = type; local [all...] |