Lines Matching refs:LINK_SIZE
1075 #if LINK_SIZE == 2
1076 #undef LINK_SIZE
1077 #define LINK_SIZE 1 macro
1078 #elif LINK_SIZE == 3 || LINK_SIZE == 4
1079 #undef LINK_SIZE
1080 #define LINK_SIZE 2 macro
1082 #error LINK_SIZE must be either 2, 3, or 4
1093 #undef LINK_SIZE
1094 #define LINK_SIZE 1 macro
2645 if (LINK_SIZE > 1) in regexflip8_or_16()
2647 - (1 + LINK_SIZE + 1)); in regexflip8_or_16()
2649 length = (int)((unsigned int)(ptr[0]) - (1 + LINK_SIZE + 1)); in regexflip8_or_16()
2654 if (LINK_SIZE > 1) in regexflip8_or_16()
2750 length = (int)((unsigned int)(ptr[0]) - (1 + LINK_SIZE + 1)); in regexflip_32()