Searched defs:MEM_ALIGNMENT (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h22 # define MEM_ALIGNMENT 8 macro
24 #define MEM_ALIGNMENT 4 macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h39 # define MEM_ALIGNMENT 8 macro
41 #define MEM_ALIGNMENT 4 macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h60 /* MEM_ALIGNMENT: should be set to the alignment of the CPU for which
61 lwIP is compiled. 4 byte alignment -> define MEM_ALIGNMENT to 4, 2
62 byte alignment -> define MEM_ALIGNMENT to 2. */
64 #ifndef MEM_ALIGNMENT
65 #define MEM_ALIGNMENT 1 macro
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h21 # define MEM_ALIGNMENT 8 macro
23 #define MEM_ALIGNMENT 4 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h119 * MEM_ALIGNMENT: should be set to the alignment of the CPU
120 * 4 byte alignment -> #define MEM_ALIGNMENT 4
121 * 2 byte alignment -> #define MEM_ALIGNMENT 2
123 #ifndef MEM_ALIGNMENT
124 #define MEM_ALIGNMENT 1 macro

Completed in 58 milliseconds