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

/haiku/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/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
33 KPPPLayer::KPPPLayer(const char *name, ppp_level level, uint32 overhead) argument
35 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.cpp24 \param overhead Length of the header that is prepended to each packet.
28 KPPPDevice::KPPPDevice(const char *name, uint32 overhead, KPPPInterface& interface, argument
30 : KPPPLayer(name, PPP_DEVICE_LEVEL, overhead),
H A DKPPPInterface.cpp393 //! Returns number of bytes spent for protocol overhead. Includes device overhead.
397 uint32 overhead = fHeaderLength + 2; local
400 overhead += Device()->Overhead();
402 return overhead;
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.cpp144 size_t overhead = stringCount * (sizeof(StringData) - 1); local
147 INFORM(" total unique strings: %8zu, %8zu bytes, overhead: %zu bytes\n",
148 stringCount, totalStringSize, overhead);
153 (ssize_t)(totalStringSizeWithDuplicates - totalStringSize - overhead));
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPLayer.h16 KPPPLayer(const char *name, ppp_level level, uint32 overhead);
H A DKPPPDevice.h24 KPPPDevice(const char *name, uint32 overhead, KPPPInterface& interface,
H A DKPPPProtocol.h21 uint32 overhead, KPPPInterface& interface,
H A DPPPControl.h284 uint32 overhead; member in struct:ppp_protocol_info
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_mesh.c3281 * Max 802.11s overhead.
3301 uint32_t overhead, rate, errrate; local
3306 overhead = ieee80211_compute_duration(ic->ic_rt,
3313 res = (overhead + (nbits / rate)) *
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex67 x86 resource files introduce the least overhead. The resources start directly
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c4000 mptr[ib] = dptr[ib] ^ word[ib + overhead];

Completed in 145 milliseconds