Searched refs:overhead (Results 1 - 16 of 16) sorted by relevance

/haiku-fatelf/src/tests/system/benchmarks/
H A Dsyscallbench.c48 unsigned long overhead; local
55 overhead = test_func(&null_func);
59 printf("overhead time: %ld nanoseconds\n",
60 (1000*(overhead))/ITERATIONS);
63 (1000*(libcall-overhead))/ITERATIONS);
66 (1000*(syscall-overhead))/ITERATIONS);
H A Dctxbench.c22 unsigned long overhead; variable
62 sum += elapsed_times[i] - overhead;
64 min_time -= overhead;
65 max_time -= overhead;
106 * Determine overhead
116 overhead = 1000000 * (after.tv_sec - before.tv_sec);
117 overhead += after.tv_usec - before.tv_usec;
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLayer.cpp10 number like KPPPProtocol does. It only has a header overhead and an encapsulation
31 KPPPLayer::KPPPLayer(const char *name, ppp_level level, uint32 overhead) argument
33 fOverhead(overhead),
H A DKPPPProtocol.cpp34 \param overhead The protocol's header size.
43 uint32 overhead, KPPPInterface& interface,
47 KPPPLayer(name, level, overhead),
120 info->overhead = Overhead();
41 KPPPProtocol(const char *name, ppp_phase activationPhase, uint16 protocolNumber, ppp_level level, int32 addressFamily, uint32 overhead, KPPPInterface& interface, driver_parameter *settings, int32 flags, const char *type, KPPPOptionHandler *optionHandler) argument
H A DKPPPDevice.cpp25 \param overhead Length of the header that is prepended to each packet.
29 KPPPDevice::KPPPDevice(const char *name, uint32 overhead, KPPPInterface& interface, argument
31 : KPPPLayer(name, PPP_DEVICE_LEVEL, overhead),
H A DKPPPLCP.cpp199 //! Returns the interface, target, and device overhead.
203 uint32 overhead = Interface().Overhead(); local
206 overhead += Target()->Overhead();
209 overhead += Interface().Device()->Overhead();
211 return overhead;
H A DKPPPInterface.cpp377 //! Returns number of bytes spent for protocol overhead. Includes device overhead.
381 uint32 overhead = fHeaderLength + 2; local
384 overhead += Device()->Overhead();
386 return overhead;
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPLayer.h15 KPPPLayer(const char *name, ppp_level level, uint32 overhead);
H A DKPPPDevice.h22 KPPPDevice(const char *name, uint32 overhead, KPPPInterface& interface,
H A DKPPPProtocol.h21 uint32 overhead, KPPPInterface& interface,
H A DPPPControl.h214 uint32 overhead; member in struct:ppp_protocol_info
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djp2_enc.c148 uint_fast32_t overhead; local
337 overhead = jas_stream_getrwcount(out);
339 (unsigned long) overhead);
H A Djpc_enc.c1132 uint_fast32_t overhead; local
1133 overhead = mainhdrlen + MAINTLRLEN;
1134 enc->mainbodysize = (enc->cp->totalsize >= overhead) ?
1135 (enc->cp->totalsize - overhead) : 0;
/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dlib_mvcur.c70 ** cost swamps the computation overhead (and as machines get faster, this
83 * The average overhead of a full optimization computation in character
90 * Yes, I (esr) thought about computing expected overhead dynamically, say
100 * adjusted for average computation overhead. The magic number is the length
728 * will probably not be worth its overhead. Also, don't try to
1131 * The `overhead' field of the report will help you pick a
1194 * Per-character optimization overhead in character transmits
1198 float overhead = speeds[i] * perchar / 1e6; local
1201 printf("%6d bps: %3.2f char-xmits overhead; total estimated time %15.2f\n",
1202 speeds[i], overhead, totales
[all...]
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_mesh.c2469 * Max 802.11s overhead.
2489 uint32_t overhead, rate, errrate; local
2494 overhead = ieee80211_compute_duration(ic->ic_rt,
2500 res = (overhead + (nbits / rate)) *
/haiku-fatelf/docs/develop/storage/resources/
H A DResourcesFormat.tex67 x86 resource files introduce the least overhead. The resources start directly

Completed in 158 milliseconds