/external/valgrind/main/none/tests/x86/ |
pushpopseg.c | 9 unsigned short fs1; local 12 fs1 = 0x0003; 22 : "r" (fs1) 28 printf("fs after push and pop = %04x\n", fs1); 38 : "r" (fs1) 44 printf("fs after push and pop = %04x\n", fs1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/ |
member_swap.pass.cpp | 23 std::ifstream fs1("test.dat"); 25 fs1.swap(fs2); 27 fs1 >> x; 33 std::wifstream fs1("test.dat"); 35 fs1.swap(fs2); 37 fs1 >> x;
|
nonmember_swap.pass.cpp | 24 std::ifstream fs1("test.dat"); 26 swap(fs1, fs2); 28 fs1 >> x; 34 std::wifstream fs1("test.dat"); 36 swap(fs1, fs2); 38 fs1 >> x;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/ |
member_swap.pass.cpp | 26 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 30 fs1 << 1 << ' ' << 2; 32 fs1.seekg(0); 33 fs1.swap(fs2); 34 fs1.seekg(0); 36 fs1 >> i; 38 fs1 >> i; 49 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 53 fs1 << 1 << ' ' << 2; 55 fs1.seekg(0) [all...] |
nonmember_swap.pass.cpp | 27 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 31 fs1 << 1 << ' ' << 2; 33 fs1.seekg(0); 34 swap(fs1, fs2); 35 fs1.seekg(0); 37 fs1 >> i; 39 fs1 >> i; 50 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 54 fs1 << 1 << ' ' << 2; 56 fs1.seekg(0) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/ |
member_swap.pass.cpp | 26 std::ofstream fs1(temp1.c_str()); 28 fs1 << 3.25; 30 fs1.swap(fs2); 31 fs1 << ' ' << 3.25; 53 std::wofstream fs1(temp1.c_str()); 55 fs1 << 3.25; 57 fs1.swap(fs2); 58 fs1 << ' ' << 3.25;
|
nonmember_swap.pass.cpp | 27 std::ofstream fs1(temp1.c_str()); 29 fs1 << 3.25; 31 swap(fs1, fs2); 32 fs1 << ' ' << 3.25; 54 std::wofstream fs1(temp1.c_str()); 56 fs1 << 3.25; 58 swap(fs1, fs2); 59 fs1 << ' ' << 3.25;
|
/external/clang/test/SemaCXX/ |
converting-constructor.cpp | 36 FromShort fs1(s);
|
/bionic/libc/kernel/arch-mips/asm/ |
fpregdef.h | 51 #define fs1 $f22 macro 99 #define fs1 $f25 macro
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
fpregdef.h | 51 #define fs1 $f22 macro 99 #define fs1 $f25 macro
|
/external/kernel-headers/original/asm-mips/ |
fpregdef.h | 45 #define fs1 $f22 macro 87 #define fs1 $f25 macro
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
fpregdef.h | 51 #define fs1 $f22 macro 99 #define fs1 $f25 macro
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
fpregdef.h | 51 #define fs1 $f22 macro 99 #define fs1 $f25 macro
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
fpregdef.h | 51 #define fs1 $f22 macro 99 #define fs1 $f25 macro
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
fpregdef.h | 51 #define fs1 $f22 macro 99 #define fs1 $f25 macro
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
fpregdef.h | 51 #define fs1 $f22 macro 99 #define fs1 $f25 macro
|
/external/ppp/pppd/ |
md4.c | 56 #define fs1 3 /* round 1 shift amounts */ macro 141 ff(A , B , C , D , 0 , fs1); /* Round 1 */ 145 ff(A , B , C , D , 4 , fs1); 149 ff(A , B , C , D , 8 , fs1); 153 ff(A , B , C , D , 12 , fs1);
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-mips.S | [all...] |
/external/compiler-rt/lib/asan/tests/ |
asan_test.cc | 939 static char fs1[10]; local 968 Ident(fs1); [all...] |