HomeSort by relevance Sort by last modified time
    Searched full:tmps (Results 1 - 18 of 18) 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/llvm/test/Transforms/ScalarRepl/
2008-09-22-vector-gep.ll 19 %tmpS = getelementptr %struct.two, %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)
  /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/mesa3d/src/gallium/auxiliary/postprocess/
pp_init.c 131 pipe_surface_reference(&ppq->tmps[i], NULL);
229 ppq->tmps[i] = p->pipe->create_surface(p->pipe, ppq->tmp[i], &p->surf);
231 if (!ppq->tmp[i] || !ppq->tmps[i])
postprocess.h 57 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
pp_run.c 61 w, h, 0, ppq->tmps[0],
  /external/mesa3d/src/mesa/tnl/
t_context.c 108 struct tnl_shine_tab *s, *tmps; local
112 foreach_s( s, tmps, tnl->_ShineTabList ) {
  /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/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/java/tests/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);
  /toolchain/binutils/binutils-2.25/cpu/
cris.cpu     [all...]
  /external/valgrind/VEX/useful/
test_main.c 568 point original tmps are shadowed by integer tmps of the same
569 size, and Bit-typed original tmps are shadowed by the type
584 /* SHADOW TMP MANAGEMENT. Shadow tmps are allocated lazily (on
587 (1) (less important reason): Many original tmps are unused due to
604 there's a read-before-write error in the original tmps. The IR
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp     [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 8481 IRTemp tmps = newTemp(ty); local
    [all...]
guest_x86_toIR.c 6753 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...]
  /development/perftests/panorama/input/
test_014.ppm     [all...]

Completed in 3405 milliseconds