Searched defs:tmps (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/tnl/
H A Dt_context.c112 struct tnl_shine_tab *s, *tmps; local
118 foreach_s( s, tmps, tnl->_ShineTabList ) {
/external/boringssl/src/crypto/asn1/
H A Da_gentm.c222 ASN1_GENERALIZEDTIME *tmps = NULL; local
225 tmps = ASN1_GENERALIZEDTIME_new();
227 tmps = s;
228 if (tmps == NULL)
240 p = (char *)tmps->data;
241 if ((p == NULL) || ((size_t)tmps->length < len)) {
247 OPENSSL_free(tmps->data);
248 tmps->data = (unsigned char *)p;
254 tmps->length = strlen(p);
255 tmps
[all...]
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_private.h82 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c620 LLVMValueRef tmps[LP_MAX_VECTOR_LENGTH/4]; local
642 tmps[k] = lp_build_unpack_arith_rgba_aos(gallivm,
665 tmps, num_pixels, tmps, num_pixels / 2);
683 tmps, num_conv_src, res, num_conv_dst);
880 LLVMValueRef tmps[LP_MAX_VECTOR_LENGTH/4]; local
940 tmps[k] = LLVMBuildLoad(builder, tmp_ptr, "");
946 tmps, num_pixels, &res, 1);
/external/one-true-awk/
H A Drun.c72 Cell *tmps; /* free temporary cells for execution */ variable
686 if (a == tmps)
688 a->cnext = tmps;
689 tmps = a;
696 if (!tmps) {
697 tmps = (Cell *) calloc(100, sizeof(Cell));
698 if (!tmps)
701 tmps[i-1].cnext = &tmps[i];
702 tmps[
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1290 LLVMValueRef tmps = tmpsrc[i]; local
1295 tmps = lp_build_concat(gallivm, &tmpsrc[i * 2], src_type, 2);
1304 tmps = LLVMBuildShuffleVector(builder, tmps, tmps,
1308 lp_build_r11g11b10_to_float(gallivm, tmps, tmpsoa);
1311 lp_build_unpack_rgba_soa(gallivm, src_fmt, dst_type, tmps, tmpsoa);
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c6733 If E is reg, --> GET %E, tmps
6735 CMOVcc tmps, tmpd
6739 LD (tmpa), tmps
6741 CMOVcc tmps, tmpd
6755 IRTemp tmps = newTemp(ty); local
6759 assign( tmps, getIReg(sz, eregOfRM(rm)) );
6764 mkexpr(tmps),
6777 assign( tmps, loadLE(ty, mkexpr(addr)) );
6782 mkexpr(tmps),
H A Dguest_amd64_toIR.c8582 If E is reg, --> GET %E, tmps
8584 CMOVcc tmps, tmpd
8588 LD (tmpa), tmps
8590 CMOVcc tmps, tmpd
8605 IRTemp tmps = newTemp(ty); local
8609 assign( tmps, getIRegE(sz, pfx, rm) );
8614 mkexpr(tmps),
8626 assign( tmps, loadLE(ty, mkexpr(addr)) );
8631 mkexpr(tmps),
[all...]

Completed in 1038 milliseconds