Home
last modified time | relevance | path

Searched refs:gb (Results 1 – 25 of 6174) sorted by relevance

12345678910>>...247

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/objmgr/test/
H A Dperf_ids1_acc1 gb|KF501886.1|
2 gb|KF501887.1|
3 gb|KF501888.1|
4 gb|KF501889.1|
5 gb|KF501890.1|
6 gb|KF501891.1|
7 gb|KF501892.1|
8 gb|KF501893.1|
9 gb|KF501894.1|
10 gb|KF501895.1|
[all …]
H A Dperf_ids2_acc1 gb|AA347596.1|
2 gb|AA347597.1|
3 gb|AA347598.1|
4 gb|AA347599.1|
5 gb|AA347600.1|
6 gb|AA347601.1|
7 gb|AA347602.1|
8 gb|AA347603.1|
9 gb|AA347604.1|
10 gb|AA347605.1|
[all …]
/dports/biology/p5-BioPerl-Run/BioPerl-Run-1.007003/t/data/
H A Dtest-aln.msf3282 gi|153103|gb|J01786.1|STASPA/1-640 ---------- --
3283 gi|21955234|gb|AF321274.2|/1-359 ---------- --
3284 gi|219943177|gb|FJ491261.1|/1-322 ---------- --
3285 gi|219943175|gb|FJ491260.1|/1-435 ---------- --
3286 gi|219943173|gb|FJ491259.1|/1-451 ---------- --
3287 gi|219943171|gb|FJ491258.1|/1-311 ---------- --
3288 gi|219943169|gb|FJ491257.1|/1-463 ---------- --
3289 gi|240129644|gb|FJ463854.1|/1-122 ---------- --
3290 gi|240129642|gb|FJ463853.1|/1-90 ---------- --
3291 gi|240129640|gb|FJ463852.1|/1-130 ---------- --
[all …]
/dports/emulators/sameboy/SameBoy-0.14.7/Core/
H A Dmemory.c107 gb->oam[gb->accessed_oam_row + i] = gb->oam[gb->accessed_oam_row - 8 + i]; in GB_trigger_oam_bug()
122 gb->oam[gb->accessed_oam_row - 0x10 + i] = gb->oam[gb->accessed_oam_row - 0x08 + i]; in oam_bug_secondary_read_corruption()
171gb->oam[gb->accessed_oam_row - 0x10 + i] = gb->oam[gb->accessed_oam_row - 0x20 + i] = gb->oam[gb->… in oam_bug_quaternary_read_corruption()
193gb->oam[gb->accessed_oam_row - 0x10 + i] = gb->oam[gb->accessed_oam_row - 0x20 + i] = gb->oam[gb->… in oam_bug_tertiary_read_corruption()
238 gb->oam[gb->accessed_oam_row + i] = gb->oam[gb->accessed_oam_row - 8 + i]; in GB_trigger_oam_bug_read()
241 memcpy(gb->oam, gb->oam + gb->accessed_oam_row, 8); in GB_trigger_oam_bug_read()
251 return bus_for_addr(gb, addr) == bus_for_addr(gb, gb->dma_current_src); in is_addr_in_dma_use()
282 if (gb->display_state == 22 && GB_is_cgb(gb) && !gb->cgb_double_speed) { in read_vram()
805 if (gb->display_state == 22 && GB_is_cgb(gb) && !gb->cgb_double_speed) { in write_vram()
1420 gb->oam[gb->dma_current_dest++] = GB_read_memory(gb, gb->dma_current_src); in GB_dma_run()
[all …]
H A Ddisplay.c160 if (!gb->has_sgb_border && GB_is_cgb(gb) && gb->model != GB_MODEL_AGB) { in display_vblank()
209 gb->vblank_callback(gb); in display_vblank()
527 if (gb->position_in_line >= 160 || (gb->disable_rendering && !gb->sgb)) { in render_pixel_if_possible()
547 dest = gb->screen + gb->lcd_x + gb->current_line * WIDTH; in render_pixel_if_possible()
564gb->sgb->screen_buffer[gb->lcd_x + gb->current_lcd_line * WIDTH] = gb->stopped? 0 : pixel; in render_pixel_if_possible()
588gb->sgb->screen_buffer[gb->lcd_x + gb->current_lcd_line * WIDTH] = gb->stopped? 0 : pixel; in render_pixel_if_possible()
622 return gb->wx_triggered? gb->window_y : gb->current_line + gb->io_registers[GB_IO_SCY]; in fetcher_y()
679 gb->current_tile = gb->vram[gb->last_tile_index_address]; in advance_fetcher_state_machine()
833 if (gb->stopped && !GB_is_cgb(gb)) { in GB_display_run()
957 gb->oam_write_blocked = GB_is_cgb(gb) && !gb->cgb_double_speed; in GB_display_run()
[all …]
H A Dtiming.c82 gb->update_input_hint_callback(gb); in GB_timing_sync()
105 if (gb->infrared_input || gb->cart_ir || (gb->io_registers[GB_IO_RP] & 1)) { in GB_ir_run()
111gb->effective_ir_input = gb->ir_sensor >= IR_THRESHOLD && gb->ir_sensor <= IR_THRESHOLD + IR_DECAY; in GB_ir_run()
173 gb->apu.apu_cycles += 4 << !gb->cgb_double_speed; in GB_timers_run()
189 GB_set_internal_div_counter(gb, gb->div_counter + 4); in GB_timers_run()
190 gb->apu.apu_cycles += 4 << !gb->cgb_double_speed; in GB_timers_run()
214 advance_serial(gb, gb->serial_length); in advance_serial()
220 if ((gb->serial_cycles & gb->serial_length) != (previous_serial_cycles & gb->serial_length)) { in advance_serial()
232 gb->io_registers[GB_IO_SB] |= gb->serial_transfer_bit_end_callback(gb); in advance_serial()
241 gb->serial_transfer_bit_start_callback(gb, gb->io_registers[GB_IO_SB] & 0x80); in advance_serial()
[all …]
H A Dsm83_cpu.c730 cycle_write(gb, gb->hl++, gb->af >> 8); in ld_dhli_a()
735 cycle_write(gb, gb->hl--, gb->af >> 8); in ld_dhld_a()
741 gb->af |= cycle_read(gb, gb->hl++) << 8; in ld_a_dhli()
747 gb->af |= cycle_read(gb, gb->hl--) << 8; in ld_a_dhld()
843 gb->x = gb->y;\
849 gb->x = cycle_read(gb, gb->hl); \
855 cycle_write(gb, gb->hl, gb->y); \
1198 cycle_write(gb, --gb->sp, (gb->pc) >> 8); in rst()
1207 gb->pc = cycle_read(gb, gb->sp++); in ret()
1208 gb->pc |= cycle_read(gb, gb->sp++) << 8; in ret()
[all …]
H A Dgb.c140 memset(gb, 0, sizeof(*gb)); in GB_init()
208 memset(gb, 0, sizeof(*gb)); in GB_free()
294 gb->rom = malloc(gb->rom_size); in GB_load_rom()
336 memset(gb->ram, 0, gb->ram_size); in GB_gbs_switch_track()
353 gb->pc = gb->sp = LE16(gb->gbs_header.sp - GBS_ENTRY_SIZE); in GB_gbs_switch_track()
407 gb->rom = malloc(gb->rom_size); in GB_load_gbs_from_buffer()
725 gb->rom = malloc(gb->rom_size); in GB_load_rom_from_buffer()
1679 gb->ram = realloc(gb->ram, gb->ram_size = 0x1000 * 8); in GB_switch_model_and_reset()
1680 gb->vram = realloc(gb->vram, gb->vram_size = 0x2000 * 2); in GB_switch_model_and_reset()
1683 gb->ram = realloc(gb->ram, gb->ram_size = 0x2000); in GB_switch_model_and_reset()
[all …]
H A Dapu.c166 if (GB_is_cgb(gb) && gb->model < GB_MODEL_AGB && (gb->io_registers[GB_IO_RP] & 1)) { in interference()
278 gb->apu_output.sample_callback(gb, &filtered_output); in render()
469 if (gb->model <= GB_MODEL_CGB_C && gb->apu.lf_div) { in trigger_sweep_calculation()
616 if (likely(!gb->stopped || GB_is_cgb(gb))) { in GB_apu_run()
707 … else if (gb->apu.wave_channel.enable && gb->apu.channel_3_pulsed && gb->model < GB_MODEL_AGB) { in GB_apu_run()
726 if (gb->apu.is_active[GB_NOISE] || !GB_is_cgb(gb)) { in GB_apu_run()
775 memset(&gb->apu, 0, sizeof(gb->apu)); in GB_apu_init()
965 … if ((!GB_is_cgb(gb) && !gb->apu.wave_channel.wave_form_just_read) || gb->model == GB_MODEL_AGB) { in GB_apu_write()
980 update_sample(gb, i, gb->apu.samples[i], 0); in GB_apu_write()
999 memset(&gb->apu, 0, sizeof(gb->apu)); in GB_apu_write()
[all …]
H A Dmbc.c51 gb->mbc_rom_bank = gb->mbc1.bank_low | (gb->mbc1.bank_high << 5); in GB_update_mbc_mappings()
81 gb->mbc_rom_bank = gb->mbc2.rom_bank; in GB_update_mbc_mappings()
87 gb->mbc_rom_bank = gb->mbc3.rom_bank; in GB_update_mbc_mappings()
88 gb->mbc_ram_bank = gb->mbc3.ram_bank; in GB_update_mbc_mappings()
97 gb->mbc_rom_bank = gb->mbc5.rom_bank_low | (gb->mbc5.rom_bank_high << 8); in GB_update_mbc_mappings()
98 gb->mbc_ram_bank = gb->mbc5.ram_bank; in GB_update_mbc_mappings()
102 gb->mbc_rom_bank = gb->huc1.bank_low | (gb->mbc1.bank_high << 6); in GB_update_mbc_mappings()
111 gb->mbc_rom_bank = gb->huc3.rom_bank; in GB_update_mbc_mappings()
112 gb->mbc_ram_bank = gb->huc3.ram_bank; in GB_update_mbc_mappings()
115 gb->mbc_rom_bank = gb->tpp1_rom_bank; in GB_update_mbc_mappings()
[all …]
H A Ddebugger.c819 GB_log(gb, "BC = %s\n", value_to_string(gb, gb->bc, false)); in registers()
820 GB_log(gb, "DE = %s\n", value_to_string(gb, gb->de, false)); in registers()
821 GB_log(gb, "HL = %s\n", value_to_string(gb, gb->hl, false)); in registers()
822 GB_log(gb, "SP = %s\n", value_to_string(gb, gb->sp, false)); in registers()
823 GB_log(gb, "PC = %s\n", value_to_string(gb, gb->pc, false)); in registers()
1080 gb->breakpoints = realloc(gb->breakpoints, gb->n_breakpoints * sizeof(gb->breakpoints[0])); in delete()
1265 gb->watchpoints = realloc(gb->watchpoints, gb->n_watchpoints *sizeof(gb->watchpoints[0])); in unwatch()
1591 …GB_log(gb, " 1. %s\n", debugger_value_to_string(gb, (value_t){true, bank_for_addr(gb, gb->pc), gb in backtrace()
2062 gb->backtrace_sps[gb->backtrace_size] = gb->sp; in GB_debugger_call_hook()
2337 if (gb->breakpoints && !gb->debug_stopped && should_break(gb, gb->pc, false)) { in GB_debugger_run()
[all …]
H A Dworkboy.c30 gb->workboy.mode = gb->workboy.byte_being_received; in serial_start()
33 time_t time = gb->workboy_get_time_callback(gb); in serial_start()
36 memset(gb->workboy.buffer, 0, sizeof(gb->workboy.buffer)); in serial_start()
50 gb->workboy.mode = gb->workboy.byte_being_received; in serial_start()
53 …else if (gb->workboy.mode != 'W' && (gb->workboy.byte_being_received == 'O' || gb->workboy.mode ==… in serial_start()
55 gb->workboy.byte_to_send = gb->workboy.key; in serial_start()
60 gb->workboy.byte_to_send = gb->workboy.key; in serial_start()
88 gb->workboy.byte_to_send = gb->workboy.key; in serial_start()
113 gb->workboy.buffer[gb->workboy.buffer_index - 2] = gb->workboy.byte_being_received; in serial_start()
136 gb->workboy.bit_to_send = gb->workboy.byte_to_send & 0x80; in serial_end()
[all …]
H A Dprinter.c25 uint32_t colors[4] = {gb->rgb_encode_callback(gb, 0xff, 0xff, 0xff), in handle_command()
26 gb->rgb_encode_callback(gb, 0xaa, 0xaa, 0xaa), in handle_command()
27 gb->rgb_encode_callback(gb, 0x55, 0x55, 0x55), in handle_command()
28 gb->rgb_encode_callback(gb, 0x00, 0x00, 0x00)}; in handle_command()
34 gb->printer_callback(gb, image, gb->printer.image_offset / 160, in handle_command()
45 gb->printer.image_offset %= sizeof(gb->printer.image); in handle_command()
159 gb->printer.byte_to_send = gb->printer.status; in byte_recieve_completed()
191 if (gb->printer.idle_time > GB_get_unmultiplied_clock_rate(gb)) { in serial_start()
200 byte_recieve_completed(gb, gb->printer.byte_being_received); in serial_start()
209 gb->printer.bit_to_send = gb->printer.byte_to_send & 0x80; in serial_end()
[all …]
H A Dsgb.c48 gb->sgb->effective_palettes[0] = gb->sgb->effective_palettes[4] = in pal_command()
354 … &gb->sgb->ram_palettes[4 * (gb->sgb->command[1] + (gb->sgb->command[2] & 1) * 0x100)], in command_ready()
357 … &gb->sgb->ram_palettes[4 * (gb->sgb->command[3] + (gb->sgb->command[4] & 1) * 0x100)], in command_ready()
412 gb->sgb->mask_mode = gb->sgb->command[1] & 3; in command_ready()
423 GB_log(gb, "%02x ", gb->sgb->command[i]); in command_ready()
600 render_jingle(gb, gb->apu_output.sample_rate / GB_get_usual_frame_rate(gb)); in GB_sgb_render()
656 if (!gb->screen || !gb->rgb_encode_callback || gb->disable_rendering) { in GB_sgb_render()
664 memcpy(&gb->sgb->border, &gb->sgb->pending_border, sizeof(gb->sgb->border)); in GB_sgb_render()
755 memcpy(&gb->sgb->border, &gb->sgb->pending_border, sizeof(gb->sgb->border)); in GB_sgb_render()
873 gb->apu_output.sample_callback(gb, &sample); in render_jingle()
[all …]
H A Drewind.c114 gb->rewind_sequences = malloc(sizeof(*gb->rewind_sequences) * gb->rewind_buffer_length); in GB_rewind_push()
125 if (gb->rewind_pos == gb->rewind_buffer_length) { in GB_rewind_push()
138 gb->rewind_sequences[gb->rewind_pos].pos = 0; in GB_rewind_push()
143 GB_save_state_to_buffer_no_bess(gb, gb->rewind_sequences[gb->rewind_pos].key_state); in GB_rewind_push()
148gb->rewind_sequences[gb->rewind_pos].compressed_states[gb->rewind_sequences[gb->rewind_pos].pos++]… in GB_rewind_push()
157 if (!gb->rewind_sequences || !gb->rewind_sequences[gb->rewind_pos].key_state) { in GB_rewind_pop()
163 GB_load_state_from_buffer(gb, gb->rewind_sequences[gb->rewind_pos].key_state, save_size); in GB_rewind_pop()
166 gb->rewind_pos = gb->rewind_pos == 0? gb->rewind_buffer_length - 1 : gb->rewind_pos - 1; in GB_rewind_pop()
172gb->rewind_sequences[gb->rewind_pos].compressed_states[--gb->rewind_sequences[gb->rewind_pos].pos], in GB_rewind_pop()
175 …free(gb->rewind_sequences[gb->rewind_pos].compressed_states[gb->rewind_sequences[gb->rewind_pos].p… in GB_rewind_pop()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Dgb.c274 gb->snd_1.frequency = ((gb->snd_regs[NR14]&0x7)<<8) | gb->snd_regs[NR13]; in gb_sound_w_internal()
275 gb->snd_1.period = gb->period_table[gb->snd_1.frequency]; in gb_sound_w_internal()
279 gb->snd_1.frequency = ((gb->snd_regs[NR14]&0x7)<<8) | gb->snd_regs[NR13]; in gb_sound_w_internal()
280 gb->snd_1.period = gb->period_table[gb->snd_1.frequency]; in gb_sound_w_internal()
319 gb->snd_2.period = gb->period_table[((gb->snd_regs[NR24]&0x7)<<8) | gb->snd_regs[NR23]]; in gb_sound_w_internal()
323 gb->snd_2.period = gb->period_table[((gb->snd_regs[NR24]&0x7)<<8) | gb->snd_regs[NR23]]; in gb_sound_w_internal()
348 gb->snd_3.period = gb->period_mode3_table[((gb->snd_regs[NR34]&0x7)<<8) + gb->snd_regs[NR33]]; in gb_sound_w_internal()
352 gb->snd_3.period = gb->period_mode3_table[((gb->snd_regs[NR34]&0x7)<<8) + gb->snd_regs[NR33]]; in gb_sound_w_internal()
520 gb->snd_1.pos -= gb->snd_1.period; in gameboy_update()
573 gb->snd_1.period = gb->period_table[gb->snd_1.frequency]; in gameboy_update()
[all …]
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dgb.c306 …return (gb->snd_regs[NR52]&0xf0) | (gb->snd_1.on ? 1 : 0) | (gb->snd_2.on ? 2 : 0) | (gb->snd_3.on… in gb_sound_r()
370 gb->snd_1.frequency = ((gb->snd_1.reg[4] & 0x7) << 8) | gb->snd_1.reg[3]; in gb_sound_w_internal()
400 gb->snd_1.frequency = ((gb->snd_1.reg[4] & 0x7) << 8) | gb->snd_1.reg[3]; in gb_sound_w_internal()
452 gb->snd_2.frequency = ((gb->snd_2.reg[4] & 0x7) << 8) | gb->snd_2.reg[3]; in gb_sound_w_internal()
519 gb->snd_3.frequency = ((gb->snd_3.reg[4] & 0x7) << 8) | gb->snd_3.reg[3]; in gb_sound_w_internal()
709 gb->snd_regs[AUD3W0] = gb->snd_regs[AUD3W0 + (gb->snd_3.offset/2)]; in gb_corrupt_wave_ram()
1129 if (gb->snd_1.on && !gb->snd_1.Muted) in gameboy_update()
1140 if (gb->snd_2.on && !gb->snd_2.Muted) in gameboy_update()
1150 if (gb->snd_3.on && !gb->snd_3.Muted) in gameboy_update()
1160 if (gb->snd_4.on && !gb->snd_4.Muted) in gameboy_update()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/gb/
H A Dio.c117 memset(gb->sgbPacket, 0, sizeof(gb->sgbPacket)); in _writeSGBBits()
126 gb->sgbIncrement = !gb->sgbIncrement; in _writeSGBBits()
132 gb->sgbCurrentController = (gb->sgbCurrentController + 1) & gb->sgbControllers; in _writeSGBBits()
138 GBVideoWriteSGBPacket(&gb->video, gb->sgbPacket); in _writeSGBBits()
149 gb->sgbPacket[gb->sgbBit >> 3] |= 1 << (gb->sgbBit & 7); in _writeSGBBits()
159 memset(gb->memory.io, 0, sizeof(gb->memory.io)); in GBIOInit()
163 memset(gb->memory.io, 0, sizeof(gb->memory.io)); in GBIOReset()
427 if (mTimingUntil(&gb->timing, &gb->timer.irq) == (int) gb->doubleSpeed - 2) { in GBIOWrite()
432 if (mTimingUntil(&gb->timing, &gb->timer.irq) == (int) gb->doubleSpeed - 2) { in GBIOWrite()
510gb->memory.io[GB_REG_BCPD] = gb->video.palette[gb->video.bcpIndex >> 1] >> (8 * (gb->video.bcpInde… in GBIOWrite()
[all …]
H A Dgb.c64 gb->video.p = gb; in GBInit()
67 gb->audio.p = gb; in GBInit()
70 gb->sio.p = gb; in GBInit()
73 gb->timer.p = gb; in GBInit()
94 gb->eiPending.context = gb; in GBInit()
146 gb->sramVf->unmap(gb->sramVf, gb->memory.sram, gb->sramSize); in GBSramDeinit()
250 if (gb->memory.sram && gb->sramVf->sync(gb->sramVf, gb->memory.sram, gb->sramSize)) { in GBSramClean()
279 if (!gb->sramRealVf || gb->sramVf == gb->sramRealVf) { in GBSavedataUnmask()
285 gb->memory.sram = gb->sramVf->map(gb->sramVf, gb->sramSize, MAP_WRITE); in GBSavedataUnmask()
310 gb->romVf->unmap(gb->romVf, gb->memory.rom, gb->pristineRomSize); in GBUnloadROM()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/gb/
H A Dgb.c63 gb->video.p = gb; in GBInit()
66 gb->audio.p = gb; in GBInit()
69 gb->sio.p = gb; in GBInit()
72 gb->timer.p = gb; in GBInit()
93 gb->eiPending.context = gb; in GBInit()
145 gb->sramVf->unmap(gb->sramVf, gb->memory.sram, gb->sramSize); in GBSramDeinit()
245 if (gb->memory.sram && gb->sramVf->sync(gb->sramVf, gb->memory.sram, gb->sramSize)) { in GBSramClean()
272 gb->memory.sram = gb->sramVf->map(gb->sramVf, gb->sramSize, MAP_WRITE); in GBSavedataUnmask()
284 if (gb->memory.rom && gb->memory.romBase != gb->memory.rom && !gb->isPristine) { in GBUnloadROM()
296 gb->romVf->unmap(gb->romVf, gb->memory.rom, gb->pristineRomSize); in GBUnloadROM()
[all …]
H A Dio.c113 memset(gb->sgbPacket, 0, sizeof(gb->sgbPacket)); in _writeSGBBits()
122 gb->sgbIncrement = !gb->sgbIncrement; in _writeSGBBits()
128 gb->sgbCurrentController = (gb->sgbCurrentController + 1) & gb->sgbControllers; in _writeSGBBits()
134 GBVideoWriteSGBPacket(&gb->video, gb->sgbPacket); in _writeSGBBits()
145 gb->sgbPacket[gb->sgbBit >> 3] |= 1 << (gb->sgbBit & 7); in _writeSGBBits()
155 memset(gb->memory.io, 0, sizeof(gb->memory.io)); in GBIOInit()
159 memset(gb->memory.io, 0, sizeof(gb->memory.io)); in GBIOReset()
413 mTimingDeschedule(&gb->timing, &gb->timer.irq); in GBIOWrite()
498gb->memory.io[REG_BCPD] = gb->video.palette[gb->video.bcpIndex >> 1] >> (8 * (gb->video.bcpIndex &… in GBIOWrite()
509gb->memory.io[REG_OCPD] = gb->video.palette[8 * 4 + (gb->video.ocpIndex >> 1)] >> (8 * (gb->video.… in GBIOWrite()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/gb/test/
H A Drtc.c100 _sampleRtc(gb); in M_TEST_DEFINE()
105 _sampleRtc(gb); in M_TEST_DEFINE()
112 _sampleRtc(gb); in M_TEST_DEFINE()
128 _sampleRtc(gb); in M_TEST_DEFINE()
133 _sampleRtc(gb); in M_TEST_DEFINE()
140 _sampleRtc(gb); in M_TEST_DEFINE()
147 _sampleRtc(gb); in M_TEST_DEFINE()
165 _sampleRtc(gb); in M_TEST_DEFINE()
172 _sampleRtc(gb); in M_TEST_DEFINE()
181 _sampleRtc(gb); in M_TEST_DEFINE()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/gb/test/
H A Drtc.c100 _sampleRtc(gb); in M_TEST_DEFINE()
105 _sampleRtc(gb); in M_TEST_DEFINE()
112 _sampleRtc(gb); in M_TEST_DEFINE()
128 _sampleRtc(gb); in M_TEST_DEFINE()
133 _sampleRtc(gb); in M_TEST_DEFINE()
140 _sampleRtc(gb); in M_TEST_DEFINE()
147 _sampleRtc(gb); in M_TEST_DEFINE()
165 _sampleRtc(gb); in M_TEST_DEFINE()
172 _sampleRtc(gb); in M_TEST_DEFINE()
181 _sampleRtc(gb); in M_TEST_DEFINE()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dgfxboard.cpp316 gb->vramrealstart = gb->vram; in init_board()
317 gb->vram += gb->vram_start_offset; in init_board()
333 gb->vga.vga.hw_ops->gfx_update(&gb->vga); in vga_update_size()
508 if (gb->monswitch_current && (gb->modechanged || gfxboard_checkchanged(gb))) { in gfxboard_vsync_handler()
538 gb->vga.vga.hw_ops->gfx_update(&gb->vga); in gfxboard_vsync_handler()
638 remap_vram (gb, offset, gb->vram_offset[1], gb->vram_enabled); in memory_region_set_alias_offset()
643 remap_vram (gb, gb->vram_offset[0], offset, gb->vram_enabled); in memory_region_set_alias_offset()
658 remap_vram (gb, gb->vram_offset[0], gb->vram_offset[1], enabled); in memory_region_set_enabled()
759 remap_vram (gb, gb->vram_offset[0], gb->vram_offset[1], false); in bput_regtest()
2306 ew (gb, 0x04, gb->board->model_memory); in gfxboard_init_memory()
[all …]
/dports/biology/py-biopython/biopython-1.79/Doc/examples/
H A Dopuntia.aln4 gi|6273285|gb|AF191659.1|AF191 TATACATTAAAGAAGGGGGATGCGGATAAATGGAAAGGCGAAAGAAAGAA
5 gi|6273284|gb|AF191658.1|AF191 TATACATTAAAGAAGGGGGATGCGGATAAATGGAAAGGCGAAAGAAAGAA
6 gi|6273287|gb|AF191661.1|AF191 TATACATTAAAGAAGGGGGATGCGGATAAATGGAAAGGCGAAAGAAAGAA
7 gi|6273286|gb|AF191660.1|AF191 TATACATAAAAGAAGGGGGATGCGGATAAATGGAAAGGCGAAAGAAAGAA
166 gi|6273285|gb|AF191659.1|AF191 ACCAGA
167 gi|6273284|gb|AF191658.1|AF191 ACCAGA
168 gi|6273287|gb|AF191661.1|AF191 ACCAGA
169 gi|6273286|gb|AF191660.1|AF191 ACCAGA
170 gi|6273290|gb|AF191664.1|AF191 ACCAGA
171 gi|6273289|gb|AF191663.1|AF191 ACCAGA
[all …]

12345678910>>...247