Home
last modified time | relevance | path

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

/external/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),
/external/libunwind_llvm/src/
DRegisters.hpp1053 uint64_t getFP() const { return _registers.__fp; } in getFP()
1054 void setFP(uint64_t value) { _registers.__fp = value; } in setFP()
1059 uint64_t __fp; // Frame pointer x29 member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc476 *bp = ucontext->uc_mcontext->__ss.__fp; in GetPcSpBp()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def110 /// int _IO_getc(_IO_FILE * __fp);
113 /// int _IO_putc(int __c, _IO_FILE * __fp);
/external/valgrind/perf/
Dtest_input_for_tinycc.c5186 extern int _IO_getc (_IO_FILE *__fp) __attribute__ ((__nothrow__));
5187 extern int _IO_putc (int __c, _IO_FILE *__fp) __attribute__ ((__nothrow__));
5188 extern int _IO_feof (_IO_FILE *__fp) __attribute__ ((__nothrow__));
5189 extern int _IO_ferror (_IO_FILE *__fp) __attribute__ ((__nothrow__));
5191 extern int _IO_peekc_locked (_IO_FILE *__fp) __attribute__ ((__nothrow__));