/third_party/openssl/crypto/asn1/ |
D | a_time.c | 268 ASN1_TIME *tmps = NULL; in asn1_time_from_tm() local 284 tmps = ASN1_STRING_new(); in asn1_time_from_tm() 286 tmps = s; in asn1_time_from_tm() 287 if (tmps == NULL) in asn1_time_from_tm() 290 if (!ASN1_STRING_set(tmps, NULL, len)) in asn1_time_from_tm() 293 tmps->type = type; in asn1_time_from_tm() 294 p = (char*)tmps->data; in asn1_time_from_tm() 297 tmps->length = BIO_snprintf(p, len, "%04d%02d%02d%02d%02d%02dZ", in asn1_time_from_tm() 302 tmps->length = BIO_snprintf(p, len, "%02d%02d%02d%02d%02d%02dZ", in asn1_time_from_tm() 308 ebcdic2ascii(tmps->data, tmps->data, tmps->length); in asn1_time_from_tm() [all …]
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstdecodebin3-parse.c | 174 const GList *tmps; in get_parser_caps_filter() local 178 for (tmps = gst_element_factory_get_static_pad_templates (factory); tmps; in get_parser_caps_filter() 179 tmps = tmps->next) { in get_parser_caps_filter() 180 GstStaticPadTemplate *st = (GstStaticPadTemplate *) tmps->data; in get_parser_caps_filter() 206 const GList *tmps; in check_parser_caps_filter() local 210 for (tmps = gst_element_factory_get_static_pad_templates (factory); tmps; in check_parser_caps_filter() 211 tmps = tmps->next) { in check_parser_caps_filter() 212 GstStaticPadTemplate *st = (GstStaticPadTemplate *) tmps->data; in check_parser_caps_filter()
|
D | gstdecodebin2.c | 1850 const GList *tmps; in analyze_new_pad() local 1873 for (tmps = gst_element_factory_get_static_pad_templates (factory); in analyze_new_pad() 1874 tmps && !dontuse; tmps = tmps->next) { in analyze_new_pad() 1875 GstStaticPadTemplate *st = (GstStaticPadTemplate *) tmps->data; in analyze_new_pad() 1917 const GList *tmps; in analyze_new_pad() local 1929 for (tmps = gst_element_factory_get_static_pad_templates (factory); tmps; in analyze_new_pad() 1930 tmps = tmps->next) { in analyze_new_pad() 1931 GstStaticPadTemplate *st = (GstStaticPadTemplate *) tmps->data; in analyze_new_pad()
|
D | gstparsebin.c | 1431 const GList *tmps; in analyze_new_pad() local 1443 for (tmps = gst_element_factory_get_static_pad_templates (factory); tmps; in analyze_new_pad() 1444 tmps = tmps->next) { in analyze_new_pad() 1445 GstStaticPadTemplate *st = (GstStaticPadTemplate *) tmps->data; in analyze_new_pad()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_sign.c | 73 unsigned char *tmps = NULL; in RSA_sign() local 94 if (!encode_pkcs1(&tmps, &encoded_len, type, m, m_len)) in RSA_sign() 96 encoded = tmps; in RSA_sign() 112 OPENSSL_clear_free(tmps, (size_t)encoded_len); in RSA_sign()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_aos.c | 623 LLVMValueRef tmps[LP_MAX_VECTOR_LENGTH/4]; in lp_build_fetch_rgba_aos() local 645 tmps[k] = lp_build_unpack_arith_rgba_aos(gallivm, in lp_build_fetch_rgba_aos() 668 tmps, num_pixels, tmps, num_pixels / 2); in lp_build_fetch_rgba_aos() 686 tmps, num_conv_src, res, num_conv_dst); in lp_build_fetch_rgba_aos() 919 LLVMValueRef tmps[LP_MAX_VECTOR_LENGTH/4]; in lp_build_fetch_rgba_aos() local 981 tmps[k] = LLVMBuildLoad(builder, tmp_ptr, ""); in lp_build_fetch_rgba_aos() 987 tmps, num_pixels, &res, 1); in lp_build_fetch_rgba_aos()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_init.c | 151 pipe_surface_reference(&ppq->tmps[i], NULL); in pp_free_fbos() 287 ppq->tmps[i] = p->pipe->create_surface(p->pipe, ppq->tmp[i], &p->surf); in pp_init_fbos() 289 if (!ppq->tmp[i] || !ppq->tmps[i]) in pp_init_fbos()
|
D | pp_private.h | 83 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member
|
D | pp_run.c | 112 w, h, 0, ppq->tmps[0], in pp_run()
|
/third_party/mesa3d/src/mesa/tnl/ |
D | t_context.c | 113 struct tnl_shine_tab *s, *tmps; in _tnl_DestroyContext() local 117 foreach_s( s, tmps, tnl->_ShineTabList ) { in _tnl_DestroyContext()
|
/third_party/boost/libs/locale/src/encoding/ |
D | wconv_codepage.ipp | 279 std::wstring tmps; // buffer for utf_to_utf 284 tmps = utf_to_utf<wchar_t>(begin,end,how_); 285 if(tmps.empty()) 287 wbegin = tmps.c_str(); 288 wend = wbegin + tmps.size();
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1890 LLVMValueRef tmps = tmpsrc[i]; in convert_to_blend_type() local 1895 tmps = lp_build_concat(gallivm, &tmpsrc[i * 2], src_type, 2); in convert_to_blend_type() 1904 tmps = LLVMBuildShuffleVector(builder, tmps, tmps, in convert_to_blend_type() 1908 lp_build_r11g11b10_to_float(gallivm, tmps, tmpsoa); in convert_to_blend_type() 1911 lp_build_unpack_rgba_soa(gallivm, src_fmt, dst_type, tmps, tmpsoa); in convert_to_blend_type()
|