![]() |
|
|||
File indexing completed on 2025-05-11 08:24:17
0001 #ifndef __LINUX_COMPILER_H__ 0002 #define __LINUX_COMPILER_H__ 0003 0004 #define likely(x) (x) 0005 #define unlikely(x) (x) 0006 #define uninitialized_var(x) x = x 0007 0008 #endif /* __LINUX_COMPILER_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |