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

/freebsd-10.2-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c269 #define DECFENCE 0x5a /* corruption detector */ macro
5902 /* 4-7 buffer corruption detection fence (DECFENCE, x4) */
5903 /* The 4 bytes at the end also hold a corruption fence (DECFENCE, x4) */
5922 *b = DECFENCE;
5924 *b = DECFENCE;
5953 if (*b != DECFENCE)
5957 if (*b != DECFENCE)

Completed in 113 milliseconds