Home
last modified time | relevance | path

Searched refs:temp_byte (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/devel/z80ex/z80ex-1.1.21/opcodes/
H A Dopcodes_ddcb.c8 RLC(temp_byte); in op_DDCB_0x00()
9 LD(B,temp_byte); in op_DDCB_0x00()
20 RLC(temp_byte); in op_DDCB_0x01()
21 LD(C,temp_byte); in op_DDCB_0x01()
32 RLC(temp_byte); in op_DDCB_0x02()
33 LD(D,temp_byte); in op_DDCB_0x02()
44 RLC(temp_byte); in op_DDCB_0x03()
45 LD(E,temp_byte); in op_DDCB_0x03()
56 RLC(temp_byte); in op_DDCB_0x04()
68 RLC(temp_byte); in op_DDCB_0x05()
[all …]
H A Dopcodes_fdcb.c8 RLC(temp_byte); in op_FDCB_0x00()
9 LD(B,temp_byte); in op_FDCB_0x00()
20 RLC(temp_byte); in op_FDCB_0x01()
21 LD(C,temp_byte); in op_FDCB_0x01()
32 RLC(temp_byte); in op_FDCB_0x02()
33 LD(D,temp_byte); in op_FDCB_0x02()
44 RLC(temp_byte); in op_FDCB_0x03()
45 LD(E,temp_byte); in op_FDCB_0x03()
56 RLC(temp_byte); in op_FDCB_0x04()
68 RLC(temp_byte); in op_FDCB_0x05()
[all …]
H A Dopcodes_fd.c131 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_FD_0x34()
144 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_FD_0x35()
157 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_FD_0x36()
160 LD(temp_byte,temp_byte); in op_FD_0x36()
194 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_FD_0x46()
222 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_FD_0x4e()
250 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_FD_0x56()
278 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_FD_0x5e()
338 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_FD_0x66()
406 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_FD_0x6e()
[all …]
H A Dopcodes_dd.c131 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_DD_0x34()
144 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_DD_0x35()
157 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_DD_0x36()
160 LD(temp_byte,temp_byte); in op_DD_0x36()
194 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_DD_0x46()
222 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_DD_0x4e()
250 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_DD_0x56()
278 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_DD_0x5e()
338 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_DD_0x66()
406 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_DD_0x6e()
[all …]
H A Dopcodes_base.c57 LD(B,temp_byte); in op_0x06()
123 LD(C,temp_byte); in op_0x0e()
140 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_0x10()
192 LD(D,temp_byte); in op_0x16()
209 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_0x18()
260 LD(E,temp_byte); in op_0x1e()
277 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_0x20()
353 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_0x28()
427 temp_byte_s=(temp_byte & 0x80)? -(((~temp_byte) & 0x7f)+1): temp_byte; in op_0x30()
489 LD(temp_byte,temp_byte); in op_0x36()
[all …]
H A Dopcodes_cb.c55 RLC(temp_byte); in op_CB_0x06()
121 RRC(temp_byte); in op_CB_0x0e()
187 RL(temp_byte); in op_CB_0x16()
253 RR(temp_byte); in op_CB_0x1e()
319 SLA(temp_byte); in op_CB_0x26()
385 SRA(temp_byte); in op_CB_0x2e()
451 SLL(temp_byte); in op_CB_0x36()
517 SRL(temp_byte); in op_CB_0x3e()
1103 RES(0,temp_byte); in op_CB_0x86()
1169 RES(1,temp_byte); in op_CB_0x8e()
[all …]
/dports/devel/apitrace/apitrace-9.0/thirdparty/mhook/disasm-lib/
H A Dmisc.c24 char temp_byte[3]; in HexToBinary() local
82 temp_byte[0] = Input[i]; in HexToBinary()
83 temp_byte[1] = Input[i+1]; in HexToBinary()
84 temp_byte[2] = 0; in HexToBinary()
85 ByteString[j] = (BYTE)strtoul(temp_byte, NULL, 16); in HexToBinary()
130 temp_byte[0] = Input[i]; in HexToBinary()
131 temp_byte[1] = Input[i+1]; in HexToBinary()
132 temp_byte[2] = 0; in HexToBinary()
170 temp_byte[0] = Input[i]; in HexToBinary()
171 temp_byte[1] = Input[i+1]; in HexToBinary()
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/ccpu/
H A Dccpu.c638 CINEBYTE temp_byte = opcode & 0x07; in opOUTbi_B_BB() local
640 if (temp_byte - 0x06) in opOUTbi_B_BB()
650 CINEBYTE temp_byte = opcode & 0x07; in opOUT16_B_BB() local
652 if (temp_byte - 0x06) in opOUT16_B_BB()
1104 temp_byte = (temp_byte << 4) | /* Silly CCPU; Swap */ in opLDJimm_A_A()
1116 temp_byte = (temp_byte << 4) | /* Silly CCPU; Swap */ in opLDJimm_B_BB()
1266 temp_byte; /* pick up opcode */ in opMULirg_A_AA()
1948 CINEBYTE temp_byte = 0; in opLLT_A_AA() local
1977 temp_byte ++; in opLLT_A_AA()
1978 if (!temp_byte) in opLLT_A_AA()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/ccpu/
H A Dccpu.c675 CINEBYTE temp_byte = opcode & 0x07; in opOUTbi_B_BB() local
677 if (temp_byte - 0x06) in opOUTbi_B_BB()
687 CINEBYTE temp_byte = opcode & 0x07; in opOUT16_B_BB() local
689 if (temp_byte - 0x06) in opOUT16_B_BB()
1141 temp_byte = (temp_byte << 4) | /* Silly CCPU; Swap */ in opLDJimm_A_A()
1153 temp_byte = (temp_byte << 4) | /* Silly CCPU; Swap */ in opLDJimm_B_BB()
1303 temp_byte; /* pick up opcode */ in opMULirg_A_AA()
1985 CINEBYTE temp_byte = 0; in opLLT_A_AA() local
2014 temp_byte ++; in opLLT_A_AA()
2015 if (!temp_byte) in opLLT_A_AA()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/ccpu/
H A Dccpu.c675 CINEBYTE temp_byte = opcode & 0x07; in opOUTbi_B_BB() local
677 if (temp_byte - 0x06) in opOUTbi_B_BB()
687 CINEBYTE temp_byte = opcode & 0x07; in opOUT16_B_BB() local
689 if (temp_byte - 0x06) in opOUT16_B_BB()
1141 temp_byte = (temp_byte << 4) | /* Silly CCPU; Swap */ in opLDJimm_A_A()
1153 temp_byte = (temp_byte << 4) | /* Silly CCPU; Swap */ in opLDJimm_B_BB()
1303 temp_byte; /* pick up opcode */ in opMULirg_A_AA()
1985 CINEBYTE temp_byte = 0; in opLLT_A_AA() local
2014 temp_byte ++; in opLLT_A_AA()
2015 if (!temp_byte) in opLLT_A_AA()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c131 u8 temp_byte; in handle_presence_change() local
1258 u8 temp_byte; in board_replaced() local
1408 u8 temp_byte; in board_added() local
1616 u8 temp_byte; in remove_board() local
1666 temp_byte &= ~(0x01 << hp_slot); in remove_board()
2324 u8 temp_byte; in configure_new_function() local
2373 temp_byte = bus_node->base; in configure_new_function()
2387 temp_byte = 0x40; in configure_new_function()
2396 temp_byte = 0x08; in configure_new_function()
2884 temp_byte = 0x40; in configure_new_function()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c131 u8 temp_byte; in handle_presence_change() local
1258 u8 temp_byte; in board_replaced() local
1408 u8 temp_byte; in board_added() local
1616 u8 temp_byte; in remove_board() local
1666 temp_byte &= ~(0x01 << hp_slot); in remove_board()
2324 u8 temp_byte; in configure_new_function() local
2373 temp_byte = bus_node->base; in configure_new_function()
2387 temp_byte = 0x40; in configure_new_function()
2396 temp_byte = 0x08; in configure_new_function()
2884 temp_byte = 0x40; in configure_new_function()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c131 u8 temp_byte; in handle_presence_change() local
1258 u8 temp_byte; in board_replaced() local
1408 u8 temp_byte; in board_added() local
1616 u8 temp_byte; in remove_board() local
1666 temp_byte &= ~(0x01 << hp_slot); in remove_board()
2324 u8 temp_byte; in configure_new_function() local
2373 temp_byte = bus_node->base; in configure_new_function()
2387 temp_byte = 0x40; in configure_new_function()
2396 temp_byte = 0x08; in configure_new_function()
2884 temp_byte = 0x40; in configure_new_function()
[all …]
/dports/comms/mlan3/mlan3-1.00/lib/userial/
H A Dowllu.c574 uchar i, temp_byte; in owWriteBytePower() local
588 temp_byte = sendbyte; in owWriteBytePower()
591 sendpacket[sendlen++] = ((temp_byte & 0x01) ? BITPOL_ONE : BITPOL_ZERO) in owWriteBytePower()
594 temp_byte >>= 1; in owWriteBytePower()
613 temp_byte = 0; in owWriteBytePower()
616 temp_byte >>= 1; in owWriteBytePower()
617 temp_byte |= (readbuffer[i + 1] & 0x01) ? 0x80 : 0; in owWriteBytePower()
620 if (temp_byte == sendbyte) in owWriteBytePower()
/dports/misc/digitemp/digitemp-3.7.2/userial/ds9097u/
H A Dowllu.c574 uchar i, temp_byte; in owWriteBytePower() local
588 temp_byte = sendbyte; in owWriteBytePower()
591 sendpacket[sendlen++] = ((temp_byte & 0x01) ? BITPOL_ONE : BITPOL_ZERO) in owWriteBytePower()
594 temp_byte >>= 1; in owWriteBytePower()
613 temp_byte = 0; in owWriteBytePower()
616 temp_byte >>= 1; in owWriteBytePower()
617 temp_byte |= (readbuffer[i + 1] & 0x01) ? 0x80 : 0; in owWriteBytePower()
620 if (temp_byte == sendbyte) in owWriteBytePower()
/dports/graphics/sane-epkowa/iscan-2.11.0/frontend/
H A Dpisa_img_converter.cc60 unsigned int temp_byte = 0; in convert_binary_to_rgb() local
77 temp_byte = in_buf[in_ofs+(int)(j/8)]; in convert_binary_to_rgb()
82 if((temp_byte >> bitshift) & 1) in convert_binary_to_rgb()
/dports/graphics/grafx2/grafx2/src/
H A Dmiscfileformats.c448 byte temp_byte; in Load_PKM() local
478 if (Read_byte(file,&temp_byte)) in Load_PKM()
481 switch (temp_byte) in Load_PKM()
486 if (temp_byte>COMMENT_SIZE) in Load_PKM()
497 index+=temp_byte; in Load_PKM()
513 if (temp_byte==4) in Load_PKM()
532 if (temp_byte==1) in Load_PKM()
548 index+=temp_byte; in Load_PKM()
591 if ( (temp_byte!=header.Recog1) && (temp_byte!=header.Recog2) ) in Load_PKM()
595 temp_byte); in Load_PKM()
[all …]
H A Difformat.c408 byte temp_byte, color; in PBM_Decode() local
414 if (temp_byte>127) in PBM_Decode()
436 while(temp_byte-- > 0); in PBM_Decode()
500 byte temp_byte; in LBM_Decode() local
512 else if (temp_byte>127) in LBM_Decode()
741 byte temp_byte; in Load_IFF() local
1587 new_pal->Palette[i].G = (temp_byte & 0xf0) | (temp_byte >> 4); in Load_IFF()
2015 byte temp_byte; in Save_IFF() local
2025 temp_byte = 0; in Save_IFF()
2033 temp_byte>>=1; in Save_IFF()
[all …]
/dports/graphics/grafx2/grafx2/misc/c64viewer/
H A Dpicview.asm179 ; temp_byte <= 127 => copy (temp_byte + 1) bytes
184 repeat: ; temp_byte > 127 => repeat (257-temp_byte) the next byte
/dports/emulators/mess/mame-mame0226/src/devices/bus/nes/
H A Dnes_unif.hxx218 uint8_t temp_byte = 0; in call_load_unif() local
305 fread(&temp_byte, 1); in call_load_unif()
306 …logerror("Television Standard : %s\n", (temp_byte == 0) ? "NTSC" : (temp_byte == 1) ? "PAL" : "Doe… in call_load_unif()
/dports/emulators/mame/mame-mame0226/src/devices/bus/nes/
H A Dnes_unif.hxx218 uint8_t temp_byte = 0; in call_load_unif() local
305 fread(&temp_byte, 1); in call_load_unif()
306 …logerror("Television Standard : %s\n", (temp_byte == 0) ? "NTSC" : (temp_byte == 1) ? "PAL" : "Doe… in call_load_unif()
/dports/science/minc2/minc-release-2.2.00/conversion/gcomserver/
H A Dconvert_to_dicom.c510 unsigned char temp_byte; in convert_image() local
547 temp_byte = pixel[0][0]; in convert_image()
549 pixel[0][1] = temp_byte; in convert_image()
550 temp_byte = pixel[1][0]; in convert_image()
552 pixel[1][1] = temp_byte; in convert_image()
/dports/databases/percona57-server/percona-server-5.7.36-39/libbinlogevents/src/
H A Dcontrol_events.cpp600 uint8_t temp_byte; in XA_prepare_event() local
603 memcpy(&temp_byte, buf, 1); in XA_prepare_event()
604 one_phase= (bool) temp_byte; in XA_prepare_event()
605 buf += sizeof(temp_byte); in XA_prepare_event()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/libbinlogevents/src/
H A Dcontrol_events.cpp600 uint8_t temp_byte; in XA_prepare_event() local
603 memcpy(&temp_byte, buf, 1); in XA_prepare_event()
604 one_phase= (bool) temp_byte; in XA_prepare_event()
605 buf += sizeof(temp_byte); in XA_prepare_event()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/libbinlogevents/src/
H A Dcontrol_events.cpp594 uint8_t temp_byte; in XA_prepare_event() local
597 memcpy(&temp_byte, buf, 1); in XA_prepare_event()
598 one_phase= (bool) temp_byte; in XA_prepare_event()
599 buf += sizeof(temp_byte); in XA_prepare_event()

1234567