Home
last modified time | relevance | path

Searched refs:__fp (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__std_stream44 __stdinbuf(FILE* __fp, state_type* __st);
69 __stdinbuf<_CharT>::__stdinbuf(FILE* __fp, state_type* __st)
70 : __file_(__fp),
232 __stdoutbuf(FILE* __fp, state_type* __st);
251 __stdoutbuf<_CharT>::__stdoutbuf(FILE* __fp, state_type* __st)
252 : __file_(__fp),
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DRegisters.hpp1043 uint64_t getFP() const { return _registers.__fp; } in getFP()
1044 void setFP(uint64_t value) { _registers.__fp = value; } in setFP()
1049 uint64_t __fp; // Frame pointer x29 member