Searched refs:get_mode (Results 1 - 5 of 5) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dvid_svgalib.c348 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/
H A Dvid_svgalib.cpp347 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);
/external/bluetooth/hcidump/parser/
H A Dl2cap.c189 static uint8_t get_mode(int in, uint16_t cid) function
772 uint8_t mode = get_mode(!frm->in, cid);
/external/bluetooth/bluez/src/
H A Dadapter.c370 static uint8_t get_mode(const bdaddr_t *bdaddr, const char *mode) function
387 return get_mode(bdaddr, onmode);
492 mode = powered ? get_mode(&adapter->bdaddr, "on") : MODE_OFF;
1322 new_mode = get_mode(&adapter->bdaddr, "on");
/external/genext2fs/
H A Dgenext2fs.c1456 get_mode(struct stat *st) function
1689 mode = get_mode(&st);

Completed in 345 milliseconds