Searched defs:mode (Results 1 - 25 of 574) sorted by path

1234567891011>>

/haiku/headers/cpp/
H A DPlotFile.h59 PlotFile(const char *name, int mode=ios::out, int prot=0664) argument
H A Dfstream.h64 ifstream(const char *name, int mode=ios::in, int prot=0664) argument
66 void open(const char *name, int mode=ios::in, int prot=0664) argument
75 ofstream(const char *name, int mode=ios::out, int prot=0664) argument
77 void open(const char *name, int mode=ios::out, int prot=0664) argument
85 fstream(const char *name, int mode, int prot=0664) argument
88 open(const char *name, int mode, int prot=0664) argument
[all...]
H A Dstreambuf.h361 streampos pubseekoff(streamoff o, _seek_dir d, int mode=ios::in|ios::out) argument
[all...]
H A Dstrstream.h95 ostrstream(char *cp, int n, int mode=ios::out) :strstreambase(cp,n,mode){} argument
105 strstream(char *cp, int n, int mode=ios::out) :strstreambase(cp,n,mode){} argument
/haiku/headers/libs/x86emu/x86emu/
H A Dregs.h276 u32 mode; member in struct:__anon135
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_event.h164 uint8 mode; member in struct:hci_ev_mode_change
/haiku/headers/os/device/
H A Dscsi.h148 int32 mode; member in struct:__anon201
/haiku/headers/posix/sys/
H A Dipc.h33 mode_t mode; /* Read/write permission */ member in struct:ipc_perm
/haiku/headers/private/audio/
H A Dhmulti_audio.h330 int32 mode; member in union:multi_get_event::__anon330
H A Dsoundcard.h210 unsigned int mode; member in struct:patch_info
1332 int mode; member in struct:oss_syncgroup
[all...]
/haiku/headers/private/firewire/
H A Dfirewire.h220 } mode; member in struct:fw_pkt
H A Dfirewirereg.h150 u_int mode; member in struct:firewire_comm
/haiku/headers/private/graphics/ati/
H A DDriverInterface.h152 uint16 mode; // VESA mode number member in struct:VesaMode
/haiku/headers/private/graphics/et6x00/
H A DDriverInterface.h112 display_mode mode; /* Proposed mode or mode to set */ member in struct:__anon779
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h312 display_mode mode; // display mode of this head member in struct:__anon19
416 display_mode mode; // offical mode with multi-monitor bits set member in struct:__anon25
/haiku/headers/private/media/
H A DServerInterface.h802 BMediaNode::run_mode mode; member in struct:producer_set_run_mode_delay_command
948 BMediaNode::run_mode mode; member in struct:node_set_run_mode_command
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_dpms.cpp34 uint32 mode; local
[all...]
H A D3dfx_draw.cpp30 DisplayModeEx& mode = gInfo.sharedInfo->displayMode; local
59 DisplayModeEx& mode = gInfo.sharedInfo->displayMode; local
88 DisplayModeEx& mode = gInfo.sharedInfo->displayMode; local
115 DisplayModeEx& mode local
[all...]
H A D3dfx_mode.cpp202 TDFX_SetDisplayMode(const DisplayModeEx& mode) argument
362 TDFX_AdjustFrame(const DisplayModeEx& mode) argument
[all...]
H A Dmode.cpp18 IsThereEnoughFBMemory(const display_mode* mode, uint32 bitsPerPixel) argument
39 IsModeUsable(const display_mode* mode) argument
92 CreateModeList(bool (checkMode)const display_mode* mode)) argument
156 display_mode& mode = gInfo.modeList[j]; local
176 DisplayModeEx mode; local
234 DisplayModeEx& mode = gInfo.sharedInfo->displayMode; local
294 GetPixelClockLimits(display_mode* mode, uint32* low, uint32* high) argument
[all...]
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_dpms.cpp35 uint32 mode; local
[all...]
H A Dmach64_draw.cpp36 Mach64_EngineInit(const DisplayModeEx& mode) argument
H A Dmach64_mode.cpp23 static void SetClockRegisters(const DisplayModeEx& mode) argument
152 SetDSPRegisters(const DisplayModeEx& mode) argument
225 SetCrtcRegisters(const DisplayModeEx& mode) argument
320 Mach64_SetDisplayMode(const DisplayModeEx& mode) argument
373 Mach64_AdjustFrame(const DisplayModeEx& mode) argument
[all...]
H A Dmode.cpp33 display_mode& mode = gInfo.modeList[j]; local
56 IsThereEnoughFBMemory(const display_mode* mode, uint32 bitsPerPixel) argument
77 GetVesaModeNumber(const display_mode& mode, uint8 bitsPerPixel) argument
101 IsModeUsable(const display_mode* mode) argument
169 CreateModeList(bool (checkMode)const display_mode* mode)) argument
242 display_mode& mode = gInfo.modeList[j]; local
262 DisplayModeEx mode; local
323 DisplayModeEx& mode = gInfo.sharedInfo->displayMode; local
380 GetPixelClockLimits(display_mode* mode, uint32* low, uint32* high) argument
425 display_mode* mode = FindDisplayMode(si.panelX, si.panelY, 60, 0); local
[all...]
H A Drage128_dpms.cpp36 uint32 mode; local
[all...]

Completed in 102 milliseconds

1234567891011>>