/vbox/src/recompiler/target-i386/ |
H A D | helper_template.h | 66 int cf, pf, af, zf, sf, of; local 71 pf = parity_table[(uint8_t)CC_DST]; 76 return cf | pf | af | zf | sf | of; 90 int cf, pf, af, zf, sf, of; 95 pf = parity_table[(uint8_t)CC_DST]; 100 return cf | pf | af | zf | sf | of; 114 int cf, pf, af, zf, sf, of; 119 pf = parity_table[(uint8_t)CC_DST]; 124 return cf | pf | af | zf | sf | of; 139 int cf, pf, a [all...] |
/vbox/src/VBox/VMM/include/ |
H A D | STAMInternal.h | 112 bool *pf; member in union:STAMDESC::STAMDESCSAMPLEDATA
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsFileStream.h | 207 nsInputStream& operator >> (nsInputStream& (*pf)(nsInputStream&)) function in class:nsInputStream 209 return pf(*this); 283 nsOutputStream& operator << (nsOutputStream& (*pf)(nsOutputStream&)) function in class:nsOutputStream 285 return pf(*this); 459 nsInputStream& operator >> (nsInputStream& (*pf)(nsInputStream&)) function in class:nsRandomAccessInputStream 460 { return nsInputStream::operator >>(pf); } 498 nsInputStream& operator >> (nsInputStream& (*pf)(nsInputStream&)) function in class:nsInputStringStream 499 { return nsInputStream::operator >>(pf); } 545 nsInputStream& operator >> (nsInputStream& (*pf)(nsInputStream&)) function in class:nsInputFileStream 546 { return nsInputStream::operator >>(pf); } 593 nsOutputStream& operator << (nsOutputStream& (*pf)(nsOutputStream&)) function in class:nsRandomAccessOutputStream 661 nsOutputStream& operator << (nsOutputStream& (*pf)(nsOutputStream&)) function in class:nsOutputFileStream 742 nsOutputStream& operator << (nsOutputStream& (*pf)(nsOutputStream&)) function in class:nsIOFileStream 748 nsInputStream& operator >> (nsInputStream& (*pf)(nsInputStream&)) function in class:nsIOFileStream [all...] |
/vbox/src/VBox/Debugger/ |
H A D | DBGCCmdHlp.cpp | 866 static DECLCALLBACK(int) dbgcHlpVarToBool(PDBGCCMDHLP pCmdHlp, PCDBGCVAR pVar, bool *pf) argument 880 *pf = true; 888 *pf = false; 898 *pf = pVar->u.u64Number != 0;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/ |
H A D | prmalloc.c | 261 struct pgfree *pf; local 293 for(pf=free_list.next; pf; pf=pf->next) { 295 pf,pf->page,pf->end,pf->size,pf 543 struct pgfree *pf; local 931 struct pgfree *pf,*pt; local [all...] |
/vbox/include/VBox/ |
H A D | vd-ifs.h | 890 * @param pf Where to store the value. Set to default on failure. 894 const char *pszName, bool *pf, 900 *pf = u64 ? true : false; 910 * @param pf Where to store the value. 913 bool *pf) 918 *pf = u64 ? true : false; 893 VDCFGQueryBoolDef(PVDINTERFACECONFIG pCfgIf, const char *pszName, bool *pf, bool fDef) argument 912 VDCFGQueryBool(PVDINTERFACECONFIG pCfgIf, const char *pszName, bool *pf) argument
|
H A D | dbg.h | 605 * @param pf Where to store the boolean. 607 DECLCALLBACKMEMBER(int, pfnVarToBool)(PDBGCCMDHLP pCmdHlp, PCDBGCVAR pVar, bool *pf); 868 DECLINLINE(int) DBGCCmdHlpVarToBool(PDBGCCMDHLP pCmdHlp, PCDBGCVAR pVar, bool *pf) argument 870 return pCmdHlp->pfnVarToBool(pCmdHlp, pVar, pf);
|
/vbox/src/VBox/Main/src-server/darwin/ |
H A D | iokit.cpp | 121 * @param pf Where to store the key value. 123 static bool darwinDictGetBool(CFDictionaryRef DictRef, CFStringRef KeyStrRef, bool *pf) argument 129 *pf = CFBooleanGetValue((CFBooleanRef)BoolRef); 132 *pf = false;
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_consume.c | 2082 dtrace_consume_probe_f *pf, dtrace_consume_rec_f *rf, void *arg) 2132 return (dt_consume_cpu(dtp, fp, cpu, buf, pf, rf, arg)); 2135 begin.dtbgn_probefunc = pf; 2195 i, &nbuf, pf, rf, arg)) != 0) { 2228 dtrace_consume_probe_f *pf, dtrace_consume_rec_f *rf, void *arg) 2256 if (pf == NULL) 2257 pf = (dtrace_consume_probe_f *)dt_nullprobe; 2276 if ((rval = dt_consume_begin(dtp, fp, buf, pf, rf, arg)) != 0) 2303 if ((rval = dt_consume_cpu(dtp, fp, i, buf, pf, rf, arg)) != 0) 2328 return (dt_consume_cpu(dtp, fp, dtp->dt_endedon, buf, pf, r 2081 dt_consume_begin(dtrace_hdl_t *dtp, FILE *fp, dtrace_bufdesc_t *buf, dtrace_consume_probe_f *pf, dtrace_consume_rec_f *rf, void *arg) argument 2227 dtrace_consume(dtrace_hdl_t *dtp, FILE *fp, dtrace_consume_probe_f *pf, dtrace_consume_rec_f *rf, void *arg) argument [all...] |
/vbox/src/VBox/VMM/VMMR3/ |
H A D | CFGM.cpp | 2709 * @param pf Where to store the value. 2712 VMMR3DECL(int) CFGMR3QueryBool(PCFGMNODE pNode, const char *pszName, bool *pf) argument 2717 *pf = u64 ? true : false; 2728 * @param pf Where to store the value. Set to default on failure. 2732 VMMR3DECL(int) CFGMR3QueryBoolDef(PCFGMNODE pNode, const char *pszName, bool *pf, bool fDef) argument 2736 *pf = u64 ? true : false;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | context.c | 853 static void context_restore_gl_context(const struct wined3d_gl_info *gl_info, HDC dc, HGLRC gl_ctx, int pf) argument 856 if (!context_set_pixel_format(gl_info, dc, pf)) 858 ERR("Failed to restore pixel format %d on device context %p.\n", pf, dc);
|
/vbox/include/iprt/ |
H A D | asm.h | 288 * @returns Current *pf value 289 * @param pf Pointer to the 8-bit variable to update. 292 DECLINLINE(bool) ASMAtomicXchgBool(volatile bool *pf, bool f) argument 295 return !!ASMAtomicXchgU8((volatile uint8_t *)pf, (uint8_t)f); 297 return (bool)ASMAtomicXchgU8((volatile uint8_t *)pf, (uint8_t)f); 715 * @param pf Pointer to the value to update. 716 * @param fNew The new value to assigned to *pf. 717 * @param fOld The old value to *pf compare with. 719 DECLINLINE(bool) ASMAtomicCmpXchgBool(volatile bool *pf, const bool fNew, const bool fOld) argument 721 return ASMAtomicCmpXchgU8((volatile uint8_t *)pf, (cons 1871 ASMAtomicReadBool(volatile bool *pf) argument 1884 ASMAtomicUoReadBool(volatile bool *pf) argument 2194 ASMAtomicWriteBool(volatile bool *pf, bool f) argument 2206 ASMAtomicUoWriteBool(volatile bool *pf, bool f) argument [all...] |
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | xwin.c | 1772 XPixmapFormatValues *pf = &pfm[i]; local 1773 if (pf->depth == g_depth) 1775 g_bpp = pf->bits_per_pixel;
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |