HomeSort by relevance Sort by last modified time
    Searched defs:val3 (Results 1 - 25 of 40) sorted by null

1 2

  /external/valgrind/memcheck/tests/darwin/
env.c 12 char* val3 = "xxx"; local
20 setenv("MYVAR", val3, /*overwrite*/0); // doesn't overwrite MYVAR=val2
  /external/strace/
futex.c 57 const unsigned int val3 = tcp->u_arg[5]; local
72 tprintf(", %x", val3);
75 tprintf(", %x", val3);
85 tprintf(", %u", val3);
91 if ((val3 >> 28) & 8)
93 printxval(futexwakeops, (val3 >> 28) & 0x7, "FUTEX_OP_???");
94 tprintf(", %u, ", (val3 >> 12) & 0xfff);
95 if ((val3 >> 24) & 8)
97 printxval(futexwakecmps, (val3 >> 24) & 0x7, "FUTEX_OP_CMP_???");
98 tprintf(", %u}", val3 & 0xfff)
    [all...]
  /external/libbrillo/brillo/
any_unittest.cc 23 Any val3 = std::move(val); local
25 EXPECT_TRUE(val3.IsEmpty());
40 Any val3(std::string("blah"));
41 EXPECT_TRUE(val3.IsTypeCompatible<std::string>());
42 EXPECT_EQ("blah", val3.Get<std::string>());
  /libcore/libart/src/main/java/java/lang/
CaseMapper.java 180 char val3 = upperValues[target + 2]; local
189 } else if (i + (val3 == 0 ? 1 : 2) >= output.length) {
199 if (val3 != 0) {
200 output[i++] = val3;
  /external/clang/test/Sema/
switch.c 237 val3 enumerator in enum:__anon8776
241 switch(t) { // expected-warning{{enumeration value 'val3' not handled in switch}}
  /external/elfutils/libdwfl/
frame_unwind.c 302 Dwarf_Addr val3; local
303 if (! pop (&val1) || ! pop (&val2) || ! pop (&val3)
304 || ! push (val1) || ! push (val3) || ! push (val2))
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DateFormatSymbolsTest.java 381 String[][] val3 = { { "a", "b", "c", "d", "e" }, local
386 dfs.setZoneStrings(val3);
  /external/opencv3/modules/core/test/
test_operations.cpp 808 cv::Matx41f val3 = 1.f local
    [all...]
test_mat.cpp 848 double val1, val2, val3, val0; local
864 val3 = getValue(M3, idx, rng);
866 if( val1 != val0 || val2 != val0 || fabs(val3 - val0*2) > fabs(val0*2)*FLT_EPSILON )
869 ts->printf(cvtest::TS::LOG, "SparseMat M[%s] = %g/%g/%g (while it should be %g)\n", sidx.c_str(), val1, val2, val3, val0 );
    [all...]
  /external/opencv3/modules/hal/src/
mathfuncs.cpp 571 int val0, val1, val2, val3, t; local
588 val3 = cvRound(x3);
593 x3 = (x3 - val3)*exp_postscale;
607 t = (val3 >> EXPTAB_SCALE) + 127;
618 x3 = buf[3].f * expTab[val3 & EXPTAB_MASK] * EXPPOLY( x3 );
735 int val0, val1, val2, val3, t;
756 val3 = cvRound(x3);
761 x3 = (x3 - val3)*exp_postscale;
775 t = (val3 >> EXPTAB_SCALE) + 1023;
786 y3 = buf[3].f * expTab[val3 & EXPTAB_MASK] * EXPPOLY( x3 )
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsintrp.c 192 int val3; local
202 val3 = p -> Domain[0] * Value[0];
203 val3 = _cmsToFixedDomain(val3); // To fixed 15.16
205 cell0 = FIXED_TO_INT(val3); // Cell is 16 MSB bits
206 rest = FIXED_REST_TO_INT(val3); // Rest is 16 LSB bits
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 1522 deUint32 val3 = (w << 30) | (z << 20) | (y2 << 10) | x1; local
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 829 int val0, val1, val2, val3, t; local
846 val3 = cvRound(x3);
851 x3 = (x3 - val3)*exp_postscale;
865 t = (val3 >> EXPTAB_SCALE) + 1023;
876 x3 = buf[3].d * icvExpTab[val3 & EXPTAB_MASK] * EXPPOLY( x3 );
936 int val0, val1, val2, val3, t; local
957 val3 = cvRound(x3);
962 x3 = (x3 - val3)*exp_postscale;
    [all...]
  /external/v8/test/mjsunit/harmony/
reflect-define-property.js 70 var val3 = 0; variable
78 function setter3() {val3++; }
79 function getter3() {return val3; }
213 assertEquals(1, val3);
225 assertEquals(2, val3);
240 assertEquals(3, val3);
    [all...]
  /external/v8/test/mjsunit/
object-define-property.js 68 var val3 = 0; variable
76 function setter3() {val3++; }
77 function getter3() {return val3; }
229 assertEquals(1, val3);
241 assertEquals(2, val3);
256 assertEquals(3, val3);
    [all...]
  /external/libpcap/
gencode.c 8706 bpf_u_int32 val1 , val2 , val3; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-cipher-1.7.jar 
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-cipher/1.7/
plexus-cipher-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-cipher/1.4/
plexus-cipher-1.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/
commons-codec-1.3.jar 
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 10564 __m128i val0, val1, val2, val3; variable
10581 __m128i val0, val1, val2, val3; variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
arm_neon.h 10564 __m128i val0, val1, val2, val3; variable
10581 __m128i val0, val1, val2, val3; variable
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 10564 __m128i val0, val1, val2, val3; variable
10581 __m128i val0, val1, val2, val3; variable
    [all...]

Completed in 402 milliseconds

1 2