Searched refs:prof (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/apps/packageinstaller/
H A DPackageView.cpp555 pkg_profile *prof; local
562 prof = fInfo.GetProfile(0);
563 convert_size(prof->space_needed, sizeString, 48);
566 name << prof->name << buffer;
577 prof = fInfo.GetProfile(i);
579 if (prof) {
580 convert_size(prof->space_needed, sizeString, 48);
581 name = prof->name;
613 pkg_profile *prof = fInfo.GetProfile(index); local
616 if (prof) {
[all...]
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dsym.h175 unsigned prof : 1; /* true if compiled with -pg */ member in struct:pdr
/haiku-fatelf/src/bin/gdb/bfd/
H A Decoffswap.h367 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_BIG);
377 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_LITTLE);
428 | (intern->prof ? PDR_BITS1_PROF_BIG : 0)
439 | (intern->prof ? PDR_BITS1_PROF_LITTLE : 0)
H A Decofflink.c2078 each procedure and set the "prof" bit in the PDR to indicate
2154 /* Find PDR that is closest to OFFSET. If pdr.prof is set,
2156 simply pretend that pdr.prof *implies* a lower entry-point.
2164 if (offset >= (pdr.adr - 0x10 * pdr.prof))
2166 dist = offset - (pdr.adr - 0x10 * pdr.prof);
2204 offset -= pdr.adr - 0x10 * pdr.prof;
/haiku-fatelf/headers/libs/agg/
H A Dagg_renderer_outline_aa.h1353 renderer_outline_aa(base_ren_type& ren, const line_profile_aa& prof) : argument
1355 m_profile(&prof),
1366 void profile(const line_profile_aa& prof) { m_profile = &prof; } argument
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A DxsltInternals.h1600 long prof; /* the current profiled value */ member in struct:_xsltTransformContext
H A Dtransform.c239 ctxt->prof = value;
259 ctxt->prof = ctxt->profTab[ctxt->profNr - 1];
261 ctxt->prof = (long) 0;
396 cur->prof = 0;

Completed in 128 milliseconds