OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PFI
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/nvi/dist/motif_l/
m_copypaste.c
38
typedef int (*
PFI
)();
40
static
PFI
icccm_paste,
52
__vi_InitCopyPaste(
PFI
f_copy,
PFI
f_paste,
PFI
f_clear,
PFI
f_error)
/src/sys/kern/
vfs_init.c
130
typedef int (*
PFI
)(void *);
278
kmem_alloc(VNODE_OPS_COUNT * sizeof(
PFI
), KM_SLEEP);
279
memset(opv_desc_vector, 0, VNODE_OPS_COUNT * sizeof(
PFI
));
309
VNODE_OPS_COUNT * sizeof(
PFI
));
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp
2127
PPCFunctionInfo *
PFI
= MF.getInfo<PPCFunctionInfo>();
2135
(TCSPDelta =
PFI
->getTailCallSPDelta()) < 0) {
2154
int FI =
PFI
->getFramePointerSaveIndex();
2161
if (
PFI
->usesPICBase()) {
2162
int FI =
PFI
->getPICBasePointerSaveIndex();
2172
int FI =
PFI
->getBasePointerSaveIndex();
Completed in 30 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026