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

  /external/compiler-rt/test/asan/TestCases/Posix/
asan-symbolize-sanity-test.cc 32 fun_t *inc2 = (fun_t*)dlsym(lib, "inc2"); local
33 if (!inc2) return 1;
36 inc2(array, 1);
37 inc2(array, -1); // BOOM
40 // CHECK: #0 {{.*}} in inc2 {{.*}}asan-symbolize-sanity-test.cc:[[@LINE+21]]
60 void inc2(int *a, int index) { function
shared-lib-test.cc 54 void inc2(int *a, int index) { function
  /external/v8/test/mjsunit/compiler/
count-deopt.js 43 function inc2(p) { p.x++ } function
46 inc2(o);
52 inc2(o);
54 %OptimizeFunctionOnNextCall(inc2);
  /art/compiler/optimizing/
induction_var_analysis_test.cc 324 HInstruction* inc2 = new (&allocator_) HAdd(Primitive::kPrimInt, k_header, constant1_); local
325 ifFalse->AddInstruction(inc2);
326 k_body->AddInput(inc2);
336 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc2));
356 HInstruction* inc2 = new (&allocator_) HAdd(Primitive::kPrimInt, basic_[0], constant1_); local
357 ifFalse->AddInstruction(inc2);
358 k->AddInput(inc2);
  /external/libjpeg-turbo/
jquant2.c 771 INT32 inc0, inc1, inc2; /* initial values for increments */ local
797 inc2 = (minc2 - GETJSAMPLE(cinfo->colormap[2][icolor])) * C2_SCALE;
798 dist0 += inc2*inc2;
802 inc2 = inc2 * (2 * STEP_C2) + STEP_C2 * STEP_C2;
812 xx2 = inc2;
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jquant2.c 793 INT32 inc0, inc1, inc2; /* initial values for increments */ local
819 inc2 = (minc2 - GETJSAMPLE(cinfo->colormap[2][icolor])) * C2_SCALE;
820 dist0 += inc2*inc2;
824 inc2 = inc2 * (2 * STEP_C2) + STEP_C2 * STEP_C2;
834 xx2 = inc2;
    [all...]

Completed in 740 milliseconds