Searched defs:LINK_SIZE (Results 1 - 3 of 3) sorted by relevance

/external/pcre/
H A Dconfig.h156 /* The value of LINK_SIZE determines the number of bytes used to store links
161 #ifndef LINK_SIZE
162 #define LINK_SIZE 2 macro
/external/pcre/dist/
H A Dpcretest.c1067 defined as a macro. However, we must ensure that LINK_SIZE and IMM2_SIZE (which
1069 LINK_SIZE is also used later in this program. */
1075 #if LINK_SIZE == 2
1076 #undef LINK_SIZE macro
1077 #define LINK_SIZE 1 macro
1078 #elif LINK_SIZE == 3 || LINK_SIZE == 4
1079 #undef LINK_SIZE macro
1080 #define LINK_SIZE 2 macro
1082 #error LINK_SIZE mus
1093 #undef LINK_SIZE macro
1094 #define LINK_SIZE macro
[all...]
H A Dpcre_internal.h421 The macros are controlled by the value of LINK_SIZE. This defaults to 2 in
427 #if LINK_SIZE == 2
439 #elif LINK_SIZE == 3
452 #elif LINK_SIZE == 4
467 #error LINK_SIZE must be either 2, 3, or 4
472 #if LINK_SIZE == 2
474 /* Redefine LINK_SIZE as a multiple of sizeof(pcre_uchar) */
475 #undef LINK_SIZE macro
476 #define LINK_SIZE 1 macro
486 #elif LINK_SIZE
489 #undef LINK_SIZE macro
490 #define LINK_SIZE macro
510 #undef LINK_SIZE macro
511 #define LINK_SIZE macro
[all...]

Completed in 367 milliseconds