Searched refs:data_type (Results 1 - 25 of 79) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-aux-info.c41 static const char *data_type; variable
94 return concat (data_type, " ", type_or_decl, NULL);
98 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL);
132 : concat (formal_list, data_type, NULL));
270 This routine will also return with the global variable "data_type" set to
272 This "data_type" string can be concatenated onto the front of the returned
295 for the data_type info). Thus, this deepest "seed" value is simply passed
298 to do at this point is for the initial caller to prepend the "data_type"
308 data_type = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (t)));
353 data_type
[all...]
H A Dddg.h91 dep_data_type data_type; member in struct:ddg_edge
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-aux-info.c42 static const char *data_type; variable
95 return concat (data_type, " ", type_or_decl, NULL);
99 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL);
133 : concat (formal_list, data_type, NULL));
271 This routine will also return with the global variable "data_type" set to
273 This "data_type" string can be concatenated onto the front of the returned
296 for the data_type info). Thus, this deepest "seed" value is simply passed
299 to do at this point is for the initial caller to prepend the "data_type"
309 data_type = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (t)));
354 data_type
[all...]
H A Dddg.h93 dep_data_type data_type; member in struct:ddg_edge
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/pb_assoc/example/
H A Dmapping_level_neg.cc51 #include <ext/pb_assoc/data_type.hpp>
H A Dbasic_multimap.cc50 #include <ext/pb_assoc/data_type.hpp>
82 for (typename Cntnr::data_type::const_iterator it_ = it->second.begin();
H A Dbasic_set.cc48 #include <ext/pb_assoc/data_type.hpp>
H A Dmapping_level.cc50 #include <ext/pb_assoc/data_type.hpp>
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/
H A Dkstat.h84 uchar_t data_type; member in struct:kstat_named
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/
H A Dms_trait.hpp48 #include <ext/pb_assoc/data_type.hpp>
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/
H A Dvalue_type_adapter.hpp115 typedef typename my_base::data_type my_base_data_type;
142 typename my_base_data_type::data_type,
156 typename my_base_data_type::data_type,
164 typename my_base_data_type::data_type,
204 typedef typename my_base_data_type::data_type data_type; typedef in struct:pb_assoc::detail::value_type_adapter
208 data_type>::other::reference
213 data_type>::other::const_reference
218 data_type>::other::pointer
223 data_type>
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/
H A Dentry_list_fn_imps.hpp106 p_e->m_value.second.~data_type();
H A Dinsert_no_store_hash_fn_imps.hpp78 return (insert_new_imp(std::make_pair(r_key, data_type()), pos)->second);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c551 char data_type = 'u'; /* u =unknown, b =bad token, d/D =DNS, c/C =client IP */ local
564 if (data_type == 'u') {
565 /* store data_type */
566 strncpy(&data_type, token.value.as_pointer, 1);
567 /* verify data_type was specified correctly on input */
569 data_type != 'd' && data_type != 'D' &&
570 data_type != 'c' && data_type != 'C') ) {
572 data_type
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-score.c480 int data_type; member in struct:s3_datafield_range
1243 s3_validate_immediate (bfd_signed_vma val, unsigned int data_type, int hex_p) argument
1245 switch (data_type)
1251 if (s3_score_df_range[data_type].range[0] <= val_hi
1252 && val_hi <= s3_score_df_range[data_type].range[1])
1261 if (s3_score_df_range[data_type].range[0] <= val_lo
1262 && val_lo <= s3_score_df_range[data_type].range[1])
1332 if (data_type == _SIMM14_NEG || data_type == _IMM16_NEG)
1335 if (s3_score_df_range[data_type]
1346 s3_data_op2(char **str, int shift, enum score_data_type data_type) argument
2837 s3_validate_immediate_align(int val, unsigned int data_type) argument
2860 s3_exp_ldst_offset(char **str, int shift, unsigned int data_type) argument
3141 unsigned int data_type; local
3463 unsigned int data_type; local
[all...]
H A Dtc-score7.c545 int data_type;
1321 s7_validate_immediate (bfd_signed_vma val, unsigned int data_type, int hex_p)
1323 switch (data_type)
1329 if (s7_score_df_range[data_type].range[0] <= val_hi
1330 && val_hi <= s7_score_df_range[data_type].range[1])
1339 if (s7_score_df_range[data_type].range[0] <= val_lo
1340 && val_lo <= s7_score_df_range[data_type].range[1])
1452 if (data_type == _SIMM14_NEG || data_type == _IMM16_NEG)
1455 if (s7_score_df_range[data_type]
542 int data_type; member in struct:s7_datafield_range
1316 s7_validate_immediate(bfd_signed_vma val, unsigned int data_type, int hex_p) argument
1461 s7_data_op2(char **str, int shift, enum score_data_type data_type) argument
2985 s7_validate_immediate_align(int val, unsigned int data_type) argument
3008 s7_exp_ldst_offset(char **str, int shift, unsigned int data_type) argument
3309 unsigned int data_type; local
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/files/
H A Dxevie.h161 uint32_t data_type; /**< */ member in struct:xcb_xevie_send_request_t
509 ** @param uint32_t data_type
517 uint32_t data_type /**< */);
537 ** @param uint32_t data_type
545 uint32_t data_type /**< */);
H A Dxevie.c340 ** @param uint32_t data_type
348 uint32_t data_type /**< */)
362 xcb_out.data_type = data_type;
380 ** @param uint32_t data_type
388 uint32_t data_type /**< */)
402 xcb_out.data_type = data_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/
H A Dtypes_traits.hpp48 #include <ext/pb_assoc/data_type.hpp>
67 data_type; typedef in struct:pb_assoc::detail::basic_data_types_traits
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs48 int data_type; field in struct:DotZLib.ZStream
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/kern/
H A Dkstat.c113 KASSERT(ksent->data_type == KSTAT_DATA_UINT64);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs48 int data_type; field in struct:DotZLib.ZStream
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/lu_map_/
H A Dinsert_fn_imps.hpp129 insert_new_after(p_l, value_type(r_key, data_type()));
/netbsd-6-1-5-RELEASE/common/dist/zlib/examples/
H A Dgzjoin.c342 if (strm.data_type & 128) {
348 pos = strm.data_type & 7;
379 pos = strm.data_type & 7;
H A Dzran.c203 data_type indicates an end-of-block, then all of the
209 access point after the last block by checking bit 6 of data_type
211 if ((strm.data_type & 128) && !(strm.data_type & 64) &&
213 index = addpoint(index, strm.data_type & 7, totin,

Completed in 419 milliseconds

1234