Searched refs:modes (Results 1 - 25 of 39) sorted by relevance

12

/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5312/
H A Dar5312_power.c76 static const char* modes[] = { local
86 modes[ahp->ah_powerMode], modes[mode],
/haiku-fatelf/src/servers/app/drawing/
H A DViewHWInterface.cpp456 display_mode* modes;
458 if (GetModeList(&modes, &modeCount) != B_OK)
463 if (modes[i].virtual_width == mode.virtual_width
464 && modes[i].virtual_height == mode.virtual_height
465 && modes[i].space == mode.space) {
467 fDisplayMode = modes[i];
472 delete[] modes;
630 // setup a whole bunch of different modes
639 display_mode* modes = new(std::nothrow) display_mode[count]; local
640 if (modes
669 display_mode *modes = new(nothrow) display_mode[1]; local
[all...]
H A DDWindowHWInterface.cpp664 display_mode *modes;
666 if (GetModeList(&modes, &modeCount) != B_OK)
671 if (modes[i].virtual_width == mode.virtual_width
672 && modes[i].virtual_height == mode.virtual_height
673 && modes[i].space == mode.space) {
675 fDisplayMode = modes[i];
680 delete[] modes;
791 // setup a whole bunch of different modes
800 display_mode* modes = new(std::nothrow) display_mode[count]; local
801 if (modes
828 display_mode *modes = new(std::nothrow) display_mode[1]; local
[all...]
H A DBitmapHWInterface.cpp115 BitmapHWInterface::GetModeList(display_mode** modes, uint32 *count) argument
/haiku-fatelf/src/add-ons/accelerants/common/
H A Dcreate_display_modes.cpp91 bool AddModes(const display_mode* modes,
285 // Add other modes from the base list that satisfy the display's
320 ModeList::AddModes(const display_mode* modes, uint32 count) argument
326 fModes[fCount++] = modes[i];
399 // various established modes that can be selected by the EDID info.
441 display_mode* modes = (display_mode*)realloc(fModes, local
443 if (modes == NULL)
446 fModes = modes;
491 ModeList modes;
493 modes
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_power.c98 static const char* modes[] = { local
108 modes[ahp->ah_powerMode], modes[mode],
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_power.c100 static const char* modes[] = { local
110 modes[ahp->ah_powerMode], modes[mode],
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Ds390.h66 /* Bitmask of execution modes this opcode is available for. */
67 unsigned int modes; member in struct:s390_opcode
/haiku-fatelf/src/add-ons/accelerants/vesa/
H A Dmode.cpp54 vesa_mode* modes = gInfo->vesa_modes; local
59 if (modes[i].width == mode->virtual_width
60 && modes[i].height == mode->virtual_height
61 && get_color_space_for_depth(modes[i].bits_per_pixel)
81 // Add initial VESA modes.
96 gInfo->mode_list_area = create_display_modes("vesa modes",
165 vesa_mode* modes = gInfo->vesa_modes;
169 if (modes[i].width == mode.virtual_width
170 && modes[i].height == mode.virtual_height
171 && get_color_space_for_depth(modes[
[all...]
/haiku-fatelf/src/servers/app/
H A DScreen.cpp132 display_mode* modes = NULL; local
134 status_t status = fHWInterface->GetModeList(&modes, &count);
140 int32 index = _FindBestMode(modes, count, width, height, colorSpace,
145 delete[] modes;
153 display_mode mode = modes[index];
154 delete[] modes;
249 Screen::_FindBestMode(const display_mode* modes, uint32 count, argument
255 const display_mode& mode = modes[i];
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_power.c124 static const char* modes[] = { local
134 modes[ahp->ah_powerMode], modes[mode],
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_power.c128 static const char* modes[] = { local
140 modes[ahp->ah_powerMode], modes[mode], setChip ? "set chip " : "");
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvesa_private.h28 vesa_mode* modes; member in struct:vesa_info
H A Dvesa.cpp361 vesa_mode* modes = (vesa_mode*)get_boot_item(VESA_MODES_BOOT_INFO, local
363 info.modes = modes;
378 if (modes != NULL) {
382 memcpy((uint8*)&sharedInfo + sharedSize, modes, modesSize);
439 status = vbe_get_mode_info(state, info.modes[mode].mode, &modeInfo);
446 status = vbe_set_mode(state, info.modes[mode].mode);
452 if (info.modes[mode].bits_per_pixel <= 8)
517 // Only let supported modes through
/haiku-fatelf/src/libs/print/libgutenprint/src/foomatic/
H A Dfoomatic-generator.in180 $modes{$vtmp}{$mode} = "$vtmp-$nums{$vtmp}";
1167 for $choice (keys %modes) {
1170 for $ev_driverval (keys %{$modes{$choice}}) {
1176 get_ev_key($modes{$choice}{$ev_driverval}, $drvname);
1235 my $foodefval = get_ev_key($modes{'Normal'}{$normalmode},
1359 # On black-and-white printers there are no modes with ".Gray"
1360 # specifier, the standard modes are already grayscale.
1376 my $modes = {};
1758 $modes->{$stpprn}{$m} = $modestr . " OutputType=Color";
1760 $modes
[all...]
/haiku-fatelf/src/libs/ncurses/tack/
H A DMakefile129 $(MODEL)/modes$o \
204 $(srcdir)/modes.c \
242 ../objects/modes$o \
314 ../objects/modes$o : $(srcdir)/modes.c \
317 $(LIBTOOL_COMPILE) $(CC) $(CFLAGS_NORMAL) -c ../tack/modes.c -o ../objects/modes$o
377 ../obj_g/modes$o \
449 ../obj_g/modes$o : $(srcdir)/modes
[all...]
/haiku-fatelf/src/system/boot/arch/arm/
H A Darch_framebuffer_omap3.cpp74 // So most of these modes are just approximate (1280x1024 is correct)
76 struct video_mode modes[] = { variable in typeref:struct:video_mode
249 for (i = 0; i < sizeof(modes) / sizeof(modes[0]); i++) {
250 if (w <= modes[i].width
251 && h <= modes[i].height)
256 m = &modes[i];
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dpipe.c64 static char *modes[] = {"st", "mt", "mp", NULL}; variable
109 lookupa(DEFM, modes), DEFS, lookupa(DEFX, xports));
123 x = lookup(optarg, modes);
290 lookupa(optm, modes), lookupa(optx, xports));
/haiku-fatelf/src/servers/app/drawing/html5/
H A DHTML5HWInterface.cpp453 display_mode* modes = new(std::nothrow) display_mode[1]; local
454 if (modes == NULL)
457 modes[0] = fDisplayMode;
458 *_modes = modes;
/haiku-fatelf/src/servers/app/drawing/remote/
H A DRemoteHWInterface.cpp416 display_mode* modes = new(std::nothrow) display_mode[1]; local
417 if (modes == NULL)
420 modes[0] = fDisplayMode;
421 *_modes = modes;
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp44 // There are several API available to set video modes on atari platforms,
258 static int16 modes[] = { 0, /*TT:*/ 4, 7 }; local
259 for (int i = 0; i < sizeof(modes) / sizeof(int16); i++) {
267 if (Decode(modes[i], videoMode) != B_OK)
450 static int16 modes[] = { local
456 for (int i = 0; i < sizeof(modes) / sizeof(int16); i++) {
461 if (Decode(modes[i], videoMode) != B_OK)
662 static int16 modes[] = { local
668 for (int i = 0; i < sizeof(modes) / sizeof(int16); i++) {
673 if (Decode(modes[
[all...]
/haiku-fatelf/src/add-ons/translators/webp/libwebp/dec/
H A Dtree.c37 // inter prediction modes
351 uint8_t* modes = dec->imodes_; local
378 *modes++ = ymode;
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp100 If \a allowPalette is true, 8-bit modes are considered, too.
136 // Only choose modes with a width less or equal than the searched
908 // report all available modes unless you've done this before
923 // store VESA modes into kernel args
924 vesa_mode *modes = (vesa_mode *)kernel_args_malloc( local
926 if (modes != NULL) {
931 modes[i].mode = mode->mode;
932 modes[i].width = mode->width;
933 modes[i].height = mode->height;
934 modes[
[all...]
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Danalysis.c264 // susceptibility and set best modes for this macroblock.
267 // Number of modes to inspect for alpha_ evaluation. For high-quality settings,
268 // we don't need to test all the possible modes during the analysis phase.
295 int modes[16]; local
311 modes[it->i4_] = mode;
319 VP8SetIntra4Mode(it, modes);
376 // final except for fast-encode settings. We can also pick some intra4 modes
/haiku-fatelf/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php351 $modes = array("1024x768"/*, "800x600"*/); variable
353 if (count($modes) < 2)
360 if (count($modes) < 2)
363 foreach ($modes as $mode) {

Completed in 181 milliseconds

12