HomeSort by: relevance | last modified time | path
    Searched defs:hot (Results 1 - 20 of 20) sorted by relevancy

  /src/sbin/fsck/
fsutil.c 72 static int hot = 0; variable
96 return hot;
195 hot = 0;
214 hot++;
  /src/sys/arch/atari/dev/
grfioctl.h 177 struct grf_position hot; /* sprite hot spot */ member in struct:grf_spriteinfo
  /src/sys/arch/sparc64/sparc64/
netbsd32_machdep.c 631 struct fbcurpos hot; /* cursor's hot spot */ member in struct:netbsd32_fbcursor
691 p->hot = s32p->hot;
730 s32p->hot = p->hot;
  /src/sys/dev/acpi/
acpi_tz.c 56 #define ATZ_F_HOT 0x02 /* zone hot */
88 uint32_t hot; member in struct:acpitz_zone
343 if (sc->sc_zone.hot != ATZ_TMP_INVALID && tmp >= sc->sc_zone.hot)
363 aprint_debug_dev(dv, "zone went hot, %s C\n",
531 (void)acpitz_get_integer(dv, "_HOT", &sc->sc_zone.hot);
547 acpitz_sane_temp(&sc->sc_zone.hot);
561 if (sc->sc_zone.hot != ATZ_TMP_INVALID) {
563 acpitz_celcius_string(sc->sc_zone.hot));
844 if (sc->sc_zone.hot != ATZ_TMP_INVALID)
    [all...]
  /src/sys/dev/ic/
igsfb.c 910 struct wsdisplay_curpos pos, hot; local
964 /* enforce that the hot spot is within sprite bounds */
966 hot = p->hot; /* local copy we can write to */
974 nhot = (v & WSDISPLAY_CURSOR_DOHOT) ? &hot : &cc->cc_hot;
988 cc->cc_hot = hot; /* local copy, possibly corrected */
  /src/sys/dev/sun/
fbio.h 192 struct fbcurpos hot; /* cursor's hot spot */ member in struct:fbcursor
  /src/external/gpl3/gcc/dist/gcc/
ipa-profile.cc 28 The information is used to set hot/cold thresholds.
39 .text.unlikely/.text.hot/.text.startup/.text.exit subsections). */
614 fprintf (dump_file, " Called by %s that is normal or hot\n",
624 /* Return ture if NODE contains hot calls. */
683 /* With profile we can decide on hot/normal based on count. */
686 bool hot = false; local
689 hot = true;
690 if (!hot)
691 hot |= contains_hot_call_p (node);
692 if (hot)
    [all...]
predict.cc 124 /* Determine the threshold for hot BB counts. */
144 /* Set the threshold for hot BB counts. */
152 /* Return TRUE if COUNT is considered to be hot in function FUN. */
181 /* Code executed at most once is not hot. */
3608 whether it is expected to be hot given the CALL_COUNT. */
3617 whether it is hot, and therefore it will be marked normal below. */
3618 bool hot = maybe_hot_count_p (NULL, call_count);
3624 hot ? "Function is hot" : "Function is normal");
3675 = hot ? NODE_FREQUENCY_HOT : NODE_FREQUENCY_NORMAL
3614 bool hot = maybe_hot_count_p (NULL, call_count); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-profile.cc 28 The information is used to set hot/cold thresholds.
39 .text.unlikely/.text.hot/.text.startup/.text.exit subsections). */
613 fprintf (dump_file, " Called by %s that is normal or hot\n",
623 /* Return ture if NODE contains hot calls. */
682 /* With profile we can decide on hot/normal based on count. */
685 bool hot = false; local
688 hot = true;
689 if (!hot)
690 hot |= contains_hot_call_p (node);
691 if (hot)
    [all...]
predict.cc 123 /* Determine the threshold for hot BB counts. */
143 /* Set the threshold for hot BB counts. */
151 /* Return TRUE if COUNT is considered to be hot in function FUN. */
180 /* Code executed at most once is not hot. */
3509 whether it is expected to be hot given the CALL_COUNT. */
3518 whether it is hot, and therefore it will be marked normal below. */
3519 bool hot = maybe_hot_count_p (NULL, call_count);
3525 hot ? "Function is hot" : "Function is normal");
3576 = hot ? NODE_FREQUENCY_HOT : NODE_FREQUENCY_NORMAL
3515 bool hot = maybe_hot_count_p (NULL, call_count); local
    [all...]
ipa-cp.cc 712 /* Number of calls and hot calls respectively. */
810 /* When profile is available and function is hot, propagate into it even if
828 fprintf (dump_file, "Not considering %s for cloning; no hot calls.\n",
4325 of them is viable and hot, return true. In that case, for those that still
4342 bool hot = false; local
4354 hot |= cs->maybe_hot_p ();
4378 if (!hot && ipa_node_params_sum->get (dest)->node_within_scc)
4382 /* Cold non-SCC source edge could trigger hot recursive execution of
4383 function. Consider the case as hot and rely on following cost model
4390 return hot;
    [all...]
  /src/sys/arch/amiga/dev/
grfioctl.h 181 struct grf_position hot; /* sprite hot spot */ member in struct:grf_spriteinfo
  /src/sys/dev/sbus/
mgx.c 1211 sc->sc_hotspot_x = cur->hot.x;
1212 sc->sc_hotspot_y = cur->hot.y;
1279 uint16_t hot; local
1283 hot = (sc->sc_hotspot_y << 8) | (sc->sc_hotspot_x & 0xff);
1284 mgx_write_2(sc, ATR_CURSOR_HOTSPOT, hot);
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcov-util.c 991 int hot = 0; local
1016 hot = 1;
1023 if (overlap_func_level && nonzero && (!overlap_hot_only || hot))
1071 b2: obj1 is hot;
1075 b6: obj2 is hot;
1104 /* The number of gcda files that includes hot counter values. */
1107 /* The number of gcda files with hot count value in either profiles. */
1353 printf (" hot files: %12u\t%12u\t%12u\n", hot_gcda_files[0],
  /src/sys/uvm/
uvm_pdpolicy_clockpro.c 780 bool hot; local
790 hot = false;
793 hot = nonresident_pagelookupremove(pg);
794 if (hot) {
815 if (hot) {
824 } else if (hot) {
917 dump("hot called");
987 * stop at a hot page so that no cold pages in test period
988 * have larger recency than any hot pages.
992 dump("hot done")
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-gimplify.cc 3589 /* Look up "hot", "cold", "likely" or "unlikely" in attribute list LIST. */
3597 if ((is_attribute_p ("hot", name)
3607 /* Remove "hot", "cold", "likely" and "unlikely" attributes from LIST. */
3616 if ((is_attribute_p ("hot", name)
3641 bool hot = (is_attribute_p ("hot", name)
3643 tree pred = build_predict_expr (hot ? PRED_HOT_LABEL : PRED_COLD_LABEL,
3644 hot ? TAKEN : NOT_TAKEN);
3640 bool hot = (is_attribute_p ("hot", name) local
  /src/external/gpl3/gcc/dist/libgcc/
libgcov-util.c 1079 int hot = 0; local
1104 hot = 1;
1111 if (overlap_func_level && nonzero && (!overlap_hot_only || hot))
1159 b2: obj1 is hot;
1163 b6: obj2 is hot;
1192 /* The number of gcda files that includes hot counter values. */
1195 /* The number of gcda files with hot count value in either profiles. */
1441 printf (" hot files: %12u\t%12u\t%12u\n", hot_gcda_files[0],
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-gimplify.cc 3053 /* Look up either "hot" or "cold" in attribute list LIST. */
3061 if (is_attribute_p ("hot", name)
3070 /* Remove both "hot" and "cold" attributes from LIST. */
3075 list = remove_attribute ("hot", list);
3093 bool hot = (is_attribute_p ("hot", name)
3095 tree pred = build_predict_expr (hot ? PRED_HOT_LABEL : PRED_COLD_LABEL,
3096 hot ? TAKEN : NOT_TAKEN);
3092 bool hot = (is_attribute_p ("hot", name) local
  /src/sys/compat/netbsd32/
netbsd32_ioctl.h 192 struct wsdisplay_curpos hot; /* hot spot */ member in struct:netbsd32_wsdisplay_cursor
  /src/sys/dev/wscons/
wsconsio.h 408 #define WSDISPLAY_CURSOR_DOHOT 0x04 /* get/set hot spot */
414 struct wsdisplay_curpos hot; /* hot spot */ member in struct:wsdisplay_cursor

Completed in 86 milliseconds