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.cpp128 ios1.pword(0) = &c1; in main()
129 ios1.pword(1) = &c2; in main()
130 ios1.pword(2) = &c3; in main()
152 ios2.pword(0) = &d1; in main()
153 ios2.pword(1) = &d2; in main()
186 assert(ios1.pword(0) == &d1); in main()
187 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.cpp37 assert(b.pword(i) == 0); in main()
38 b.pword(i) = (void*)i; in main()
39 assert(b.pword(i) == (void*)i); in main()
41 assert(b.pword(j) == (void*)j); in main()
/external/libcxx/src/
Dios.cpp205 ios_base::pword(int index) in pword() function in ios_base
/external/libcxx/include/
Dios91 void*& pword(int index);
299 void*& pword(int __index);
/external/v8/src/mips64/
Dsimulator-mips64.cc1061 int32_t* pword; in set_fpu_register_word() local
1063 pword = reinterpret_cast<int32_t*>(&FPUregisters_[fpureg]); in set_fpu_register_word()
1065 pword = reinterpret_cast<int32_t*>(&FPUregisters_[fpureg]) + 1; in set_fpu_register_word()
1067 *pword = value; in set_fpu_register_word()
/external/v8/src/mips/
Dsimulator-mips.cc1131 int32_t *pword = reinterpret_cast<int32_t*>(&FPUregisters_[fpureg]); in set_fpu_register_word() local
1132 *pword = value; in set_fpu_register_word()