/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_time.c | 270 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 in ossl_asn1_time_from_tm() [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | a_time.c | 270 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 in ossl_asn1_time_from_tm() [all...] |
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_sign.c | 278 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/openssl/crypto/rsa/ |
H A D | rsa_sign.c | 278 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/ |
H A 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() 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/ |
H A 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()
|
H A D | pp_private.h | 83 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member
|
H A D | pp_run.c | 112 w, h, 0, ppq->tmps[0], in pp_run()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 1955 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()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkRayTracingUtil.cpp | 1833 tcu::Vector<deUint32, 4> tmps(0); 1843 tmps[c] += 1; 1845 batches[c] = std::max(tmps[c], batches[c]); 1850 tmps[c] = 0;
|