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

  /src/games/adventure/
subr.c 127 forced(int locc) function in typeref:typename:int
157 if (newloc != loc && !forced(loc) && !bitset(loc, 3)) {
167 if (loc == 0 || forced(loc) || bitset(newloc, 3))
201 || newloc == dloc[i] || forced(newloc)
389 if (forced(k = oldloc))
407 if (forced(ll) && k == j->tloc)
  /src/sys/arch/arm/sunxi/
sunxi_hdmi.c 686 const char *forced = sc->sc_display_mode == DISPLAY_MODE_AUTO ? local in function:sunxi_hdmi_read_edid
687 "auto-detected" : "forced";
689 display_mode == DISPLAY_MODE_HDMI ? "HDMI" : "DVI", forced);
  /src/sys/external/bsd/dwc2/dist/
dwc2_core.c 554 * Returns true if the mode was forced.
3241 * Returns true if the mode was forced.
3263 bool forced; local in function:dwc2_get_host_hwparams
3268 forced = dwc2_force_mode_if_needed(hsotg, true);
3275 if (forced)
3292 bool forced; local in function:dwc2_get_dev_hwparams
3298 forced = dwc2_force_mode_if_needed(hsotg, false);
3303 if (forced)
3354 * be forced, if necessary, to read these values.

Completed in 15 milliseconds