HomeSort by: relevance | last modified time | path
    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