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

  /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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regposix.c 43 UChar* tmps = (UChar* )(s); \
44 while (*tmps != 0) tmps++; \
45 len = (int)(tmps - (UChar* )(s)); \
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_private.h 82 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
pp_init.c 151 pipe_surface_reference(&ppq->tmps[i], NULL);
287 ppq->tmps[i] = p->pipe->create_surface(p->pipe, ppq->tmp[i], &p->surf);
289 if (!ppq->tmp[i] || !ppq->tmps[i])
pp_run.c 111 w, h, 0, ppq->tmps[0],
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 620 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/mesa3d/src/mesa/tnl/
t_context.c 112 struct tnl_shine_tab *s, *tmps; local
118 foreach_s( s, tmps, tnl->_ShineTabList ) {
  /external/one-true-awk/
run.c 74 Cell *tmps; /* free temporary cells for execution */ variable
703 if (a == tmps)
705 a->cnext = tmps;
706 tmps = a;
713 if (!tmps) {
714 tmps = (Cell *) calloc(100, sizeof(Cell));
715 if (!tmps)
718 tmps[i-1].cnext = &tmps[i];
719 tmps[i-1].cnext = 0
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 1311 LLVMValueRef tmps = tmpsrc[i]; local
    [all...]

Completed in 509 milliseconds