/external/boringssl/src/crypto/asn1/ |
D | a_gentm.c | 222 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/ |
D | lp_bld_format_aos.c | 620 LLVMValueRef tmps[LP_MAX_VECTOR_LENGTH/4]; in lp_build_fetch_rgba_aos() local 642 tmps[k] = lp_build_unpack_arith_rgba_aos(gallivm, in lp_build_fetch_rgba_aos() 665 tmps, num_pixels, tmps, num_pixels / 2); in lp_build_fetch_rgba_aos() 683 tmps, num_conv_src, res, num_conv_dst); in lp_build_fetch_rgba_aos() 880 LLVMValueRef tmps[LP_MAX_VECTOR_LENGTH/4]; in lp_build_fetch_rgba_aos() local 940 tmps[k] = LLVMBuildLoad(builder, tmp_ptr, ""); in lp_build_fetch_rgba_aos() 946 tmps, num_pixels, &res, 1); in lp_build_fetch_rgba_aos()
|
/external/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 | 82 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member
|
D | pp_run.c | 111 w, h, 0, ppq->tmps[0], in pp_run()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_context.c | 112 struct tnl_shine_tab *s, *tmps; in _tnl_DestroyContext() local 118 foreach_s( s, tmps, tnl->_ShineTabList ) { in _tnl_DestroyContext()
|
/external/one-true-awk/ |
D | run.c | 72 Cell *tmps; /* free temporary cells for execution */ variable 686 if (a == tmps) in tfree() 688 a->cnext = tmps; in tfree() 689 tmps = a; in tfree() 696 if (!tmps) { in gettemp() 697 tmps = (Cell *) calloc(100, sizeof(Cell)); in gettemp() 698 if (!tmps) in gettemp() 701 tmps[i-1].cnext = &tmps[i]; in gettemp() 702 tmps[i-1].cnext = 0; in gettemp() 704 x = tmps; in gettemp() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1290 LLVMValueRef tmps = tmpsrc[i]; in convert_to_blend_type() local 1295 tmps = lp_build_concat(gallivm, &tmpsrc[i * 2], src_type, 2); in convert_to_blend_type() 1304 tmps = LLVMBuildShuffleVector(builder, tmps, tmps, in convert_to_blend_type() 1308 lp_build_r11g11b10_to_float(gallivm, tmps, tmpsoa); in convert_to_blend_type() 1311 lp_build_unpack_rgba_soa(gallivm, src_fmt, dst_type, tmps, tmpsoa); in convert_to_blend_type()
|
/external/valgrind/VEX/priv/ |
D | guest_x86_toIR.c | 6755 IRTemp tmps = newTemp(ty); in dis_cmov_E_G() local 6759 assign( tmps, getIReg(sz, eregOfRM(rm)) ); in dis_cmov_E_G() 6764 mkexpr(tmps), in dis_cmov_E_G() 6777 assign( tmps, loadLE(ty, mkexpr(addr)) ); in dis_cmov_E_G() 6782 mkexpr(tmps), in dis_cmov_E_G()
|
D | guest_amd64_toIR.c | 8605 IRTemp tmps = newTemp(ty); in dis_cmov_E_G() local 8609 assign( tmps, getIRegE(sz, pfx, rm) ); in dis_cmov_E_G() 8614 mkexpr(tmps), in dis_cmov_E_G() 8626 assign( tmps, loadLE(ty, mkexpr(addr)) ); in dis_cmov_E_G() 8631 mkexpr(tmps), in dis_cmov_E_G()
|