Searched refs:__f (Results 1 - 13 of 13) sorted by relevance

/external/syslinux/com32/lib/
H A Dfclose.c8 int fclose(FILE * __f) argument
10 return close(fileno(__f));
/external/clang/lib/Headers/
H A Dia32intrin.h39 __writeeflags(unsigned long long __f) argument
41 __builtin_ia32_writeeflags_u64(__f);
52 __writeeflags(unsigned int __f) argument
54 __builtin_ia32_writeeflags_u32(__f);
H A Davxintrin.h2319 float __f = *__a; local
2320 return (__m128)(__v4sf){ __f, __f, __f, __f };
2333 float __f = *__a; local
2334 return (__m256)(__v8sf){ __f, __f, __f, __f, __
2543 _mm256_set_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument
2598 _mm256_setr_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument
[all...]
H A Dsmmintrin.h201 ({ union { int __i; float __f; } __t; \
203 __t.__f = __a[(N) & 3]; \
/external/clang/test/SemaTemplate/
H A Dunresolved-construct.cpp9 explicit A(_F&& __f);
H A Dinstantiate-local-class.cpp167 template <typename _Functor> function(_Functor __f) { __f(); } argument
/external/syslinux/com32/include/
H A Dstdio.h36 static __inline__ int fileno(FILE * __f) argument
39 return (int)(size_t) __f - 1;
59 __extern int fclose(FILE * __f);
77 #define fread(__p, __s, __n, __f) \
79 ? _fread(__p, __n, __f) \
80 : fread(__p,__s,__n,__f) )
82 #define fwrite(__p, __s, __n, __f) \
84 ? _fwrite(__p, __n, __f) \
85 : fwrite(__p,__s,__n,__f) )
109 static __inline__ int fflush(FILE * __f) argument
[all...]
/external/libcxx/include/support/win32/
H A Dlocale_win32.h88 #define sscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ )
89 #define vsscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ )
90 #define sprintf_l( __s, __l, __f, ... ) _sprintf_l( __s, __f, __l, __VA_ARGS__ )
91 #define vsprintf_l( __s, __l, __f, ... ) _vsprintf_l( __s, __f, __l, __VA_ARGS__ )
92 #define vsnprintf_l( __s, __n, __l, __f, ... ) _vsnprintf_l( __s, __n, __f, __
[all...]
/external/clang/test/CodeGen/
H A Dunion.c18 float __f; member in union:__anon2262
/external/fio/
H A Dfilesetup.c465 struct fio_file *__f; local
468 __f = lookup_file_hash(f->file_name);
469 if (__f) {
472 * racy, need the __f->lock locked
474 f->lock = __f->lock;
1487 struct fio_file *__f; local
1489 __f = alloc_new_file(td);
1492 __f->file_name = smalloc_strdup(f->file_name);
1493 if (!__f->file_name) {
1498 __f
[all...]
/external/clang/test/SemaCXX/
H A Dlinkage2.cpp69 shared_future(future<_Rp&>&& __f);
/external/libcxx/src/
H A Dfuture.cpp71 static __future_error_category __f; variable
72 return __f;
/external/valgrind/coregrind/m_debuginfo/
H A Dreadpdb.c109 #define OFFSET_OF(__c,__f) ((int)(((char*)&(((__c*)0)->__f))-((char*)0)))

Completed in 1475 milliseconds