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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.c 108 struct tnl_shine_tab *s, *tmps; local
112 foreach_s( s, tmps, tnl->_ShineTabList ) {
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_sign.c 76 unsigned char *p, *tmps = NULL; local
131 tmps=(unsigned char *)OPENSSL_malloc((unsigned int)j+1);
132 if (tmps == NULL)
137 p=tmps;
139 s=tmps;
148 OPENSSL_cleanse(tmps,(unsigned int)j+1);
149 OPENSSL_free(tmps);
  /external/mesa3d/src/mesa/tnl/
t_context.c 108 struct tnl_shine_tab *s, *tmps; local
112 foreach_s( s, tmps, tnl->_ShineTabList ) {
  /external/openssl/crypto/rsa/
rsa_sign.c 76 unsigned char *p, *tmps = NULL; local
131 tmps=(unsigned char *)OPENSSL_malloc((unsigned int)j+1);
132 if (tmps == NULL)
137 p=tmps;
139 s=tmps;
148 OPENSSL_cleanse(tmps,(unsigned int)j+1);
149 OPENSSL_free(tmps);
  /external/chromium_org/third_party/mesa/src/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/postprocess/
postprocess.h 57 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
tote.cc 278 int tmps = score_[sub]; local
280 score_[sub2] = tmps;
  /external/chromium_org/third_party/mesa/src/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/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);
  /ndk/sources/host-tools/nawk-20071023/
run.c 71 Cell *tmps; /* free temporary cells for execution */ variable
685 if (a == tmps)
687 a->cnext = tmps;
688 tmps = a;
695 if (!tmps) {
696 tmps = (Cell *) calloc(100, sizeof(Cell));
697 if (!tmps)
700 tmps[i-1].cnext = &tmps[i];
701 tmps[i-1].cnext = 0
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 6645 IRTemp tmps = newTemp(ty); local
    [all...]
guest_amd64_toIR.c 8073 IRTemp tmps = newTemp(ty); local
    [all...]

Completed in 193 milliseconds