Home
last modified time | relevance | path

Searched refs:pword (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
Dswap.pass.cpp90 ios1.pword(0) = &c1; in main()
91 ios1.pword(1) = &c2; in main()
92 ios1.pword(2) = &c3; in main()
114 ios2.pword(0) = &d1; in main()
115 ios2.pword(1) = &d2; in main()
139 assert(ios1.pword(0) == &d1); in main()
140 assert(ios1.pword(1) == &d2); in main()
160 assert(ios2.pword(0) == &c1); in main()
161 assert(ios2.pword(1) == &c2); in main()
162 assert(ios2.pword(2) == &c3); in main()
Dcopyfmt.pass.cpp130 ios1.pword(0) = &c1; in main()
131 ios1.pword(1) = &c2; in main()
132 ios1.pword(2) = &c3; in main()
154 ios2.pword(0) = &d1; in main()
155 ios2.pword(1) = &d2; in main()
189 assert(ios1.pword(0) == &d1); in main()
190 assert(ios1.pword(1) == &d2); in main()
Dmove.pass.cpp102 ios2.pword(0) = &d1; in main()
103 ios2.pword(1) = &d2; in main()
127 assert(ios1.pword(0) == &d1); in main()
128 assert(ios1.pword(1) == &d2); in main()
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.storage/
Dpword.pass.cpp40 assert(b.pword(i) == 0); in main()
41 b.pword(i) = (void*)i; in main()
42 assert(b.pword(i) == (void*)i); in main()
44 assert(b.pword(j) == (void*)j); in main()
/external/libcxx/src/
Dios.cpp203 ios_base::pword(int index) in pword() function in ios_base
/external/libcxx/include/
Dios91 void*& pword(int index);
302 void*& pword(int __index);
/external/v8/src/mips64/
Dsimulator-mips64.cc902 int32_t* pword; in set_fpu_register_word() local
904 pword = reinterpret_cast<int32_t*>(&FPUregisters_[fpureg * 2]); in set_fpu_register_word()
906 pword = reinterpret_cast<int32_t*>(&FPUregisters_[fpureg * 2]) + 1; in set_fpu_register_word()
908 *pword = value; in set_fpu_register_word()
/external/v8/src/mips/
Dsimulator-mips.cc970 int32_t* pword = reinterpret_cast<int32_t*>(&FPUregisters_[fpureg * 2]); in set_fpu_register_word() local
971 *pword = value; in set_fpu_register_word()