Searched refs:__fp (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/libcxx/src/ |
| H A D | std_stream.h | 42 __stdinbuf(FILE* __fp, state_type* __st); 72 __stdinbuf<_CharT>::__stdinbuf(FILE* __fp, state_type* __st) in __stdinbuf() argument 73 …: __file_(__fp), __st_(__st), __last_consumed_(traits_type::eof()), __last_consumed_is_next_(false… in __stdinbuf() 102 inline bool __do_getc(FILE* __fp, char* __pbuf) { in __do_getc() argument 103 int __c = getc(__fp); in __do_getc() 110 inline bool __do_getc(FILE* __fp, wchar_t* __pbuf) { in __do_getc() argument 111 wint_t __c = getwc(__fp); in __do_getc() 119 inline bool __do_ungetc(int __c, FILE* __fp, char __dummy) { in __do_ungetc() argument 120 if (ungetc(__c, __fp) == EOF) in __do_ungetc() 125 inline bool __do_ungetc(std::wint_t __c, FILE* __fp, wchar_t __dummy) { in __do_ungetc() argument [all …]
|
| /src/include/ssp/ |
| H A D | stdio.h | 50 size_t __nmemb, FILE *__restrict __fp), (__buf, __len, __nmemb, __fp)); 52 size_t __nmemb, FILE *__restrict __fp), (__buf, __len, __nmemb, __fp));
|
| /src/contrib/llvm-project/libcxx/include/__random/ |
| H A D | normal_distribution.h | 126 result_type __fp = std::sqrt(-2 * std::log(__s) / __s); in operator() local 127 __v_ = __v * __fp; in operator() 129 __up = __u * __fp; in operator()
|
| H A D | shuffle_order_engine.h | 168 const double __fp = __d == 0 ? __n / (2. * 0x8000000000000000ull) : __n / (double)__d; 169 const size_t __j = static_cast<size_t>(__fp * (__y_ - _Min));
|
| /src/contrib/llvm-project/libunwind/src/ |
| H A D | Registers.hpp | 1850 uint64_t getFP() const { return _registers.__fp; } in getFP() 1851 void setFP(uint64_t value) { _registers.__fp = value; } in setFP() 1856 uint64_t __fp; // Frame pointer x29 member 1911 return _registers.__fp; in getRegister() 1927 _registers.__fp = value; in setRegister()
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 144 /// int _IO_getc(_IO_FILE * __fp); 149 /// int _IO_putc(int __c, _IO_FILE * __fp);
|