HomeSort by relevance Sort by last modified time
    Searched defs:tmps (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_context.c 108 struct tnl_shine_tab *s, *tmps; local
112 foreach_s( s, tmps, tnl->_ShineTabList ) {
  /external/boringssl/src/crypto/asn1/
a_gentm.c 222 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->type = V_ASN1_GENERALIZEDTIME
    [all...]
  /external/mesa3d/src/gallium/auxiliary/postprocess/
postprocess.h 57 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 433 LLVMValueRef tmps[LP_MAX_VECTOR_LENGTH/4]; local
448 tmps[k] = lp_build_unpack_arith_rgba_aos(gallivm,
468 tmps, num_pixels, &res, 1);
630 LLVMValueRef tmps[LP_MAX_VECTOR_LENGTH/4]; local
690 tmps[k] = LLVMBuildLoad(builder, tmp_ptr, "");
696 tmps, num_pixels, &res, 1);
  /external/valgrind/VEX/priv/
guest_x86_toIR.c 6753 IRTemp tmps = newTemp(ty); local
    [all...]
guest_amd64_toIR.c 8481 IRTemp tmps = newTemp(ty); local
    [all...]

Completed in 129 milliseconds