/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | symbol.h | 80 } type; member 96 struct type *type; member 113 struct range { struct 126 struct type { struct 127 Typetype type; member 130 struct type *subtype; argument 131 struct tagtype tag; argument 132 struct range *range; argument 137 typedef struct type Type; argument 143 Type *type; member [all …]
|
H A D | gen.c | 498 is_primitive_type(int type) in is_primitive_type() 771 struct range range = { 0, UINT_MAX }; in define_type() local 870 struct range range = { 0, UINT_MAX }; in define_type() local
|
H A D | asn1parse.y | 77 struct range *range; member 79 Type *type; member
|
/netbsd-src/external/cddl/osnet/dist/cmd/zinject/ |
H A D | translate.c | 180 calculate_range(const char *dataset, err_type_t type, int level, char *range, in calculate_range() 315 translate_record(err_type_t type, const char *object, const char *range, in translate_record()
|
H A D | zinject.c | 192 type_to_name(uint64_t type) in type_to_name() 660 char *range = NULL; in main() local 671 err_type_t type = TYPE_INVAL; in main() local
|
/netbsd-src/games/hack/ |
H A D | hack.zap.c | 389 bhit(int ddx, int ddy, int range, /* direction and range */ in bhit() 497 buzz(int type, xchar sx, xchar sy, int dx, int dy) in buzz() 502 xchar range; in buzz() local 650 zhit(struct monst *mon, int type) /* returns damage to mon */ in zhit()
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | security.c | 68 int flag, type = 0; local 215 within_range(security_context_t sl, security_context_t range) in within_range()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | itbl-ops.c | 121 e_type type; /* dreg/creg/greg/immed/symb */ member 122 struct itbl_range range; /* field's bitfield range within instruction */ member 134 e_type type; /* dreg/creg/greg/insn */ member 138 struct itbl_range range; /* bit range within instruction for value */ member 257 e_type type; in itbl_init() local 448 itbl_get_name (e_processor processor, e_type type, unsigned long val) in itbl_get_name() 462 itbl_get_val (e_processor processor, e_type type, char *name, in itbl_get_val() 742 e_type type, char *n) in find_entry_byname() 762 find_entry_byval (e_processor processor, e_type type, in find_entry_byval() 803 get_entries (e_processor processor, e_type type) in get_entries() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | itbl-ops.c | 121 e_type type; /* dreg/creg/greg/immed/symb */ member 122 struct itbl_range range; /* field's bitfield range within instruction */ member 134 e_type type; /* dreg/creg/greg/insn */ member 138 struct itbl_range range; /* bit range within instruction for value */ member 257 e_type type; in itbl_init() local 448 itbl_get_name (e_processor processor, e_type type, unsigned long val) in itbl_get_name() 462 itbl_get_val (e_processor processor, e_type type, char *name, in itbl_get_val() 742 e_type type, char *n) in find_entry_byname() 762 find_entry_byval (e_processor processor, e_type type, in find_entry_byval() 803 get_entries (e_processor processor, e_type type) in get_entries() [all …]
|
/netbsd-src/external/gpl2/lvm2/dist/libdm/regex/ |
H A D | parse_rx.c | 23 int type; /* token type, 0 indicates a charset */ member 45 int neg = 0, range = 0; in _rx_get_token() local 204 static struct rx_node *_node(struct dm_pool *mem, int type, in _node()
|
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
H A D | kexec.h | 125 int type; member 136 int type; member 163 int range; member 207 uint8_t type; /* One of KEXEC_TYPE_* */ member 226 uint8_t type; member 240 uint8_t type; member
|
/netbsd-src/external/mpl/dhcp/dist/keama/ |
H A D | confparse.c | 72 struct range { struct 76 TAILQ_ENTRY(range) next; argument 540 conf_file_subparse(struct parse *cfile, int type) in conf_file_subparse() 589 parse_statement(struct parse *cfile, int type, isc_boolean_t declaration) in parse_statement() 1147 parse_pool_statement(struct parse *cfile, int type) in parse_pool_statement() 1589 parse_class_declaration(struct parse *cfile, int type) in parse_class_declaration() 2075 struct range *range; in relocate_pools() local 3013 parse_fixed_addr_param(struct parse *cfile, enum dhcp_token type) { in parse_fixed_addr_param() 3102 parse_address_range(struct parse *cfile, int type, size_t where) in parse_address_range() 3104 struct string *low, *high, *range; in parse_address_range() local [all …]
|
/netbsd-src/sys/arch/powerpc/oea/ |
H A D | ofwoea_machdep.c | 98 int type; member 297 char type[32]; in get_timebase_frequency() local 427 find_ranges(int base, rangemap_t *regions, int *cur, int type) in find_ranges() 533 find_lowest_range(rangemap_t *ranges, int nrof, int type) in find_lowest_range() 561 int i, cur, range, nrofholes, error; in ofwoea_map_space() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | types.cc | 50 valist_array_p (Type *type) in valist_array_p() 66 empty_aggregate_p (tree type) in empty_aggregate_p() 124 make_array_type (Type *type, unsigned HOST_WIDE_INT size) in make_array_type() 135 tree range = lang_hooks.types.type_for_size (TYPE_PRECISION (sizetype), in make_array_type() local 166 tree type = va_arg (ap, tree); in make_struct_type() local 174 tree type = make_node (RECORD_TYPE); in make_struct_type() local 183 insert_type_modifiers (tree type, unsigned mod) in insert_type_modifiers() 219 insert_aggregate_field (tree type, tree field, size_t offset) in insert_aggregate_field() 335 tree type = make_node (ad->isunion ? UNION_TYPE : RECORD_TYPE); in layout_aggregate_members() local 398 layout_aggregate_type (AggregateDeclaration *decl, tree type, in layout_aggregate_type() [all …]
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_space.c | 226 enum isl_dim_type type, unsigned pos) in global_pos() 280 enum isl_dim_type type, unsigned pos, __isl_take isl_id *id) in set_id() 308 enum isl_dim_type type, unsigned pos) in get_id() 333 static unsigned offset(__isl_keep isl_space *space, enum isl_dim_type type) in offset() 343 static unsigned n(__isl_keep isl_space *space, enum isl_dim_type type) in n() 355 isl_size isl_space_dim(__isl_keep isl_space *space, enum isl_dim_type type) in isl_space_dim() 380 isl_size isl_space_offset(__isl_keep isl_space *space, enum isl_dim_type type) in isl_space_offset() 568 enum isl_dim_type type) in space_can_have_id() 589 enum isl_dim_type type) in isl_space_has_tuple_id() 615 enum isl_dim_type type) in isl_space_get_tuple_id() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-warn-restrict.c | 264 tree range[2]; in builtin_memref() local 369 tree type; in extend_offset_range() local 803 tree range[2]; in builtin_access() local 1757 tree type; in maybe_diag_access_bounds() local 1836 tree type = TREE_TYPE (refop); in maybe_diag_access_bounds() local 1857 tree type = TYPE_MAIN_VARIANT (TREE_TYPE (ref.ref)); in maybe_diag_access_bounds() local
|
H A D | gimple-ssa-sprintf.c | 431 result_range range; variable 459 tree type /* = NULL_TREE */, in adjust_for_width_or_precision() 530 fmtresult::type_max_digits (tree type, int base) in type_max_digits() 685 result_range range; member 691 result_range range; /* The raw result of the directive. */ member 1034 const_tree type = integer_type_node; in get_int_range() local 1413 tree type = TREE_TYPE (gimple_assign_rhs1 (def)); in format_integer() local 1590 format_floating_max (tree type, char spec, HOST_WIDE_INT prec) in format_floating_max() 1627 tree type; in format_floating() local 1827 tree type = (dir.modifier == FMT_LEN_L || dir.modifier == FMT_LEN_ll in format_floating() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | types.cc | 50 d_signed_or_unsigned_type (int unsignedp, tree type) in d_signed_or_unsigned_type() 76 d_unsigned_type (tree type) in d_unsigned_type() 84 d_signed_type (tree type) in d_signed_type() 94 valist_array_p (Type *type) in valist_array_p() 111 empty_aggregate_p (tree type) in empty_aggregate_p() 169 make_array_type (Type *type, unsigned HOST_WIDE_INT size) in make_array_type() 180 tree range = lang_hooks.types.type_for_size (TYPE_PRECISION (sizetype), in make_array_type() local 211 tree type = va_arg (ap, tree); in make_struct_type() local 219 tree type = make_node (RECORD_TYPE); in make_struct_type() local 228 insert_type_modifiers (tree type, unsigned mod) in insert_type_modifiers() [all …]
|
/netbsd-src/sys/arch/sparc64/dev/ |
H A D | ebus_mainbus.c | 188 int type) in ebus_mainbus_alloc_bus_tag() 208 struct ebus_mainbus_ranges *range; in ebus_mainbus_bus_map() local
|
H A D | vpci.c | 215 for (int range = 0; range < pbm->vp_nrange; range++) in vpci_init() local 231 for (int range = 0; range < nranges; range++) in vpci_init() local 414 vpci_alloc_bus_tag(struct vpci_pbm *pbm, const char *name, int type) in vpci_alloc_bus_tag()
|
/netbsd-src/sys/arch/arm/nvidia/ |
H A D | tegra_xusb.c | 544 const uint8_t type = __SHIFTOUT(msg, MAILBOX_DATA_TYPE); in tegra_xusb_intr_mbox() local 923 const uint32_t range = __SHIFTOUT(csb_offset, XUSB_CSB_RANGE); in csb_read_4() local 936 const uint32_t range = __SHIFTOUT(csb_offset, XUSB_CSB_RANGE); in csb_write_4() local 954 const uint8_t type = __SHIFTOUT(msg, MAILBOX_DATA_TYPE); in xusb_mailbox_send() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
H A D | amdgpu_hardwaremanager.c | 239 struct PP_TemperatureRange range = { in phm_start_thermal_controller() local 427 int phm_get_clock_by_type(struct pp_hwmgr *hwmgr, enum amd_pp_clock_type type, struct amd_pp_clocks… in phm_get_clock_by_type() 439 enum amd_pp_clock_type type, in phm_get_clock_by_type_with_latency() 452 enum amd_pp_clock_type type, in phm_get_clock_by_type_with_voltage()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-warn-restrict.cc | 273 tree range[2]; in builtin_memref() local 389 tree type; in extend_offset_range() local 813 tree range[2]; in builtin_access() local 1770 tree type; in maybe_diag_access_bounds() local 1849 tree type = TREE_TYPE (refop); in maybe_diag_access_bounds() local 1870 tree type = TYPE_MAIN_VARIANT (TREE_TYPE (ref.ref)); in maybe_diag_access_bounds() local
|
H A D | gimple-ssa-sprintf.cc | 434 result_range range; member in __anon347ca6030111::fmtresult 462 tree type /* = NULL_TREE */, in adjust_for_width_or_precision() 533 fmtresult::type_max_digits (tree type, int base) in type_max_digits() 682 result_range range; member 688 result_range range; /* The raw result of the directive. */ member 1044 const_tree type = integer_type_node; in get_int_range() local 1092 tree type = TREE_TYPE (arg); in get_int_range() local 1422 tree type = TREE_TYPE (gimple_assign_rhs1 (def)); in format_integer() local 1599 format_floating_max (tree type, char spec, HOST_WIDE_INT prec) in format_floating_max() 1636 tree type; in format_floating() local [all …]
|
/netbsd-src/sys/dev/ic/ |
H A D | arn9280.c | 108 uint8_t type; in ar9280_setup() local 470 int spur_off, range, i; in ar9280_spur_mitigate() local
|