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

  /external/clang/test/Preprocessor/
iwithprefix.c 3 // RUN: rm -rf %t.tmps
4 // RUN: mkdir -p %t.tmps/first %t.tmps/second
6 // RUN: -iprefix %t.tmps/ -iwithprefix second \
7 // RUN: -isystem %t.tmps/first -v %s 2> %t.out
11 // CHECK: {{.*}}.tmps/first
13 // CHECK: {{.*}}.tmps/second
14 // CHECK-NOT: {{.*}}.tmps
  /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/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/
2008-09-22-vector-gep.ll 19 %tmpS = getelementptr %struct.two* %S, i32 0, i32 0, i32 0
21 call void @llvm.memmove.p0i8.p0i8.i32(i8* %tmpD, i8* %tmpS, i32 4, i32 1, i1 false)
  /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/valgrind/exp-sgcheck/
h_main.c 547 /* SHADOW TMP MANAGEMENT. Shadow tmps are allocated lazily (on
550 (1) (less important reason): Many original tmps are unused due to
567 there's a read-before-write error in the original tmps. The IR
636 modified as we go along. Note that tmps are added to both
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
vr.rs 141 // short2 tmps = rsAllocationVLoadX_short2(volume, ip.x + 0, ip.y + 0, ip.z + 0);
142 // float2 tmp = convert_float2(tmps);
  /external/toolchain-utils/
auto_delete_nightly_test_data.py 193 """Delete nightly test data directories, tmps and test images."""
  /toolchain/binutils/binutils-2.25/cpu/
cris.cpu     [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 1290 LLVMValueRef tmps = tmpsrc[i]; local
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp     [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 8605 IRTemp tmps = newTemp(ty); local
    [all...]
guest_x86_toIR.c 6755 IRTemp tmps = newTemp(ty); local
    [all...]
ir_opt.c     [all...]
  /external/valgrind/memcheck/
mc_translate.c 222 /* SHADOW TMP MANAGEMENT. Shadow tmps are allocated lazily (on
225 (1) (less important reason): Many original tmps are unused due to
242 there's a read-before-write error in the original tmps. The IR
    [all...]

Completed in 6631 milliseconds