Home
last modified time | relevance | path

Searched refs:cold (Results 1 – 25 of 52) sorted by relevance

123

/dragonfly/contrib/gdb-7/gdb/gnulib/import/
H A Dfnmatch_loop.c205 CHAR cold; in FCT() local
464 cold = startp[1]; in FCT()
572 cold = wextra[1 + wextra[idx]]; in FCT()
577 cold = *((int32_t *) &extra[idx]); in FCT()
589 cold = str[0]; in FCT()
618 cold = c; in FCT()
647 lcollseq = cold; in FCT()
649 lcollseq = __collseq_table_lookup (collseq, cold); in FCT()
652 lcollseq = is_seqval ? cold : collseq[(UCHAR) cold]; in FCT()
851 if (cold <= fn && fn <= cend) in FCT()
/dragonfly/contrib/diffutils/lib/
H A Dfnmatch_loop.c205 CHAR cold; in FCT() local
464 cold = startp[1]; in FCT()
572 cold = wextra[1 + wextra[idx]]; in FCT()
577 cold = *((int32_t *) &extra[idx]); in FCT()
589 cold = str[0]; in FCT()
618 cold = c; in FCT()
647 lcollseq = cold; in FCT()
649 lcollseq = __collseq_table_lookup (collseq, cold); in FCT()
652 lcollseq = is_seqval ? cold : collseq[(UCHAR) cold]; in FCT()
851 if (cold <= fn && fn <= cend) in FCT()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dpredict.def87 /* Branch to basic block containing call marked by cold function attribute. */
88 DEF_PREDICTOR (PRED_COLD_FUNCTION, "cold function call", PROB_VERY_LIKELY,
168 /* Branches to cold labels are extremely unlikely. */
169 DEF_PREDICTOR (PRED_COLD_LABEL, "cold label", PROB_VERY_LIKELY,
H A Dipa-inline.c988 want_inline_function_to_all_callers_p (struct cgraph_node *node, bool cold) in want_inline_function_to_all_callers_p() argument
1008 if (!cold && !has_hot_call) in want_inline_function_to_all_callers_p()
2419 int cold; in ipa_inline() local
2537 for (cold = 0; cold <= 1; cold ++) in ipa_inline()
2567 if (want_inline_function_to_all_callers_p (node, cold)) in ipa_inline()
H A Dcfg-flags.def64 /* Set on blocks that should be put in a cold section. */
157 /* Edge crosses between hot and cold sections, when we do partitioning.
H A Dinsn-notes.def83 between hot and cold text sections. */
/dragonfly/sys/kern/
H A Dkern_shutdown.c147 int cold = 1; /* note: assignment to force non-bss */ variable
306 if (!cold && (howto & RB_NOSYNC) == 0 && waittime < 0) { in boot()
393 if ((howto & (RB_HALT|RB_DUMP)) == RB_DUMP && !cold) { in boot()
H A Dsubr_firmware.c328 if (!cold) { in firmware_get()
H A Dinit_main.c336 cold = 0; in endofcoldboot()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dpredict.def75 /* Branch to basic block containing call marked by cold function attribute. */
76 DEF_PREDICTOR (PRED_COLD_FUNCTION, "cold function call", PROB_VERY_LIKELY,
H A Dipa-inline.c1726 int cold; in ipa_inline() local
1745 for (cold = 0; cold <= 1; cold ++) in ipa_inline()
1750 && (cold in ipa_inline()
H A Dinsn-notes.def77 between hot and cold text sections. */
H A Dreg-notes.def197 /* Indicates that a jump crosses between hot and cold sections in a
/dragonfly/games/quiz/datfiles/
H A Dposneg7 hot:cold
H A Dlatin35 frigus (n.):cold|chill
H A Dbard206 When I was green in judg{e}ment, cold in blood{,}:\
/dragonfly/sys/bus/u4b/
H A Dusb_process.c435 if (cold) { in usb_proc_drain()
/dragonfly/sys/dev/acpica/Osd/
H A DOsdSynch.c137 if (cold) in AcpiOsWaitSemaphore()
/dragonfly/sys/dev/powermng/intpm/
H A Dintpm.c519 if (!sc->poll && !cold && !nointr) in intsmb_start()
597 if (sc->poll || cold) in intsmb_stop()
/dragonfly/sys/dev/acpica/
H A Dacpi_ec.c827 if (cold || rebooting || sc->ec_suspending) { in EcSpaceHandler()
887 need_poll = cold || rebooting || ec_polled_mode || sc->ec_suspending; in EcWaitEvent()
H A Dacpi.c325 if (!cold) { in acpi_modevent()
331 if (!cold && power_pm_get_type() == POWER_PM_TYPE_ACPI) in acpi_modevent()
400 if (!cold) in acpi_identify()
3643 if (cold) { in acpi_set_debugging()
3881 if (!cold || resource_disabled("acpi", 0)) in acpi_pm_register()
/dragonfly/sys/dev/acpica/acpi_dock/
H A Dacpi_dock.c273 if (!cold) in acpi_dock_insert()
/dragonfly/sys/dev/video/fb/bmp/
H A Dsplash_bmp.c138 if (!cold) { in bmp_splash()
/dragonfly/sys/sys/
H A Dsystm.h56 extern int cold; /* nonzero if we are doing a cold boot */
/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c1973 if (!cold in sccndbctl()
2513 if (cold) { in scsplash_callback()
3515 if (!cold && sc_console in scshutdown()
3952 if (cold) { in scgetc()
4319 if (cold || shutdown_in_progress) in sc_bell()

123