Home
last modified time | relevance | path

Searched refs:itype (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/libs/multiprecision/example/
Dcpp_int_mul_timing.cpp23 using itype = std::uint64_t; typedef in random_pcg32_fast_base
31 explicit random_pcg32_fast_base(const itype = itype()) { } in random_pcg32_fast_base() argument
51 typename itype>
54 static xtype output(const itype internal_value) in output()
58 constexpr bitcount_t bits = bitcount_t(sizeof(itype) * 8U); in output()
80 const itype internal_value_xor = internal_value ^ itype(internal_value >> xshift); in output()
92 static constexpr itype default_multiplier = static_cast<itype>(6364136223846793005ULL);
93 static constexpr itype default_increment = static_cast<itype>(1442695040888963407ULL);
98 static constexpr itype default_seed = static_cast<itype>(0xCAFEF00DD15EA5E5ULL);
100 explicit random_pcg32_fast(const itype state = default_seed) in random_pcg32_fast()
[all …]
/third_party/boost/boost/numeric/ublas/tensor/
Dmulti_index_utility.hpp94 template<class itype>
95 struct valid_multi_index_impl<std::tuple<itype>>
101 template<class itype, class ... index_types>
102 struct valid_multi_index_impl<std::tuple<itype,index_types...>>
105 using has_index_type = has_index<itype, ttype>;
107 static constexpr bool is_index_zero = itype::value==0ul;
149 template<class itype, class ... itypes_left, class ... itypes_right>
150 struct number_equal_indexes_impl < std::tuple<itype,itypes_left...>, std::tuple<itypes_right...>>
153 using has_index_type = has_index<itype, tuple_right>;
155 static constexpr bool is_index_zero = itype::value==0ul;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsRISCV.td29 class MaskedAtomicRMWFourArg<LLVMType itype>
30 : Intrinsic<[itype], [llvm_anyptr_ty, itype, itype, itype],
33 class MaskedAtomicRMWFiveArg<LLVMType itype>
34 : Intrinsic<[itype], [llvm_anyptr_ty, itype, itype, itype, itype],
/third_party/glib/gobject/
Dgsignal.c153 GType itype);
230 GType itype; member
254 GType itype; member
397 GType itype) in signal_id_lookup() argument
400 GType *ifaces, type = itype; in signal_id_lookup()
412 key.itype = type; in signal_id_lookup()
423 ifaces = g_type_interfaces (itype, &n_ifaces); in signal_id_lookup()
428 key.itype = ifaces[n_ifaces]; in signal_id_lookup()
447 signal_id = signal_id_lookup (name_copy, itype); in signal_id_lookup()
827 if (G_TYPE_IS_OBJECT (node->itype) && in node_update_single_va_closure()
[all …]
Dgsignal.h260 GType itype; member
271 GType itype,
282 GType itype,
293 GType itype,
304 GType itype,
339 GType itype);
346 guint* g_signal_list_ids (GType itype,
352 GType itype,
629 void _g_signals_destroy (GType itype);
Dgclosure.c1004 class = G_TYPE_INSTANCE_GET_CLASS (g_value_peek_pointer (param_values + 0), itype, GTypeClass); in g_type_class_meta_marshal()
1031 class = G_TYPE_INSTANCE_GET_CLASS (instance, itype, GTypeClass); in g_type_class_meta_marshalv()
1052 GType itype = (GType) closure->data; in g_type_iface_meta_marshal() local
1055 …class = G_TYPE_INSTANCE_GET_INTERFACE (g_value_peek_pointer (param_values + 0), itype, GTypeClass); in g_type_iface_meta_marshal()
1072 GType itype; in _g_closure_is_void() local
1082 itype = (GType) closure->data; in _g_closure_is_void()
1085 class = G_TYPE_INSTANCE_GET_INTERFACE (instance, itype, GTypeClass); in _g_closure_is_void()
1093 class = G_TYPE_INSTANCE_GET_CLASS (instance, itype, GTypeClass); in _g_closure_is_void()
1113 GType itype = (GType) closure->data; in g_type_iface_meta_marshalv() local
1118 class = G_TYPE_INSTANCE_GET_INTERFACE (instance, itype, GTypeClass); in g_type_iface_meta_marshalv()
[all …]
Dgclosure.h233 GClosure* g_signal_type_cclosure_new (GType itype,
/third_party/ffmpeg/libavcodec/
Drv34.c972 static void rv34_pred_4x4_block(RV34DecContext *r, uint8_t *dst, int stride, int itype, int up, int… in rv34_pred_4x4_block() argument
978 itype = DC_128_PRED; in rv34_pred_4x4_block()
980 if(itype == VERT_PRED) itype = HOR_PRED; in rv34_pred_4x4_block()
981 if(itype == DC_PRED) itype = LEFT_DC_PRED; in rv34_pred_4x4_block()
983 if(itype == HOR_PRED) itype = VERT_PRED; in rv34_pred_4x4_block()
984 if(itype == DC_PRED) itype = TOP_DC_PRED; in rv34_pred_4x4_block()
985 if(itype == DIAG_DOWN_LEFT_PRED) itype = DIAG_DOWN_LEFT_PRED_RV40_NODOWN; in rv34_pred_4x4_block()
988 if(itype == DIAG_DOWN_LEFT_PRED) itype = DIAG_DOWN_LEFT_PRED_RV40_NODOWN; in rv34_pred_4x4_block()
989 if(itype == HOR_UP_PRED) itype = HOR_UP_PRED_RV40_NODOWN; in rv34_pred_4x4_block()
990 if(itype == VERT_LEFT_PRED) itype = VERT_LEFT_PRED_RV40_NODOWN; in rv34_pred_4x4_block()
[all …]
/third_party/openssl/crypto/asn1/
Da_int.c319 static int asn1_string_get_int64(int64_t *pr, const ASN1_STRING *a, int itype) in asn1_string_get_int64() argument
325 if ((a->type & ~V_ASN1_NEG) != itype) { in asn1_string_get_int64()
332 static int asn1_string_set_int64(ASN1_STRING *a, int64_t r, int itype) in asn1_string_set_int64() argument
337 a->type = itype; in asn1_string_set_int64()
354 int itype) in asn1_string_get_uint64() argument
360 if ((a->type & ~V_ASN1_NEG) != itype) { in asn1_string_get_uint64()
371 static int asn1_string_set_uint64(ASN1_STRING *a, uint64_t r, int itype) in asn1_string_set_uint64() argument
376 a->type = itype; in asn1_string_set_uint64()
494 int itype) in asn1_string_to_bn() argument
498 if ((ai->type & ~V_ASN1_NEG) != itype) { in asn1_string_to_bn()
Dtasn_new.c59 switch (it->itype) { in asn1_item_embed_new()
173 switch (it->itype) { in asn1_item_clear()
284 if (it->itype == ASN1_ITYPE_MSTRING) in asn1_primitive_new()
321 if (it->itype == ASN1_ITYPE_MSTRING && str) in asn1_primitive_new()
341 if (!it || (it->itype == ASN1_ITYPE_MSTRING)) in asn1_primitive_clear()
Dtasn_fre.c38 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval) in asn1_item_embed_free()
45 switch (it->itype) { in asn1_item_embed_free()
173 } else if (it->itype == ASN1_ITYPE_MSTRING) { in asn1_primitive_free()
Dtasn_prn.c154 if (((it->itype != ASN1_ITYPE_PRIMITIVE) in asn1_item_print_ctx()
165 switch (it->itype) { in asn1_item_print_ctx()
257 BIO_printf(out, "Unprocessed type %d\n", it->itype); in asn1_item_print_ctx()
448 if (it->itype == ASN1_ITYPE_MSTRING) { in asn1_primitive_print()
Dtasn_utl.c65 if ((it->itype != ASN1_ITYPE_SEQUENCE) in asn1_do_lock()
66 && (it->itype != ASN1_ITYPE_NDEF_SEQUENCE)) in asn1_do_lock()
Dtasn_enc.c91 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval) in ASN1_item_ex_i2d()
97 switch (it->itype) { in ASN1_item_ex_i2d()
523 if ((it->itype != ASN1_ITYPE_PRIMITIVE) in asn1_ex_i2c()
529 if (it->itype == ASN1_ITYPE_MSTRING) { in asn1_ex_i2c()
Dtasn_dec.c164 switch (it->itype) { in asn1_item_embed_d2i()
676 if (it->itype == ASN1_ITYPE_MSTRING) { in asn1_d2i_ex_primitive()
/third_party/ffmpeg/libavresample/
Daudio_convert.c143 #define CONV_FUNC_FLAT(ofmt, otype, ifmt, itype, expr) \ argument
147 int is = sizeof(itype); \
155 #define CONV_FUNC_INTERLEAVE(ofmt, otype, ifmt, itype, expr) \ argument
161 int is = sizeof(itype); \
171 #define CONV_FUNC_DEINTERLEAVE(ofmt, otype, ifmt, itype, expr) \ argument
176 int in_bps = sizeof(itype); \
187 #define CONV_FUNC_GROUP(ofmt, otype, ifmt, itype, expr) \ argument
188 CONV_FUNC_FLAT( ofmt, otype, ifmt, itype, expr) \
189 CONV_FUNC_INTERLEAVE( ofmt, otype, ifmt ## P, itype, expr) \
190 CONV_FUNC_DEINTERLEAVE(ofmt ## P, otype, ifmt, itype, expr)
/third_party/ejdb/src/jbi/
Djbi_util.c11 ejdb_idx_mode_t itype = (idx->mode & ~(EJDB_IDX_UNIQUE)); in jbi_jbl_fill_ikey() local
15 switch (itype) { in jbi_jbl_fill_ikey()
87 ejdb_idx_mode_t itype = (idx->mode & ~(EJDB_IDX_UNIQUE)); in jbi_jqval_fill_ikey() local
90 switch (itype) { in jbi_jqval_fill_ikey()
164 ejdb_idx_mode_t itype = (idx->mode & ~(EJDB_IDX_UNIQUE)); in jbi_node_fill_ikey() local
167 switch (itype) { in jbi_node_fill_ikey()
/third_party/libffi/src/alpha/
Dffi.c70 ffi_type *rtype, *itype; in ffi_prep_cif_machdep() local
78 itype = cif->arg_types[i]; in ffi_prep_cif_machdep()
79 switch (itype->type) in ffi_prep_cif_machdep()
101 bytes += FFI_ALIGN(itype->size, FFI_SIZEOF_ARG); in ffi_prep_cif_machdep()
106 if (itype->elements[0]->type == FFI_TYPE_LONGDOUBLE) in ffi_prep_cif_machdep()
158 itype = rtype->elements[0]; in ffi_prep_cif_machdep()
159 switch (itype->type) in ffi_prep_cif_machdep()
/third_party/boringssl/src/crypto/asn1/
Dtasn_new.c111 switch (it->itype) { in asn1_item_ex_combine_new()
230 switch (it->itype) { in asn1_item_clear()
330 if (it->itype == ASN1_ITYPE_MSTRING) in ASN1_primitive_new()
358 if (it->itype == ASN1_ITYPE_MSTRING && str) in ASN1_primitive_new()
379 if (!it || (it->itype == ASN1_ITYPE_MSTRING)) in asn1_primitive_clear()
Dtasn_fre.c86 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval) in asn1_item_combine_free()
93 switch (it->itype) { in asn1_item_combine_free()
208 } else if (it->itype == ASN1_ITYPE_MSTRING) { in ASN1_primitive_free()
Dtasn_utl.c94 if (it->itype != ASN1_ITYPE_SEQUENCE && in asn1_get_references()
95 it->itype != ASN1_ITYPE_NDEF_SEQUENCE) { in asn1_get_references()
Dtasn_enc.c138 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval) in ASN1_item_ex_i2d()
144 switch (it->itype) { in ASN1_item_ex_i2d()
560 if ((it->itype != ASN1_ITYPE_PRIMITIVE) in asn1_ex_i2c()
566 if (it->itype == ASN1_ITYPE_MSTRING) { in asn1_ex_i2c()
Dtasn_dec.c204 switch (it->itype) { in asn1_item_ex_d2i()
747 if (it->itype == ASN1_ITYPE_MSTRING) { in asn1_d2i_ex_primitive()
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_cmds_extra.h190 int sg_ll_report_id_info(int sg_fd, int itype, void * resp, int max_resp_len,
235 int sg_ll_set_id_info(int sg_fd, int itype, void * paramp, int param_len,
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_extra.c774 sg_ll_report_id_info(int sg_fd, int itype, void * resp, int max_resp_len, in sg_ll_report_id_info() argument
786 rii_cdb[10] |= (itype << 1) & 0xfe; in sg_ll_report_id_info()
840 sg_ll_set_id_info(int sg_fd, int itype, void * paramp, int param_len, in sg_ll_set_id_info() argument
852 sii_cdb[10] |= (itype << 1) & 0xfe; in sg_ll_set_id_info()

12