OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IPR
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/pax/
dumptar.c
78
#define
IPR
(a) \
84
IPR
(uid);
85
IPR
(gid);
86
IPR
(size);
/src/sys/arch/sparc/sparc/
emul.c
51
#define
IPR
(tf, i) ((int32_t *) tf->tf_out[6])[i - 16]
75
error = copyin(&
IPR
(tf, i), val, sizeof(int32_t));
91
error = copyout(val, &
IPR
(tf, i), sizeof(int32_t));
/src/sys/arch/sparc64/sparc64/
emul.c
52
#define
IPR
(tf, i) ((int32_t *)(u_long)tf->tf_out[6])[i - 16]
76
error = copyin(&
IPR
(tf, i), val, sizeof(int32_t));
93
error = copyout(val, &
IPR
(tf, i), sizeof(int32_t));
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp
264
const InstrProfRecord &
IPR
= Func.second;
265
if (llvm::any_of(
IPR
.Counts, [](uint64_t Count) { return Count > 0; }))
Completed in 23 milliseconds
Indexes created Thu Jul 09 00:25:44 UTC 2026