Lines Matching full:macros
4 * Name: acmacros.h - C macros for the entire subsystem.
15 * get into potential alignment issues -- see the STORE macros below.
39 * Macros for moving data around to/from buffers that are possibly unaligned.
45 * Macros for big-endian machines
48 /* These macros reverse the bytes during the move, converting little-endian to big endian */
96 * Macros for little-endian machines
124 * data one byte at a time. These macros work whether the source or
163 * Fast power-of-two math macros for non-optimized compilers
199 * Rounding macros (Power of two boundaries only)
328 /* Generic bitfield macros and masks */
347 /* Macros to extract flag bits from position zero */
354 /* Macros to extract flag bits from position one and above */
380 * Macros for the master AML opcode table
422 * These macros are used for both the debug and non-debug versions of the code.
451 * Macros used for ACPICA utilities only
465 * Macros used for the ASL-/ASL+ converter utility