Searched refs:mod_t (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | op.h | 61 } mod_t; typedef 136 extern const mod_t modtab[NOPS];
|
H A D | ckbool.c | 120 typeok_scalar_strict_bool(op_t op, const mod_t *mp, int arg, in typeok_scalar_strict_bool()
|
H A D | externs1.h | 422 bool typeok_scalar_strict_bool(op_t, const mod_t *, int,
|
H A D | oper.c | 38 const mod_t modtab[NOPS] = {
|
H A D | tree.c | 1999 const mod_t *mp = &modtab[op]; in remove_unknown_member() 2851 typeok_scalar(op_t op, const mod_t *mp, in check_assign_pointer() 3345 const mod_t *mp = &modtab[op]; in should_warn_about_prototype_conversion() 3415 typeok_enum(op_t op, const mod_t *mp, int arg, 3436 const mod_t *mp = &modtab[op]; in can_represent() 4913 const mod_t *mp = &modtab[op];
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/asm/ |
H A D | aes-gcm-armv8_64.pl | 217 my $mod_t="v31"; 639 pmull $mod_t.1q, $acc_h.1d, $mod_constant.1d @ MODULO - top 64b align with mid 681 eor $acc_mb, $acc_mb, $mod_t.16b @ MODULO - fold into mid 1093 pmull $mod_t.1q, $acc_h.1d, $mod_constant.1d @ MODULO - top 64b align with mid 1097 eor $acc_mb, $acc_mb, $mod_t.16b @ MODULO - fold into mid 1517 pmull $mod_t.1q, $acc_h.1d, $mod_constant.1d @ MODULO - top 64b align with mid 1536 eor $acc_mb, $acc_mb, $mod_t.16b @ MODULO - fold into mid 1724 pmull $mod_t.1q, $acc_h.1d, $mod_constant.1d @ MODULO - top 64b align with mid 1732 eor $acc_mb, $acc_mb, $mod_t.16b @ MODULO - fold into mid 1986 pmull $mod_t.1q, $acc_h.1d, $mod_constant.1d @ MODULO - top 64b align with mid [all …]
|
/netbsd-src/tests/usr.bin/indent/ |
H A D | fmt_decl.c | 1017 } mod_t; typedef 1039 } mod_t; typedef
|