Home
last modified time | relevance | path

Searched defs:_F (Results 1 – 8 of 8) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
Dmacros.h334 #define __glibcxx_check_max_load_factor(_F) \ argument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/debug/
Dmacros.h334 #define __glibcxx_check_max_load_factor(_F) \ argument
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/
Dtyping_extensions.py2096 _F = typing.TypeVar("_F", bound=typing.Callable[..., typing.Any]) variable
2098 def override(__arg: _F) -> _F:
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/pip/_vendor/
Dtyping_extensions.py2096 _F = typing.TypeVar("_F", bound=typing.Callable[..., typing.Any]) variable
2098 def override(__arg: _F) -> _F:
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/
Dtyping_extensions.py2096 _F = typing.TypeVar("_F", bound=typing.Callable[..., typing.Any]) variable
2098 def override(__arg: _F) -> _F:
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/
Dtyping_extensions.py2096 _F = typing.TypeVar("_F", bound=typing.Callable[..., typing.Any]) variable
2098 def override(__arg: _F) -> _F:
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwchar.h1442 __CRT_INLINE int __cdecl fwide(FILE *_F,int _M) { (void)_F; return (_M); } in fwide()
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dntifs.h44 #define FlagOn(_F,_SF) ((_F) & (_SF)) argument
52 #define SetFlag(_F,_SF) ((_F) |= (_SF)) argument
56 #define ClearFlag(_F,_SF) ((_F) &= ~(_SF)) argument