Home
last modified time | relevance | path

Searched refs:bit7 (Results 1 – 25 of 1757) sorted by relevance

12345678910>>...71

/dports/editors/picpas/PicPas-7940bc3/testcode10/Simul_1/
H A DTest2_Bit2.pas84 vbyte.bit7 := 0;
85 vbyte.bit7 := vbyte.bit7;
86 if (vbyte.bit7=vbyte.bit7) and (vbyte.bit7=0) then bien else mal end;
88 vbyte.bit7 := 1;
89 vbyte.bit7 := vbyte.bit7;
90 if (vbyte.bit7=1) then bien else mal end;
92 vbyte.bit7 := 0;
93 vbyte.bit7 := not vbyte.bit7;
94 if vbyte.bit7 = 1 then bien else mal end;
/dports/emulators/bochs/bochs-2.7/cpu/
H A Dshift8.cc32 unsigned bit0, bit7; in ROL_EbR() local
44 bit7 = (op1_8 >> 7); in ROL_EbR()
59 bit7 = (result_8 >> 7); in ROL_EbR()
70 unsigned bit0, bit7; in ROL_EbM() local
84 bit7 = (op1_8 >> 7); in ROL_EbM()
110 unsigned bit6, bit7; in ROR_EbR() local
124 BX_CPU_THIS_PTR oszapc.set_flags_OxxxxC(bit6 ^ bit7, bit7); in ROR_EbR()
140 BX_CPU_THIS_PTR oszapc.set_flags_OxxxxC(bit6 ^ bit7, bit7); in ROR_EbR()
149 unsigned bit6, bit7; in ROR_EbM() local
165 BX_CPU_THIS_PTR oszapc.set_flags_OxxxxC(bit6 ^ bit7, bit7); in ROR_EbM()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/device/include/hc08/
H A Dmc68hc908apxx.h57 unsigned int bit7:1; member
70 #define PTA7 ((struct __hc08_bits *)(&PTA))->bit7
81 #define PTB7 ((struct __hc08_bits *)(&PTB))->bit7
92 #define PTC7 ((struct __hc08_bits *)(&PTC))->bit7
103 #define PTD7 ((struct __hc08_bits *)(&PTD))->bit7
113 #define DDRA7 ((struct __hc08_bits *)(&DDRA))->bit7
123 #define DDRB7 ((struct __hc08_bits *)(&DDRB))->bit7
133 #define DDRC7 ((struct __hc08_bits *)(&DDRC))->bit7
143 #define DDRD7 ((struct __hc08_bits *)(&DDRD))->bit7
210 #define SCTE ((struct __hc08_bits *)(&SCS1))->bit7
[all …]
H A Dmc68hc908gp32.h57 unsigned int bit7:1; member
70 #define PTA7 ((struct __hc08_bits *)(&PTA))->bit7
81 #define PTB7 ((struct __hc08_bits *)(&PTB))->bit7
92 #define PTC7 ((struct __hc08_bits *)(&PTC))->bit7
103 #define PTD7 ((struct __hc08_bits *)(&PTD))->bit7
113 #define DDRA7 ((struct __hc08_bits *)(&DDRA))->bit7
123 #define DDRB7 ((struct __hc08_bits *)(&DDRB))->bit7
133 #define DDRC7 ((struct __hc08_bits *)(&DDRC))->bit7
143 #define DDRD7 ((struct __hc08_bits *)(&DDRD))->bit7
154 #define PTE7 ((struct __hc08_bits *)(&PTE))->bit7
[all …]
H A Dmc68hc908jb8.h57 unsigned int bit7:1; member
69 #define PTA7 ((struct __hc08_bits *)(&PTA))->bit7
79 #define PTB7 ((struct __hc08_bits *)(&PTB))->bit7
89 #define PTC7 ((struct __hc08_bits *)(&PTC))->bit7
99 #define PTD7 ((struct __hc08_bits *)(&PTD))->bit7
109 #define DDRA7 ((struct __hc08_bits *)(&DDRA))->bit7
119 #define DDRB7 ((struct __hc08_bits *)(&DDRB))->bit7
129 #define DDRC7 ((struct __hc08_bits *)(&DDRC))->bit7
139 #define DDRD7 ((struct __hc08_bits *)(&DDRD))->bit7
149 #define PTE7 ((struct __hc08_bits *)(&PTE))->bit7
[all …]
H A Dmc68hc908jkjl.h57 unsigned int bit7:1; member
70 #define PTA7 ((struct __hc08_bits *)(&PTA))->bit7
81 #define PTB7 ((struct __hc08_bits *)(&PTB))->bit7
92 #define PTD7 ((struct __hc08_bits *)(&PTD))->bit7
102 #define DDRA7 ((struct __hc08_bits *)(&DDRA))->bit7
112 #define DDRB7 ((struct __hc08_bits *)(&DDRB))->bit7
122 #define DDRD7 ((struct __hc08_bits *)(&DDRD))->bit7
155 #define LOOPS ((struct __hc08_bits *)(&SCC1))->bit7
166 #define SCTIE ((struct __hc08_bits *)(&SCC2))->bit7
186 #define SCTE ((struct __hc08_bits *)(&SCS1))->bit7
[all …]
H A Dmc68hc908qy.h54 unsigned int bit7:1; member
75 #define PTB7 ((struct __hc08_bits *)(&PTB))->bit7
92 #define DDRB7 ((struct __hc08_bits *)(&DDRB))->bit7
101 #define OSC2EN ((struct __hc08_bits *)(&PTAPUE))->bit7
147 #define TOF ((struct __hc08_bits *)(&TSC))->bit7
165 #define CH0F ((struct __hc08_bits *)(&TSC0))->bit7
179 #define CH1F ((struct __hc08_bits *)(&TSC1))->bit7
199 #define COCO ((struct __hc08_bits *)(&ADSCR))->bit7
218 #define POR ((struct __hc08_bits *)(&SRSR))->bit7
224 #define BFCF ((struct __hc08_bits *)(&BFCF))->bit7
[all …]
/dports/editors/picpas/PicPas-7940bc3/testcode16/Simul_1/
H A DTest2_Bit.pas217 vbyte.bit7 := 0;
218 vbyte.bit7 := vbyte.bit7;
219 if (vbyte.bit7=vbyte.bit7) and (vbyte.bit7=0) then bien else mal end;
221 vbyte.bit7 := 1;
222 vbyte.bit7 := vbyte.bit7;
223 if (vbyte.bit7=1) then bien else mal end;
225 vbyte.bit7 := 0;
226 vbyte.bit7 := not vbyte.bit7;
227 if vbyte.bit7 = 1 then bien else mal end;
/dports/emulators/emu64/emu64-5.0.19/src/
H A Dwidget_sr_edit.cpp38 bit0 = bit1 = bit2 = bit3 = bit4 = bit5 = bit6 = bit7 = false; in WidgetSREdit()
65 if(bit7) value |= 128; in CalcValue()
151 bit7 = true; in SetValue()
156 bit7 = false; in SetValue()
260 if(bit7) in on_Bit7_clicked()
262 bit7 = false; in on_Bit7_clicked()
267 bit7 = true; in on_Bit7_clicked()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/Win32/AmphiVanilla/
H A DAVService.cpp103 enum { bit7=0x80, bit6=0x40, bit5=0x20, bit4=0x10, bit3=8, bit2=4, bit1=2, bit0=1 }; enumerator
113 if ((a & (bit7|bit6|bit5))==(bit7|bit6)) { // 0x000080-0x0007ff in UTF8ToUTF16()
119 else if ((a & (bit7|bit6|bit5|bit4))==(bit7|bit6|bit5)) // 0x000800-0x00ffff in UTF8ToUTF16()
/dports/cad/alliance/alliance/src/cells/src/romlib/
H A Drom_data_midvss.vbe14 bit7 : out MUX_BIT BUS;
32 bit7 <= GUARDED '0';
44 bit7 <= GUARDED '0';
56 bit7 <= GUARDED '0';
68 bit7 <= GUARDED '0';
H A Drom_data_midsel.vbe14 bit7 : out MUX_BIT BUS;
32 bit7 <= GUARDED '0';
44 bit7 <= GUARDED '0';
56 bit7 <= GUARDED '0';
68 bit7 <= GUARDED '0';
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Loaders/Win32/AmphiVanilla/
H A DAVService.cpp103 enum { bit7=0x80, bit6=0x40, bit5=0x20, bit4=0x10, bit3=8, bit2=4, bit1=2, bit0=1 }; enumerator
113 if ((a & (bit7|bit6|bit5))==(bit7|bit6)) { // 0x000080-0x0007ff in UTF8ToUTF16()
119 else if ((a & (bit7|bit6|bit5|bit4))==(bit7|bit6|bit5)) // 0x000800-0x00ffff in UTF8ToUTF16()
/dports/devel/isa-l/isa-l-2.30.0/raid/
H A Draid_base.c35 # define bit7 0x8080808080808080ULL macro
39 # define bit7 0x80808080UL macro
56 ((((q & bit7) << 1) - ((q & bit7) >> 7)) // mask out bytes in pq_gen_base()
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/qnx/
H A Dvio.c35 int bit7=0,wrapped=0; variable
113 if(bit7||wrapped) in __vioWriteBuff()
119 if(bit7&&c>=0x80) c='.'; in __vioWriteBuff()
171 bit7= in __init_vio()
179 bit7| /* 7-bit output flag set */ in __init_vio()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Experiments/VisualBasic/
H A DOVVB-POJ-Holo.cpp4 enum { bit7=0x80, bit6=0x40, bit5=0x20, bit4=0x10, bit3=8, bit2=4, bit1=2, bit0=1 }; enumerator
22 if ((a & (bit7|bit6|bit5))==(bit7|bit6)) { // 0x000080-0x0007ff in utf8toutf16()
28 else if ((a & (bit7|bit6|bit5|bit4))==(bit7|bit6|bit5)) // 0x000800-0x00ffff in utf8toutf16()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Experiments/VisualBasic/
H A DOVVB-POJ-Holo.cpp4 enum { bit7=0x80, bit6=0x40, bit5=0x20, bit4=0x10, bit3=8, bit2=4, bit1=2, bit0=1 }; enumerator
22 if ((a & (bit7|bit6|bit5))==(bit7|bit6)) { // 0x000080-0x0007ff in utf8toutf16()
28 else if ((a & (bit7|bit6|bit5|bit4))==(bit7|bit6|bit5)) // 0x000800-0x00ffff in utf8toutf16()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/tools/
H A Dvybridimage.c49 uint8_t bit7 = (byte & (1 << 7)) ? 1 : 0; in vybridimage_sw_ecc() local
53 res |= ((bit7 ^ bit5 ^ bit4 ^ bit2 ^ bit1) << 1); in vybridimage_sw_ecc()
54 res |= ((bit7 ^ bit6 ^ bit5 ^ bit1 ^ bit0) << 2); in vybridimage_sw_ecc()
55 res |= ((bit7 ^ bit4 ^ bit3 ^ bit0) << 3); in vybridimage_sw_ecc()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/tools/
H A Dvybridimage.c49 uint8_t bit7 = (byte & (1 << 7)) ? 1 : 0; in vybridimage_sw_ecc() local
53 res |= ((bit7 ^ bit5 ^ bit4 ^ bit2 ^ bit1) << 1); in vybridimage_sw_ecc()
54 res |= ((bit7 ^ bit6 ^ bit5 ^ bit1 ^ bit0) << 2); in vybridimage_sw_ecc()
55 res |= ((bit7 ^ bit4 ^ bit3 ^ bit0) << 3); in vybridimage_sw_ecc()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/tools/
H A Dvybridimage.c49 uint8_t bit7 = (byte & (1 << 7)) ? 1 : 0; in vybridimage_sw_ecc() local
53 res |= ((bit7 ^ bit5 ^ bit4 ^ bit2 ^ bit1) << 1); in vybridimage_sw_ecc()
54 res |= ((bit7 ^ bit6 ^ bit5 ^ bit1 ^ bit0) << 2); in vybridimage_sw_ecc()
55 res |= ((bit7 ^ bit4 ^ bit3 ^ bit0) << 3); in vybridimage_sw_ecc()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/tools/
H A Dvybridimage.c49 uint8_t bit7 = (byte & (1 << 7)) ? 1 : 0; in vybridimage_sw_ecc() local
53 res |= ((bit7 ^ bit5 ^ bit4 ^ bit2 ^ bit1) << 1); in vybridimage_sw_ecc()
54 res |= ((bit7 ^ bit6 ^ bit5 ^ bit1 ^ bit0) << 2); in vybridimage_sw_ecc()
55 res |= ((bit7 ^ bit4 ^ bit3 ^ bit0) << 3); in vybridimage_sw_ecc()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/tools/
H A Dvybridimage.c49 uint8_t bit7 = (byte & (1 << 7)) ? 1 : 0; in vybridimage_sw_ecc() local
53 res |= ((bit7 ^ bit5 ^ bit4 ^ bit2 ^ bit1) << 1); in vybridimage_sw_ecc()
54 res |= ((bit7 ^ bit6 ^ bit5 ^ bit1 ^ bit0) << 2); in vybridimage_sw_ecc()
55 res |= ((bit7 ^ bit4 ^ bit3 ^ bit0) << 3); in vybridimage_sw_ecc()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/tools/
H A Dvybridimage.c49 uint8_t bit7 = (byte & (1 << 7)) ? 1 : 0; in vybridimage_sw_ecc() local
53 res |= ((bit7 ^ bit5 ^ bit4 ^ bit2 ^ bit1) << 1); in vybridimage_sw_ecc()
54 res |= ((bit7 ^ bit6 ^ bit5 ^ bit1 ^ bit0) << 2); in vybridimage_sw_ecc()
55 res |= ((bit7 ^ bit4 ^ bit3 ^ bit0) << 3); in vybridimage_sw_ecc()
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/tools/
H A Dvybridimage.c49 uint8_t bit7 = (byte & (1 << 7)) ? 1 : 0; in vybridimage_sw_ecc() local
53 res |= ((bit7 ^ bit5 ^ bit4 ^ bit2 ^ bit1) << 1); in vybridimage_sw_ecc()
54 res |= ((bit7 ^ bit6 ^ bit5 ^ bit1 ^ bit0) << 2); in vybridimage_sw_ecc()
55 res |= ((bit7 ^ bit4 ^ bit3 ^ bit0) << 3); in vybridimage_sw_ecc()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/tools/
H A Dvybridimage.c49 uint8_t bit7 = (byte & (1 << 7)) ? 1 : 0; in vybridimage_sw_ecc() local
53 res |= ((bit7 ^ bit5 ^ bit4 ^ bit2 ^ bit1) << 1); in vybridimage_sw_ecc()
54 res |= ((bit7 ^ bit6 ^ bit5 ^ bit1 ^ bit0) << 2); in vybridimage_sw_ecc()
55 res |= ((bit7 ^ bit4 ^ bit3 ^ bit0) << 3); in vybridimage_sw_ecc()

12345678910>>...71