Searched refs:DECFENCE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c315 #define DECFENCE 0x5a /* corruption detector */ macro
8131 /* 4-7 buffer corruption detection fence (DECFENCE, x4) */
8132 /* The 4 bytes at the end also hold a corruption fence (DECFENCE, x4) */
8146 for (b=b0+4; b<b0+8; b++) *b=DECFENCE;
8147 for (b=b0+n+8; b<b0+n+12; b++) *b=DECFENCE;
8172 for (b=b0+4; b<b0+8; b++) if (*b!=DECFENCE)
8175 for (b=b0+n+8; b<b0+n+12; b++) if (*b!=DECFENCE)
/external/icu/icu4c/source/i18n/
H A DdecNumber.c317 #define DECFENCE 0x5a /* corruption detector */ macro
8133 /* 4-7 buffer corruption detection fence (DECFENCE, x4) */
8134 /* The 4 bytes at the end also hold a corruption fence (DECFENCE, x4) */
8148 for (b=b0+4; b<b0+8; b++) *b=DECFENCE;
8149 for (b=b0+n+8; b<b0+n+12; b++) *b=DECFENCE;
8174 for (b=b0+4; b<b0+8; b++) if (*b!=DECFENCE)
8177 for (b=b0+n+8; b<b0+n+12; b++) if (*b!=DECFENCE)

Completed in 97 milliseconds