Searched defs:__fp (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | std_stream.h | 72 __stdinbuf<_CharT>::__stdinbuf(FILE* __fp, state_type* __st) in __stdinbuf() 102 inline bool __do_getc(FILE* __fp, char* __pbuf) { in __do_getc() 110 inline bool __do_getc(FILE* __fp, wchar_t* __pbuf) { in __do_getc() 119 inline bool __do_ungetc(int __c, FILE* __fp, char __dummy) { in __do_ungetc() 125 inline bool __do_ungetc(std::wint_t __c, FILE* __fp, wchar_t __dummy) { in __do_ungetc() 277 __stdoutbuf<_CharT>::__stdoutbuf(FILE* __fp, state_type* __st) in __stdoutbuf() 291 inline bool __do_fputc(char __c, FILE* __fp) { in __do_fputc() 297 inline bool __do_fputc(wchar_t __c, FILE* __fp) { in __do_fputc()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
D | stdio.h | 53 fgetc_unlocked (FILE *__fp) in fgetc_unlocked() 63 getc_unlocked (FILE *__fp) in getc_unlocked()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
D | stdio.h | 53 fgetc_unlocked (FILE *__fp) in fgetc_unlocked() 63 getc_unlocked (FILE *__fp) in getc_unlocked()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | libio.h | 432 #define _IO_feof_unlocked(__fp) (((__fp)->_flags & _IO_EOF_SEEN) != 0) argument 433 #define _IO_ferror_unlocked(__fp) (((__fp)->_flags & _IO_ERR_SEEN) != 0) argument 498 # define _IO_fwide(__fp, __mode) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__random/ |
D | normal_distribution.h | 126 result_type __fp = std::sqrt(-2 * std::log(__s) / __s); in operator() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__random/ |
D | normal_distribution.h | 126 result_type __fp = std::sqrt(-2 * std::log(__s) / __s); in operator() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__random/ |
D | normal_distribution.h | 126 result_type __fp = std::sqrt(-2 * std::log(__s) / __s); in operator() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__random/ |
D | normal_distribution.h | 126 result_type __fp = std::sqrt(-2 * std::log(__s) / __s); in operator() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__random/ |
D | normal_distribution.h | 126 result_type __fp = std::sqrt(-2 * std::log(__s) / __s); in operator() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__random/ |
H A D | normal_distribution.h | 126 result_type __fp = std::sqrt(-2 * std::log(__s) / __s); in operator() local
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
H A D | apiviewer.js | 175 …",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnProperty",F=…
|