Home
last modified time | relevance | path

Searched refs:Machine (Results 1 – 25 of 9742) sorted by relevance

12345678910>>...390

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Ds-powllf.ads70 23 => [1.0E+23, 1.0E+23 - Long_Long_Float'Machine (1.0E+23)],
71 24 => [1.0E+24, 1.0E+24 - Long_Long_Float'Machine (1.0E+24)],
72 25 => [1.0E+25, 1.0E+25 - Long_Long_Float'Machine (1.0E+25)],
73 26 => [1.0E+26, 1.0E+26 - Long_Long_Float'Machine (1.0E+26)],
74 27 => [1.0E+27, 1.0E+27 - Long_Long_Float'Machine (1.0E+27)],
75 28 => [1.0E+28, 1.0E+28 - Long_Long_Float'Machine (1.0E+28)],
76 29 => [1.0E+29, 1.0E+29 - Long_Long_Float'Machine (1.0E+29)],
77 30 => [1.0E+30, 1.0E+30 - Long_Long_Float'Machine (1.0E+30)],
78 31 => [1.0E+31, 1.0E+31 - Long_Long_Float'Machine (1.0E+31)],
79 32 => [1.0E+32, 1.0E+32 - Long_Long_Float'Machine (1.0E+32)],
[all …]
H A Ds-powlfl.ads68 23 => [1.0E+23, 1.0E+23 - Long_Float'Machine (1.0E+23)],
69 24 => [1.0E+24, 1.0E+24 - Long_Float'Machine (1.0E+24)],
70 25 => [1.0E+25, 1.0E+25 - Long_Float'Machine (1.0E+25)],
71 26 => [1.0E+26, 1.0E+26 - Long_Float'Machine (1.0E+26)],
72 27 => [1.0E+27, 1.0E+27 - Long_Float'Machine (1.0E+27)],
73 28 => [1.0E+28, 1.0E+28 - Long_Float'Machine (1.0E+28)],
74 29 => [1.0E+29, 1.0E+29 - Long_Float'Machine (1.0E+29)],
75 30 => [1.0E+30, 1.0E+30 - Long_Float'Machine (1.0E+30)],
76 31 => [1.0E+31, 1.0E+31 - Long_Float'Machine (1.0E+31)],
77 32 => [1.0E+32, 1.0E+32 - Long_Float'Machine (1.0E+32)],
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Dmame.c60 Machine->color_depth = 16; in run_game()
62 Machine->color_depth = 8; in run_game()
262 Machine->input_ports = 0; in init_machine()
297 Machine->input_ports = 0; in shutdown_machine()
316 Machine->gfx[i] = 0; in vh_close()
318 freegfx(Machine->uifont); in vh_close()
319 Machine->uifont = 0; in vh_close()
321 if (Machine->scrbitmap) in vh_close()
374 Machine->uifont = 0; in vh_open()
445 Machine->scrbitmap = bitmap_alloc_depth(width,height,Machine->color_depth); in vh_open()
[all …]
/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstMachine.cpp46 Machine::Machine() in Machine() function in Nes::Core::Machine
60 Machine::~Machine() in ~Machine()
158 state &= (Api::Machine::NTSC|Api::Machine::PAL); in Unload()
160 Api::Machine::eventCallback( Api::Machine::EVENT_UNLOAD, result ); in Unload()
188 Machine::ColorMode Machine::GetColorMode() const in GetColorMode()
315 …Api::Machine::eventCallback( hard ? Api::Machine::EVENT_RESET_HARD : Api::Machine::EVENT_RESET_SOF… in Reset()
320 Api::Machine::eventCallback( Api::Machine::EVENT_POWER_ON ); in Reset()
340 state = (state & ~uint(Api::Machine::NTSC)) | Api::Machine::PAL; in SwitchMode()
346 …Api::Machine::eventCallback( (state & Api::Machine::NTSC) ? Api::Machine::EVENT_MODE_NTSC : Api::M… in SwitchMode()
362 NST_ASSERT( (state & (Api::Machine::GAME|Api::Machine::ON)) > Api::Machine::ON ); in SaveState()
[all …]
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstMachine.cpp46 Machine::Machine() in Machine() function in Nes::Core::Machine
60 Machine::~Machine() in ~Machine()
158 state &= (Api::Machine::NTSC|Api::Machine::PAL); in Unload()
160 Api::Machine::eventCallback( Api::Machine::EVENT_UNLOAD, result ); in Unload()
188 Machine::ColorMode Machine::GetColorMode() const in GetColorMode()
315 …Api::Machine::eventCallback( hard ? Api::Machine::EVENT_RESET_HARD : Api::Machine::EVENT_RESET_SOF… in Reset()
320 Api::Machine::eventCallback( Api::Machine::EVENT_POWER_ON ); in Reset()
340 state = (state & ~uint(Api::Machine::NTSC)) | Api::Machine::PAL; in SwitchMode()
346 …Api::Machine::eventCallback( (state & Api::Machine::NTSC) ? Api::Machine::EVENT_MODE_NTSC : Api::M… in SwitchMode()
362 NST_ASSERT( (state & (Api::Machine::GAME|Api::Machine::ON)) > Api::Machine::ON ); in SaveState()
[all …]
/dports/lang/adacontrol/adactl-1.18r9/src/
H A Dframework-ordering_machine.adb52 Machine.Registered_States := Machine.Registered_States + 1;
53 Machine.States (Machine.Registered_States) := Allowed;
60 procedure Reset (Machine : out Instance) is
62 Machine.Registered_States := 0;
63 Machine.Is_Allowed := False;
72 Machine.Current_State := 1;
82 return Machine.Is_Allowed;
96 Machine.Is_Allowed := False;
103 Machine.Is_Allowed := True;
104 Machine.Current_State := New_State;
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/machine/
H A Dneogeo.c195 !strcmp(Machine->gamedrv->name,"ssideki3") || in init_neogeo()
196 !strcmp(Machine->gamedrv->name,"ssideki4")) in init_neogeo()
695 if (!Machine->sample_rate && in neogeo_custom_memory()
696 !strcmp(Machine->gamedrv->name,"popbounc")) in neogeo_custom_memory()
706 !strcmp(Machine->gamedrv->name,"aof3") || in neogeo_custom_memory()
707 !strcmp(Machine->gamedrv->name,"rbff1") || in neogeo_custom_memory()
709 !strcmp(Machine->gamedrv->name,"kof95") || in neogeo_custom_memory()
710 !strcmp(Machine->gamedrv->name,"kof96") || in neogeo_custom_memory()
711 !strcmp(Machine->gamedrv->name,"kof97") || in neogeo_custom_memory()
712 !strcmp(Machine->gamedrv->name,"kof98") || in neogeo_custom_memory()
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Djackal.c21 …#define TOTAL_COLORS(gfxn) (Machine->gfx[gfxn]->total_colors * Machine->gfx[gfxn]->color_granulari… in jackal_vh_convert_color_prom()
51 if ((tmpbitmap = bitmap_alloc(Machine->drv->screen_width,Machine->drv->screen_height)) == 0) in jackal_vh_start()
120 drawgfx(tmpbitmap,Machine->gfx[0], in jackal_vh_screenrefresh()
196 drawgfx(bitmap,Machine->gfx[2], in jackal_vh_screenrefresh()
202 drawgfx(bitmap,Machine->gfx[2], in jackal_vh_screenrefresh()
208 drawgfx(bitmap,Machine->gfx[2], in jackal_vh_screenrefresh()
241 drawgfx(bitmap,Machine->gfx[4], in jackal_vh_screenrefresh()
250 drawgfx(bitmap,Machine->gfx[4], in jackal_vh_screenrefresh()
256 drawgfx(bitmap,Machine->gfx[4], in jackal_vh_screenrefresh()
265 drawgfx(bitmap,Machine->gfx[4], in jackal_vh_screenrefresh()
[all …]
H A Dstactics.c162 …#define TOTAL_COLORS(gfxn) (Machine->gfx[gfxn]->total_colors * Machine->gfx[gfxn]->color_granulari… in stactics_vh_convert_color_prom()
289 decodechar(Machine->gfx[4], in stactics_vh_start()
319 decodechar(Machine->gfx[5], in stactics_vh_start()
685 fillbitmap(bitmap, Machine->pens[0], &Machine->visible_area); in stactics_vh_screenrefresh()
697 drawgfx(bitmap,Machine->gfx[5], in stactics_vh_screenrefresh()
705 drawgfx(bitmap,Machine->gfx[5], in stactics_vh_screenrefresh()
729 drawgfx(bitmap,Machine->gfx[5], in stactics_vh_screenrefresh()
737 drawgfx(bitmap,Machine->gfx[5], in stactics_vh_screenrefresh()
761 drawgfx(bitmap,Machine->gfx[5], in stactics_vh_screenrefresh()
769 drawgfx(bitmap,Machine->gfx[5], in stactics_vh_screenrefresh()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dstactics_vidhrdw.c289 decodechar(Machine->gfx[4], in VIDEO_START()
319 decodechar(Machine->gfx[5], in VIDEO_START()
658 fillbitmap(bitmap, Machine->pens[0], &Machine->visible_area); in VIDEO_UPDATE()
670 drawgfx(bitmap,Machine->gfx[5], in VIDEO_UPDATE()
678 drawgfx(bitmap,Machine->gfx[5], in VIDEO_UPDATE()
702 drawgfx(bitmap,Machine->gfx[5], in VIDEO_UPDATE()
710 drawgfx(bitmap,Machine->gfx[5], in VIDEO_UPDATE()
734 drawgfx(bitmap,Machine->gfx[5], in VIDEO_UPDATE()
742 drawgfx(bitmap,Machine->gfx[5], in VIDEO_UPDATE()
765 drawgfx(bitmap,Machine->gfx[5], in VIDEO_UPDATE()
[all …]
H A Dnbmj9195_vidhrdw.c691 …if ((sailorws_tmpbitmap0 = auto_bitmap_alloc(Machine->drv->screen_width, Machine->drv->screen_heig… in VIDEO_START()
692 …if ((sailorws_tmpbitmap1 = auto_bitmap_alloc(Machine->drv->screen_width, Machine->drv->screen_heig… in VIDEO_START()
698 …memset(sailorws_videoram0, 0x0000, (Machine->drv->screen_width * Machine->drv->screen_height * siz… in VIDEO_START()
699 …memset(sailorws_videoram1, 0x0000, (Machine->drv->screen_width * Machine->drv->screen_height * siz… in VIDEO_START()
709 …if ((sailorws_tmpbitmap0 = auto_bitmap_alloc(Machine->drv->screen_width, Machine->drv->screen_heig… in VIDEO_START()
713 …memset(sailorws_videoram0, 0x0000, (Machine->drv->screen_width * Machine->drv->screen_height * siz… in VIDEO_START()
723 …if ((sailorws_tmpbitmap0 = auto_bitmap_alloc(Machine->drv->screen_width, Machine->drv->screen_heig… in VIDEO_START()
732 …memset(sailorws_videoram0, 0x0000, (Machine->drv->screen_width * Machine->drv->screen_height * siz… in VIDEO_START()
733 …memset(sailorws_videoram1, 0x0000, (Machine->drv->screen_width * Machine->drv->screen_height * siz… in VIDEO_START()
734 …memset(sailorws_videoworkram0, 0x0000, (Machine->drv->screen_width * Machine->drv->screen_height *… in VIDEO_START()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dstactics_vidhrdw.c289 decodechar(Machine->gfx[4], in VIDEO_START()
319 decodechar(Machine->gfx[5], in VIDEO_START()
658 fillbitmap(bitmap, Machine->pens[0], &Machine->visible_area); in VIDEO_UPDATE()
670 drawgfx(bitmap,Machine->gfx[5], in VIDEO_UPDATE()
678 drawgfx(bitmap,Machine->gfx[5], in VIDEO_UPDATE()
702 drawgfx(bitmap,Machine->gfx[5], in VIDEO_UPDATE()
710 drawgfx(bitmap,Machine->gfx[5], in VIDEO_UPDATE()
734 drawgfx(bitmap,Machine->gfx[5], in VIDEO_UPDATE()
742 drawgfx(bitmap,Machine->gfx[5], in VIDEO_UPDATE()
765 drawgfx(bitmap,Machine->gfx[5], in VIDEO_UPDATE()
[all …]
H A Dnbmj9195_vidhrdw.c691 …if ((sailorws_tmpbitmap0 = auto_bitmap_alloc(Machine->drv->screen_width, Machine->drv->screen_heig… in VIDEO_START()
692 …if ((sailorws_tmpbitmap1 = auto_bitmap_alloc(Machine->drv->screen_width, Machine->drv->screen_heig… in VIDEO_START()
698 …memset(sailorws_videoram0, 0x0000, (Machine->drv->screen_width * Machine->drv->screen_height * siz… in VIDEO_START()
699 …memset(sailorws_videoram1, 0x0000, (Machine->drv->screen_width * Machine->drv->screen_height * siz… in VIDEO_START()
709 …if ((sailorws_tmpbitmap0 = auto_bitmap_alloc(Machine->drv->screen_width, Machine->drv->screen_heig… in VIDEO_START()
713 …memset(sailorws_videoram0, 0x0000, (Machine->drv->screen_width * Machine->drv->screen_height * siz… in VIDEO_START()
723 …if ((sailorws_tmpbitmap0 = auto_bitmap_alloc(Machine->drv->screen_width, Machine->drv->screen_heig… in VIDEO_START()
732 …memset(sailorws_videoram0, 0x0000, (Machine->drv->screen_width * Machine->drv->screen_height * siz… in VIDEO_START()
733 …memset(sailorws_videoram1, 0x0000, (Machine->drv->screen_width * Machine->drv->screen_height * siz… in VIDEO_START()
734 …memset(sailorws_videoworkram0, 0x0000, (Machine->drv->screen_width * Machine->drv->screen_height *… in VIDEO_START()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/its/cli/
H A Dls_test.go22 test.Machine("ls").Should().Succeed().
33 test.Machine("ls --filter label=foo=bar").Should().Succeed().
54 test.Machine("ls --filter driver=none").Should().Succeed().
65 test.Machine("ls -q --filter driver=none").Should().Succeed().
73 test.Machine("ls --filter state=Running").Should().Succeed().
86 test.Machine("ls --filter state=None").Should().Succeed().
90 test.Machine("ls --filter state=Paused").Should().Succeed().
94 test.Machine("ls --filter state=Saved").Should().Succeed().
98 test.Machine("ls --filter state=Stopped").Should().Succeed().
102 test.Machine("ls --filter state=Stopping").Should().Succeed().
[all …]
/dports/sysutils/docker-machine/machine-0.16.2/its/cli/
H A Dls_test.go22 test.Machine("ls").Should().Succeed().
33 test.Machine("ls --filter label=foo=bar").Should().Succeed().
54 test.Machine("ls --filter driver=none").Should().Succeed().
65 test.Machine("ls -q --filter driver=none").Should().Succeed().
73 test.Machine("ls --filter state=Running").Should().Succeed().
86 test.Machine("ls --filter state=None").Should().Succeed().
90 test.Machine("ls --filter state=Paused").Should().Succeed().
94 test.Machine("ls --filter state=Saved").Should().Succeed().
98 test.Machine("ls --filter state=Stopped").Should().Succeed().
102 test.Machine("ls --filter state=Stopping").Should().Succeed().
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/drivers/
H A Ddlair.c66 drawgfx(tmpbitmap,Machine->gfx[0], in dlair_vh_screenrefresh()
71 &Machine->visible_area,TRANSPARENCY_NONE,0); in dlair_vh_screenrefresh()
82 8,0,&Machine->visible_area,TRANSPARENCY_NONE,0); in dlair_vh_screenrefresh()
84 16,8,&Machine->visible_area,TRANSPARENCY_NONE,0); in dlair_vh_screenrefresh()
86 16,24,&Machine->visible_area,TRANSPARENCY_NONE,0); in dlair_vh_screenrefresh()
88 8,32,&Machine->visible_area,TRANSPARENCY_NONE,0); in dlair_vh_screenrefresh()
90 0,24,&Machine->visible_area,TRANSPARENCY_NONE,0); in dlair_vh_screenrefresh()
92 0,8,&Machine->visible_area,TRANSPARENCY_NONE,0); in dlair_vh_screenrefresh()
94 8,16,&Machine->visible_area,TRANSPARENCY_NONE,0); in dlair_vh_screenrefresh()
99 32+8,0,&Machine->visible_area,TRANSPARENCY_NONE,0); in dlair_vh_screenrefresh()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dsamples.c14 if (Machine->sample_rate == 0) return; in sample_start()
15 if (Machine->samples == 0) return; in sample_start()
22 if (samplenum >= Machine->samples->total) in sample_start()
33 readsample(Machine->samples->sample[samplenum], samplenum, Machine->samples, 1); in sample_start()
69 if (Machine->sample_rate == 0) return; in sample_set_freq()
70 if (Machine->samples == 0) return; in sample_set_freq()
83 if (Machine->sample_rate == 0) return; in sample_set_stereo_volume()
84 if (Machine->samples == 0) return; in sample_set_stereo_volume()
97 if (Machine->samples == 0) return; in sample_set_volume()
132 readsample(Machine->samples->sample[c_sample], c_sample, Machine->samples, 0); in sample_stop()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/elf/
H A Delf.go202 type Machine uint16 type
207 EM_SPARC Machine = 2 /* Sun SPARC. */
208 EM_386 Machine = 3 /* Intel i386. */
222 EM_V800 Machine = 36 /* NEC V800. */
224 EM_RH32 Machine = 38 /* TRW RH-32. */
226 EM_ARM Machine = 40 /* ARM. */
241 EM_NCPU Machine = 56 /* Sony nCPU. */
272 EM_V850 Machine = 87 /* NEC v850 */
276 EM_PJ Machine = 91 /* picoJava */
379 EM_Z80 Machine = 220 /* Zilog Z80 */
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/debug/elf/
H A Delf.go202 type Machine uint16 type
207 EM_SPARC Machine = 2 /* Sun SPARC. */
208 EM_386 Machine = 3 /* Intel i386. */
222 EM_V800 Machine = 36 /* NEC V800. */
224 EM_RH32 Machine = 38 /* TRW RH-32. */
226 EM_ARM Machine = 40 /* ARM. */
241 EM_NCPU Machine = 56 /* Sony nCPU. */
272 EM_V850 Machine = 87 /* NEC v850 */
276 EM_PJ Machine = 91 /* picoJava */
379 EM_Z80 Machine = 220 /* Zilog Z80 */
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/debug/elf/
H A Delf.go202 type Machine uint16 type
207 EM_SPARC Machine = 2 /* Sun SPARC. */
208 EM_386 Machine = 3 /* Intel i386. */
222 EM_V800 Machine = 36 /* NEC V800. */
224 EM_RH32 Machine = 38 /* TRW RH-32. */
226 EM_ARM Machine = 40 /* ARM. */
241 EM_NCPU Machine = 56 /* Sony nCPU. */
272 EM_V850 Machine = 87 /* NEC v850 */
276 EM_PJ Machine = 91 /* picoJava */
379 EM_Z80 Machine = 220 /* Zilog Z80 */
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/elf/
H A Delf.go202 type Machine uint16 type
207 EM_SPARC Machine = 2 /* Sun SPARC. */
208 EM_386 Machine = 3 /* Intel i386. */
222 EM_V800 Machine = 36 /* NEC V800. */
224 EM_RH32 Machine = 38 /* TRW RH-32. */
226 EM_ARM Machine = 40 /* ARM. */
241 EM_NCPU Machine = 56 /* Sony nCPU. */
272 EM_V850 Machine = 87 /* NEC v850 */
276 EM_PJ Machine = 91 /* picoJava */
379 EM_Z80 Machine = 220 /* Zilog Z80 */
[all …]
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/elf/
H A Delf.go202 type Machine uint16 type
207 EM_SPARC Machine = 2 /* Sun SPARC. */
208 EM_386 Machine = 3 /* Intel i386. */
222 EM_V800 Machine = 36 /* NEC V800. */
224 EM_RH32 Machine = 38 /* TRW RH-32. */
226 EM_ARM Machine = 40 /* ARM. */
241 EM_NCPU Machine = 56 /* Sony nCPU. */
272 EM_V850 Machine = 87 /* NEC v850 */
276 EM_PJ Machine = 91 /* picoJava */
379 EM_Z80 Machine = 220 /* Zilog Z80 */
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/cmd/go-cloud-debug-agent/internal/debug/elf/
H A Delf.go202 type Machine uint16 type
207 EM_SPARC Machine = 2 /* Sun SPARC. */
208 EM_386 Machine = 3 /* Intel i386. */
222 EM_V800 Machine = 36 /* NEC V800. */
224 EM_RH32 Machine = 38 /* TRW RH-32. */
226 EM_ARM Machine = 40 /* ARM. */
241 EM_NCPU Machine = 56 /* Sony nCPU. */
272 EM_V850 Machine = 87 /* NEC v850 */
276 EM_PJ Machine = 91 /* picoJava */
379 EM_Z80 Machine = 220 /* Zilog Z80 */
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/elf/
H A Delf.go202 type Machine uint16 type
207 EM_SPARC Machine = 2 /* Sun SPARC. */
208 EM_386 Machine = 3 /* Intel i386. */
222 EM_V800 Machine = 36 /* NEC V800. */
224 EM_RH32 Machine = 38 /* TRW RH-32. */
226 EM_ARM Machine = 40 /* ARM. */
241 EM_NCPU Machine = 56 /* Sony nCPU. */
272 EM_V850 Machine = 87 /* NEC v850 */
276 EM_PJ Machine = 91 /* picoJava */
379 EM_Z80 Machine = 220 /* Zilog Z80 */
[all …]
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/cmd/go-cloud-debug-agent/internal/debug/elf/
H A Delf.go202 type Machine uint16 type
207 EM_SPARC Machine = 2 /* Sun SPARC. */
208 EM_386 Machine = 3 /* Intel i386. */
222 EM_V800 Machine = 36 /* NEC V800. */
224 EM_RH32 Machine = 38 /* TRW RH-32. */
226 EM_ARM Machine = 40 /* ARM. */
241 EM_NCPU Machine = 56 /* Sony nCPU. */
272 EM_V850 Machine = 87 /* NEC v850 */
276 EM_PJ Machine = 91 /* picoJava */
379 EM_Z80 Machine = 220 /* Zilog Z80 */
[all …]

12345678910>>...390