Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Da_gentm.c222 ASN1_GENERALIZEDTIME *tmps = NULL; in ASN1_GENERALIZEDTIME_adj() local
225 tmps = ASN1_GENERALIZEDTIME_new(); in ASN1_GENERALIZEDTIME_adj()
227 tmps = s; in ASN1_GENERALIZEDTIME_adj()
228 if (tmps == NULL) in ASN1_GENERALIZEDTIME_adj()
240 p = (char *)tmps->data; in ASN1_GENERALIZEDTIME_adj()
241 if ((p == NULL) || ((size_t)tmps->length < len)) { in ASN1_GENERALIZEDTIME_adj()
247 OPENSSL_free(tmps->data); in ASN1_GENERALIZEDTIME_adj()
248 tmps->data = (unsigned char *)p; in ASN1_GENERALIZEDTIME_adj()
254 tmps->length = strlen(p); in ASN1_GENERALIZEDTIME_adj()
255 tmps->type = V_ASN1_GENERALIZEDTIME; in ASN1_GENERALIZEDTIME_adj()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Da_gentm.c222 ASN1_GENERALIZEDTIME *tmps = NULL; in ASN1_GENERALIZEDTIME_adj() local
225 tmps = ASN1_GENERALIZEDTIME_new(); in ASN1_GENERALIZEDTIME_adj()
227 tmps = s; in ASN1_GENERALIZEDTIME_adj()
228 if (tmps == NULL) in ASN1_GENERALIZEDTIME_adj()
240 p = (char *)tmps->data; in ASN1_GENERALIZEDTIME_adj()
241 if ((p == NULL) || ((size_t)tmps->length < len)) { in ASN1_GENERALIZEDTIME_adj()
247 OPENSSL_free(tmps->data); in ASN1_GENERALIZEDTIME_adj()
248 tmps->data = (unsigned char *)p; in ASN1_GENERALIZEDTIME_adj()
254 tmps->length = strlen(p); in ASN1_GENERALIZEDTIME_adj()
255 tmps->type = V_ASN1_GENERALIZEDTIME; in ASN1_GENERALIZEDTIME_adj()
[all …]
/external/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()
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()
/external/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.h82 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member
Dpp_run.c111 w, h, 0, ppq->tmps[0], in pp_run()
/external/mesa3d/src/mesa/tnl/
Dt_context.c113 struct tnl_shine_tab *s, *tmps; in _tnl_DestroyContext() local
119 foreach_s( s, tmps, tnl->_ShineTabList ) { in _tnl_DestroyContext()
/external/one-true-awk/
Drun.c79 Cell *tmps; /* free temporary cells for execution */ variable
694 if (a == tmps) in tfree()
696 a->cnext = tmps; in tfree()
697 tmps = a; in tfree()
704 if (!tmps) { in gettemp()
705 tmps = (Cell *) calloc(100, sizeof(*tmps)); in gettemp()
706 if (!tmps) in gettemp()
709 tmps[i-1].cnext = &tmps[i]; in gettemp()
710 tmps[i-1].cnext = NULL; in gettemp()
712 x = tmps; in gettemp()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1825 LLVMValueRef tmps = tmpsrc[i]; in convert_to_blend_type() local
1830 tmps = lp_build_concat(gallivm, &tmpsrc[i * 2], src_type, 2); in convert_to_blend_type()
1839 tmps = LLVMBuildShuffleVector(builder, tmps, tmps, in convert_to_blend_type()
1843 lp_build_r11g11b10_to_float(gallivm, tmps, tmpsoa); in convert_to_blend_type()
1846 lp_build_unpack_rgba_soa(gallivm, src_fmt, dst_type, tmps, tmpsoa); in convert_to_blend_type()