HomeSort by relevance Sort by last modified time
    Searched refs:out (Results 1 - 25 of 11657) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2007-05-11-str-const.c 3 static unsigned char out[]={0,1}; variable
mmx-inline-asm-error.c 5 vec256 out; local
8 asm("something %0" : "=y"(out)); // expected-error {{invalid output size for constraint '=y'}}
9 asm("something %0, %0" : "+y"(out)); // expected-error {{invalid output size for constraint '+y'}}
11 return out;
  /external/eigen/bench/spbench/
spbenchstyle.h 13 void printBenchStyle(std::ofstream& out)
15 out << "<xsl:stylesheet id='stylesheet' version='1.0' \
26 out<<"<table border='1' width='100%' height='100%'>\n \
40 out<<" <xsl:for-each select='BENCH/LINEARSYSTEM'>\n \
53 out<<" <TR>\n \
74 out<<" <TR>\n \
  /external/valgrind/none/tests/mips64/
test_fcsr.c 6 long out [] = {0, 0}; local
22 : "r" (out)
25 printf("FCSR::1: 0x%lx, 2: 0x%lx\n", out[0], out[1]);
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
freeze.pass.cpp 22 std::ostrstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out.str() == std::string("a"))
    [all...]
pcount.pass.cpp 22 std::ostrstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
freeze.pass.cpp 22 std::strstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out.str() == std::string("a"))
    [all...]
pcount.pass.cpp 22 std::strstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
freeze.pass.cpp 22 std::ostrstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out.str() == std::string("a"))
    [all...]
pcount.pass.cpp 22 std::ostrstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
str.pass.cpp 22 std::ostrstream out; local
23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24 assert(out.str() == std::string("123 4.5 dog"));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
freeze.pass.cpp 22 std::strstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out.str() == std::string("a"))
    [all...]
pcount.pass.cpp 22 std::strstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
str.pass.cpp 22 std::strstream out; local
23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24 assert(out.str() == std::string("123 4.5 dog"));
  /external/tpm2/
GetTestResult.c 17 GetTestResult_Out *out // OUT: output parameter list
23 out->testResult = CryptGetTestResult(&out->outData);
  /build/core/
help.mk 23 @echo "clean (aka clobber) equivalent to rm -rf out/"
32 .PHONY: out
33 out:
  /external/valgrind/none/tests/mips32/
test_fcsr.c 5 int out [] = {0, 0}; local
20 : "r" (in), "r" (out)
23 printf("FCSR::1: 0x%x, 2: 0x%x\n", out[0], out[1]);
  /art/test/962-iface-static/src/
Displayer.java 18 System.out.println("init");
21 System.out.println("constructor");
  /external/javassist/sample/hotswap/logging/
HelloWorld.java 3 System.out.println("** HelloWorld.print()");
4 System.out.println("hello world");
  /external/valgrind/none/tests/s390x/
bfp-2.c 12 float out; local
14 __asm__ volatile("sqebr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
15 printf("sqebr %f -> %f\n", in, out);
20 double out; local
22 __asm__ volatile("sqdbr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
23 printf("sqdbr %f -> %f\n", in, out);
28 float out; local
36 double out; local
44 float out; local
52 double out; local
60 float out; local
68 double out; local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclresult.i 25 %typemap(out) int Tcl_Result {
  /external/libopus/silk/
log2lin.c 24 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
40 opus_int32 out, frac_Q7; local
48 out = silk_LSHIFT( 1, silk_RSHIFT( inLog_Q7, 7 ) );
52 out = silk_ADD_RSHIFT32( out, silk_MUL( out, silk_SMLAWB( frac_Q7, silk_SMULBB( frac_Q7, 128 - frac_Q7 ), -174 ) ), 7 );
55 out = silk_MLA( out, silk_RSHIFT( out, 7 ), silk_SMLAWB( frac_Q7, silk_SMULBB( frac_Q7, 128 - frac_Q7 ), -174 ) );
57 return out;
    [all...]
  /external/e2fsprogs/lib/uuid/
pack.c 29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
41 unsigned char *out = ptr; local
44 out[3] = (unsigned char) tmp;
46 out[2] = (unsigned char) tmp;
48 out[1] = (unsigned char) tmp;
50 out[0] = (unsigned char) tmp;
53 out[5] = (unsigned char) tmp;
55 out[4] = (unsigned char) tmp;
58 out[7] = (unsigned char) tmp;
60 out[6] = (unsigned char) tmp
    [all...]
  /art/test/091-override-package-private-method/src/
OverridePackagePrivateMethodSuper.java 19 System.out.println("OverridePackagePrivateMethodSuper");
  /art/test/127-checker-secondarydex/src/
Super.java 19 System.out.println("Super");

Completed in 418 milliseconds

1 2 3 4 5 6 7 8 91011>>