OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DECFENCE
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c
296
#define
DECFENCE
0x5a /* corruption detector */
8084
/* 4-7 buffer corruption detection fence (
DECFENCE
, x4) */
8085
/* The 4 bytes at the end also hold a corruption fence (
DECFENCE
, x4) */
8099
for (b=b0+4; b<b0+8; b++) *b=
DECFENCE
;
8100
for (b=b0+n+8; b<b0+n+12; b++) *b=
DECFENCE
;
8125
for (b=b0+4; b<b0+8; b++) if (*b!=
DECFENCE
)
8128
for (b=b0+n+8; b<b0+n+12; b++) if (*b!=
DECFENCE
)
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c
296
#define
DECFENCE
0x5a /* corruption detector */
8084
/* 4-7 buffer corruption detection fence (
DECFENCE
, x4) */
8085
/* The 4 bytes at the end also hold a corruption fence (
DECFENCE
, x4) */
8099
for (b=b0+4; b<b0+8; b++) *b=
DECFENCE
;
8100
for (b=b0+n+8; b<b0+n+12; b++) *b=
DECFENCE
;
8125
for (b=b0+4; b<b0+8; b++) if (*b!=
DECFENCE
)
8128
for (b=b0+n+8; b<b0+n+12; b++) if (*b!=
DECFENCE
)
/src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c
296
#define
DECFENCE
0x5a /* corruption detector */
8084
/* 4-7 buffer corruption detection fence (
DECFENCE
, x4) */
8085
/* The 4 bytes at the end also hold a corruption fence (
DECFENCE
, x4) */
8099
for (b=b0+4; b<b0+8; b++) *b=
DECFENCE
;
8100
for (b=b0+n+8; b<b0+n+12; b++) *b=
DECFENCE
;
8125
for (b=b0+4; b<b0+8; b++) if (*b!=
DECFENCE
)
8128
for (b=b0+n+8; b<b0+n+12; b++) if (*b!=
DECFENCE
)
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c
296
#define
DECFENCE
0x5a /* corruption detector */
8084
/* 4-7 buffer corruption detection fence (
DECFENCE
, x4) */
8085
/* The 4 bytes at the end also hold a corruption fence (
DECFENCE
, x4) */
8099
for (b=b0+4; b<b0+8; b++) *b=
DECFENCE
;
8100
for (b=b0+n+8; b<b0+n+12; b++) *b=
DECFENCE
;
8125
for (b=b0+4; b<b0+8; b++) if (*b!=
DECFENCE
)
8128
for (b=b0+n+8; b<b0+n+12; b++) if (*b!=
DECFENCE
)
Completed in 36 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026