HomeSort by relevance Sort by last modified time
    Searched refs:get_mode (Results 1 - 6 of 6) sorted by null

  /external/quake/quake/src/QW/client/
vid_svgalib.c 348 int get_mode(char *name, int width, int height, int depth) function
588 current_mode = get_mode(getenv("GSVGAMODE"), w, h, d);
590 current_mode = get_mode(com_argv[COM_CheckParm("-mode")+1], w, h, d);
600 current_mode = get_mode(0, w, h, d);
  /external/quake/quake/src/WinQuake/
vid_svgalib.cpp 347 int get_mode(char *name, int width, int height, int depth) function
585 current_mode = get_mode(getenv("GSVGAMODE"), w, h, d);
587 current_mode = get_mode(com_argv[COM_CheckParm("-mode")+1], w, h, d);
597 current_mode = get_mode(0, w, h, d);
  /system/core/init/
builtins.c 731 static mode_t get_mode(const char *s) { function
745 mode_t mode = get_mode(args[1]);
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 784 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes, function
807 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, band);
p2p_supplicant.c 2501 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes, function
    [all...]
  /external/genext2fs/
genext2fs.c 1456 get_mode(struct stat *st) function
    [all...]

Completed in 372 milliseconds