OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_REAL64
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_solaris.cpp
53
#define
_REAL64
(func) _ ## func ## 64
55
#define
_REAL64
(func) _REAL(func)
58
extern "C" ret_type
_REAL64
(func)(__VA_ARGS__)
66
return (uptr)
_REAL64
(mmap)(addr, length, prot, flags, fd, offset);
95
extern "C" int
_REAL64
(open)(const char *, int, ...);
98
return
_REAL64
(open)(filename, flags);
102
return
_REAL64
(open)(filename, flags, mode);
119
return
_REAL64
(stat)(path, (struct stat *)buf);
123
return
_REAL64
(lstat)(path, (struct stat *)buf);
127
return
_REAL64
(fstat)(fd, (struct stat *)buf)
[
all
...]
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_solaris.cpp
53
#define
_REAL64
(func) _ ## func ## 64
55
#define
_REAL64
(func) _REAL(func)
58
extern "C" ret_type
_REAL64
(func)(__VA_ARGS__)
66
return (uptr)
_REAL64
(mmap)(addr, length, prot, flags, fd, offset);
95
extern "C" int
_REAL64
(open)(const char *, int, ...);
98
return
_REAL64
(open)(filename, flags);
102
return
_REAL64
(open)(filename, flags, mode);
119
return
_REAL64
(stat)(path, (struct stat *)buf);
123
return
_REAL64
(lstat)(path, (struct stat *)buf);
127
return
_REAL64
(fstat)(fd, (struct stat *)buf)
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_solaris.cc
52
#define
_REAL64
(func) _ ## func ## 64
54
#define
_REAL64
(func) _REAL(func)
57
extern "C" ret_type
_REAL64
(func)(__VA_ARGS__)
65
return (uptr)
_REAL64
(mmap)(addr, length, prot, flags, fd, offset);
80
extern "C" int
_REAL64
(open)(const char *, int, ...);
83
return
_REAL64
(open)(filename, flags);
87
return
_REAL64
(open)(filename, flags, mode);
109
return
_REAL64
(stat)(path, (struct stat *)buf);
113
return
_REAL64
(lstat)(path, (struct stat *)buf);
117
return
_REAL64
(fstat)(fd, (struct stat *)buf)
[
all
...]
Completed in 177 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026