Home
last modified time | relevance | path

Searched refs:tmps (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/asn1/
Da_time.c270 ASN1_TIME *tmps = NULL; in ossl_asn1_time_from_tm() local
286 tmps = ASN1_STRING_new(); in ossl_asn1_time_from_tm()
288 tmps = s; in ossl_asn1_time_from_tm()
289 if (tmps == NULL) in ossl_asn1_time_from_tm()
292 if (!ASN1_STRING_set(tmps, NULL, len)) in ossl_asn1_time_from_tm()
295 tmps->type = type; in ossl_asn1_time_from_tm()
296 p = (char*)tmps->data; in ossl_asn1_time_from_tm()
299 tmps->length = BIO_snprintf(p, len, "%04d%02d%02d%02d%02d%02dZ", in ossl_asn1_time_from_tm()
304 tmps->length = BIO_snprintf(p, len, "%02d%02d%02d%02d%02d%02dZ", in ossl_asn1_time_from_tm()
310 ebcdic2ascii(tmps->data, tmps->data, tmps->length); in ossl_asn1_time_from_tm()
[all …]
/third_party/openssl/crypto/asn1/
Da_time.c270 ASN1_TIME *tmps = NULL; in ossl_asn1_time_from_tm() local
286 tmps = ASN1_STRING_new(); in ossl_asn1_time_from_tm()
288 tmps = s; in ossl_asn1_time_from_tm()
289 if (tmps == NULL) in ossl_asn1_time_from_tm()
292 if (!ASN1_STRING_set(tmps, NULL, len)) in ossl_asn1_time_from_tm()
295 tmps->type = type; in ossl_asn1_time_from_tm()
296 p = (char*)tmps->data; in ossl_asn1_time_from_tm()
299 tmps->length = BIO_snprintf(p, len, "%04d%02d%02d%02d%02d%02dZ", in ossl_asn1_time_from_tm()
304 tmps->length = BIO_snprintf(p, len, "%02d%02d%02d%02d%02d%02dZ", in ossl_asn1_time_from_tm()
310 ebcdic2ascii(tmps->data, tmps->data, tmps->length); in ossl_asn1_time_from_tm()
[all …]
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3-parse.c174 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()
Dgstdecodebin2.c1926 const GList *tmps; in analyze_new_pad() local
1949 for (tmps = gst_element_factory_get_static_pad_templates (factory); in analyze_new_pad()
1950 tmps && !dontuse; tmps = tmps->next) { in analyze_new_pad()
1951 GstStaticPadTemplate *st = (GstStaticPadTemplate *) tmps->data; in analyze_new_pad()
1993 const GList *tmps; in analyze_new_pad() local
2005 for (tmps = gst_element_factory_get_static_pad_templates (factory); tmps; in analyze_new_pad()
2006 tmps = tmps->next) { in analyze_new_pad()
2007 GstStaticPadTemplate *st = (GstStaticPadTemplate *) tmps->data; in analyze_new_pad()
Dgstparsebin.c1431 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/
Drsa_sign.c278 unsigned char *tmps = NULL; in RSA_sign() local
300 if (!encode_pkcs1(&tmps, &encoded_len, type, m, m_len)) in RSA_sign()
302 encoded = tmps; in RSA_sign()
318 OPENSSL_clear_free(tmps, encoded_len); in RSA_sign()
/third_party/node/deps/openssl/openssl/crypto/rsa/
Drsa_sign.c278 unsigned char *tmps = NULL; in RSA_sign() local
300 if (!encode_pkcs1(&tmps, &encoded_len, type, m, m_len)) in RSA_sign()
302 encoded = tmps; in RSA_sign()
318 OPENSSL_clear_free(tmps, encoded_len); in RSA_sign()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c623 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()
916 LLVMValueRef tmps[LP_MAX_VECTOR_LENGTH/4]; in lp_build_fetch_rgba_aos() local
978 tmps[k] = LLVMBuildLoad2(builder, f32x4t, tmp_ptr, ""); in lp_build_fetch_rgba_aos()
984 tmps, num_pixels, &res, 1); in lp_build_fetch_rgba_aos()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_init.c151 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()
Dpp_private.h83 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member
Dpp_run.c112 w, h, 0, ppq->tmps[0], in pp_run()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1955 LLVMValueRef tmps = tmpsrc[i]; in convert_to_blend_type() local
1960 tmps = lp_build_concat(gallivm, &tmpsrc[i * 2], src_type, 2); in convert_to_blend_type()
1969 tmps = LLVMBuildShuffleVector(builder, tmps, tmps, in convert_to_blend_type()
1973 lp_build_r11g11b10_to_float(gallivm, tmps, tmpsoa); in convert_to_blend_type()
1976 lp_build_unpack_rgba_soa(gallivm, src_fmt, dst_type, tmps, tmpsoa); in convert_to_blend_type()