Searched refs:load (Results 26 - 38 of 38) sorted by relevance

12

/haiku/src/system/libroot/posix/glibc/arch/ppc/
H A Dlshift.S39 lwzu r11,-4(r4) # load first s1 limb
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp290 if (impl->fQuitting.load())
324 if (impl->fQuitting.load()) {
522 if (data->fQuitting.load()) {
551 if (fConnectionCount.size() >= fMaxHosts.load()) {
568 >= fMaxConnectionsPerHost.load(std::memory_order_relaxed)) {
580 if (fConnectionCount.size() == fMaxHosts.load()) {
/haiku/src/system/kernel/arch/riscv64/
H A Darch_asm.S37 # load `to` context
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp573 ElfFile::SectionAt(int32 index, bool load) argument
578 if (load && !section->GetData()) {
581 printf("Failed to load section %" B_PRId32 "\n", index);
/haiku/src/apps/processcontroller/
H A DProcessController.cpp730 bigtime_t load = cpuInfos[x].active_time - fPrevActive[x]; local
732 float cpuTime = float(load) / float(passed);
735 if (load > passed)
736 fPrevActive[x] -= load - passed; // save overload for next period...
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.h397 #define _IEEE80211_POLICY_MODULE(policy, name, version, load, unload) \
398 static void ieee80211_##policy##_##name##_load() { load; } \
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_disk/
H A Dscsi_disk.cpp127 load_eject(das_driver_info *device, bool load) argument
136 device->scsi_periph_device, ccb, load, true);
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.cpp296 load_eject(cd_driver_info *info, bool load) argument
305 info->scsi_periph_device, ccb, load, true);
/haiku/src/apps/bootmanager/
H A Dbootman.S289 ; Chain load rest of boot loader
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp492 /* instant load vue-meter */
681 /* CPU load pourcentage title string */
684 string = new BStringView(r, "", B_TRANSLATE("CPU load"));
691 /* CPU load pourcentage display string */
1307 /* if the load level is inchanged, nothing more to do... */
1357 float frame_rate, load; local
1364 load = 100.0;
1372 load = (100.0*fCurrentSettings.refresh_rate)/fps + 0.05;
1377 sprintf(text_cpu_load, "%3.1f", load);
2231 /* the instant load i
[all...]
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py1102 args.output.write(render(args.template.read(), json.load(args.json)))
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h1621 uint32_t load; member in struct:iwn_rx_general_stats
H A Dif_iwn.c3108 panic("%s: could not load old RX mbuf", __func__);
6224 if ((rxena = le32toh(stats->general.load)) == 0){
8113 /* Start boot load now. */
8124 device_printf(sc->sc_dev, "%s: could not load boot firmware\n",
8164 device_printf(sc->sc_dev, "%s: could not load boot firmware\n",
8259 "%s: could not load firmware %s section, error %d\n",
8267 "%s: could not load firmware %s section, error %d\n",
8836 "%s: could not load firmware, error %d\n", __func__,

Completed in 232 milliseconds

12