Home
last modified time | relevance | path

Searched refs:Byte1 (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/dports/security/libadacrypt/Ada-Crypto-Library-abc534f/src/
H A Dcrypto-symmetric-algorithm-aes.adb48 Temp := To_Word(S(Byte1(Temp)), S(Byte2(Temp)),
53 Temp:=To_Word(S(Byte0(Temp)), S(Byte1(Temp)),
87 Decrypt_Key(Index) := U1(Byte0(A0)) xor U2(Byte1(A0)) xor
188 Ciphertext(1) := S(Byte1(X1)) xor Byte1(Encrypt_Key(Index));
195 Ciphertext(5) := S(Byte1(X2)) xor Byte1(Encrypt_Key(Index));
202 Ciphertext(9) := S(Byte1(X3)) xor Byte1(Encrypt_Key(Index));
209 Ciphertext(13) := S(Byte1(X0)) xor Byte1(Encrypt_Key(Index));
302 Plaintext(1) := Si(Byte1(X3)) xor Byte1(Decrypt_Key(0));
307 Plaintext(5) := Si(Byte1(X0)) xor Byte1(Decrypt_Key(1));
312 Plaintext(9) := Si(Byte1(X1)) xor Byte1(Decrypt_Key(2));
[all …]
H A Dcrypto-symmetric-algorithm-whirlpool.adb126 C0(Byte0(State(0))) xor C1(Byte1(State(7))) xor
133 C0(Byte0(State(1))) xor C1(Byte1(State(0))) xor
140 C0(Byte0(State(2))) xor C1(Byte1(State(1))) xor
147 C0(Byte0(State(3))) xor C1(Byte1(State(2))) xor
154 C0(Byte0(State(4))) xor C1(Byte1(State(3))) xor
161 C0(Byte0(State(5))) xor C1(Byte1(State(4))) xor
168 C0(Byte0(State(6))) xor C1(Byte1(State(5))) xor
175 C0(Byte0(State(7))) xor C1(Byte1(State(6))) xor
474 C0(Byte0(State(0))) xor C1(Byte1(State(7))) xor
481 C0(Byte0(State(1))) xor C1(Byte1(State(0))) xor
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/serial/
H A Dio_ionsp.h113 #define IS_CMD_STAT_HDR(Byte1) ((Byte1) & IOSP_CMD_STAT_BIT) argument
114 #define IS_DATA_HDR(Byte1) (!IS_CMD_STAT_HDR(Byte1)) argument
116 #define IOSP_GET_HDR_PORT(Byte1) ((__u8) ((Byte1) & IOSP_PORT_MASK)) argument
117 #define IOSP_GET_HDR_DATA_LEN(Byte1, Byte2) ((__u16) (((__u16)((Byte1) & 0x78)) << 5) | (Byte2)) argument
118 #define IOSP_GET_STATUS_CODE(Byte1) ((__u8) (((Byte1) & 0x78) >> 3)) argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/serial/
H A Dio_ionsp.h113 #define IS_CMD_STAT_HDR(Byte1) ((Byte1) & IOSP_CMD_STAT_BIT) argument
114 #define IS_DATA_HDR(Byte1) (!IS_CMD_STAT_HDR(Byte1)) argument
116 #define IOSP_GET_HDR_PORT(Byte1) ((__u8) ((Byte1) & IOSP_PORT_MASK)) argument
117 #define IOSP_GET_HDR_DATA_LEN(Byte1, Byte2) ((__u16) (((__u16)((Byte1) & 0x78)) << 5) | (Byte2)) argument
118 #define IOSP_GET_STATUS_CODE(Byte1) ((__u8) (((Byte1) & 0x78) >> 3)) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/serial/
H A Dio_ionsp.h113 #define IS_CMD_STAT_HDR(Byte1) ((Byte1) & IOSP_CMD_STAT_BIT) argument
114 #define IS_DATA_HDR(Byte1) (!IS_CMD_STAT_HDR(Byte1)) argument
116 #define IOSP_GET_HDR_PORT(Byte1) ((__u8) ((Byte1) & IOSP_PORT_MASK)) argument
117 #define IOSP_GET_HDR_DATA_LEN(Byte1, Byte2) ((__u16) (((__u16)((Byte1) & 0x78)) << 5) | (Byte2)) argument
118 #define IOSP_GET_STATUS_CODE(Byte1) ((__u8) (((Byte1) & 0x78) >> 3)) argument
/dports/databases/adabase/AdaBase-3.1/src/results/
H A Dadabase-results-converters.adb56 function convert (nv : NByte0) return Byte1 is
197 function convert (nv : NByte1) return Byte1
202 when 0 .. max => return Byte1 (nv);
275 function convert (nv : NByte2) return Byte1
280 when 0 .. max => return Byte1 (nv);
368 when 0 .. max => return Byte1 (nv);
466 when 0 .. max => return Byte1 (nv);
574 when 0 .. max => return Byte1 (nv);
772 when 0 .. max => return Byte1 (nv);
864 when 0 .. max => return Byte1 (nv);
[all …]
H A Dadabase-results-converters.ads18 function convert (nv : NByte0) return Byte1;
42 function convert (nv : NByte1) return Byte1;
66 function convert (nv : NByte2) return Byte1;
90 function convert (nv : NByte3) return Byte1;
114 function convert (nv : NByte4) return Byte1;
163 function convert (nv : Byte1) return Byte2;
164 function convert (nv : Byte1) return Byte3;
165 function convert (nv : Byte1) return Byte4;
166 function convert (nv : Byte1) return Byte8;
167 function convert (nv : Byte1) return Real9;
[all …]
/dports/games/alephone/alephone-release-20190331/Source_Files/Files/
H A DPacking.cpp34 uint16 Byte1 = uint16(*(Stream++)); in StreamToValueBE() local
36 Value = (Byte0 << 8) | Byte1; in StreamToValueBE()
50 uint32 Byte1 = uint32(*(Stream++)); in StreamToValueBE() local
54 Value = (Byte0 << 24) | (Byte1 << 16) | (Byte2 << 8) | Byte3; in StreamToValueBE()
95 uint16 Byte1 = uint16(*(Stream++)); in StreamToValueLE() local
97 Value = (Byte1 << 8) | Byte0; in StreamToValueLE()
111 uint32 Byte1 = uint32(*(Stream++)); in StreamToValueLE() local
115 Value = (Byte3 << 24) | (Byte2 << 16) | (Byte1 << 8) | Byte0; in StreamToValueLE()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
H A DVtutf8.c195 UINT8 Byte1; in Utf8ToUnicode() local
217 Byte1 = Utf8Char.Utf8_2[1]; in Utf8ToUnicode()
219 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
220 UnicodeByte1 = (UINT8) ((Byte1 >> 2) & 0x07); in Utf8ToUnicode()
229 Byte1 = Utf8Char.Utf8_3[1]; in Utf8ToUnicode()
232 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
233 UnicodeByte1 = (UINT8) ((Byte2 << 4) | ((Byte1 >> 2) & 0x0f)); in Utf8ToUnicode()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/Console/TerminalDxe/
H A DVtutf8.c195 UINT8 Byte1; in Utf8ToUnicode() local
217 Byte1 = Utf8Char.Utf8_2[1]; in Utf8ToUnicode()
219 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
220 UnicodeByte1 = (UINT8) ((Byte1 >> 2) & 0x07); in Utf8ToUnicode()
229 Byte1 = Utf8Char.Utf8_3[1]; in Utf8ToUnicode()
232 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
233 UnicodeByte1 = (UINT8) ((Byte2 << 4) | ((Byte1 >> 2) & 0x0f)); in Utf8ToUnicode()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Universal/Console/TerminalDxe/
H A DVtutf8.c201 UINT8 Byte1; in Utf8ToUnicode() local
223 Byte1 = Utf8Char.Utf8_2[1]; in Utf8ToUnicode()
225 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
226 UnicodeByte1 = (UINT8) ((Byte1 >> 2) & 0x07); in Utf8ToUnicode()
235 Byte1 = Utf8Char.Utf8_3[1]; in Utf8ToUnicode()
238 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
239 UnicodeByte1 = (UINT8) ((Byte2 << 4) | ((Byte1 >> 2) & 0x0f)); in Utf8ToUnicode()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
H A DVtutf8.c195 UINT8 Byte1; in Utf8ToUnicode() local
217 Byte1 = Utf8Char.Utf8_2[1]; in Utf8ToUnicode()
219 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
220 UnicodeByte1 = (UINT8) ((Byte1 >> 2) & 0x07); in Utf8ToUnicode()
229 Byte1 = Utf8Char.Utf8_3[1]; in Utf8ToUnicode()
232 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
233 UnicodeByte1 = (UINT8) ((Byte2 << 4) | ((Byte1 >> 2) & 0x0f)); in Utf8ToUnicode()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
H A DVtutf8.c195 UINT8 Byte1; in Utf8ToUnicode() local
217 Byte1 = Utf8Char.Utf8_2[1]; in Utf8ToUnicode()
219 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
220 UnicodeByte1 = (UINT8) ((Byte1 >> 2) & 0x07); in Utf8ToUnicode()
229 Byte1 = Utf8Char.Utf8_3[1]; in Utf8ToUnicode()
232 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
233 UnicodeByte1 = (UINT8) ((Byte2 << 4) | ((Byte1 >> 2) & 0x0f)); in Utf8ToUnicode()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
H A DVtutf8.c195 UINT8 Byte1; in Utf8ToUnicode() local
217 Byte1 = Utf8Char.Utf8_2[1]; in Utf8ToUnicode()
219 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
220 UnicodeByte1 = (UINT8) ((Byte1 >> 2) & 0x07); in Utf8ToUnicode()
229 Byte1 = Utf8Char.Utf8_3[1]; in Utf8ToUnicode()
232 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
233 UnicodeByte1 = (UINT8) ((Byte2 << 4) | ((Byte1 >> 2) & 0x0f)); in Utf8ToUnicode()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Universal/Console/TerminalDxe/
H A DVtutf8.c195 UINT8 Byte1; in Utf8ToUnicode() local
217 Byte1 = Utf8Char.Utf8_2[1]; in Utf8ToUnicode()
219 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
220 UnicodeByte1 = (UINT8) ((Byte1 >> 2) & 0x07); in Utf8ToUnicode()
229 Byte1 = Utf8Char.Utf8_3[1]; in Utf8ToUnicode()
232 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
233 UnicodeByte1 = (UINT8) ((Byte2 << 4) | ((Byte1 >> 2) & 0x0f)); in Utf8ToUnicode()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
H A DVtutf8.c195 UINT8 Byte1; in Utf8ToUnicode() local
217 Byte1 = Utf8Char.Utf8_2[1]; in Utf8ToUnicode()
219 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
220 UnicodeByte1 = (UINT8) ((Byte1 >> 2) & 0x07); in Utf8ToUnicode()
229 Byte1 = Utf8Char.Utf8_3[1]; in Utf8ToUnicode()
232 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
233 UnicodeByte1 = (UINT8) ((Byte2 << 4) | ((Byte1 >> 2) & 0x0f)); in Utf8ToUnicode()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
H A DVtutf8.c195 UINT8 Byte1; in Utf8ToUnicode() local
217 Byte1 = Utf8Char.Utf8_2[1]; in Utf8ToUnicode()
219 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
220 UnicodeByte1 = (UINT8) ((Byte1 >> 2) & 0x07); in Utf8ToUnicode()
229 Byte1 = Utf8Char.Utf8_3[1]; in Utf8ToUnicode()
232 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
233 UnicodeByte1 = (UINT8) ((Byte2 << 4) | ((Byte1 >> 2) & 0x0f)); in Utf8ToUnicode()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/Console/TerminalDxe/
H A DVtutf8.c195 UINT8 Byte1; in Utf8ToUnicode() local
217 Byte1 = Utf8Char.Utf8_2[1]; in Utf8ToUnicode()
219 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
220 UnicodeByte1 = (UINT8) ((Byte1 >> 2) & 0x07); in Utf8ToUnicode()
229 Byte1 = Utf8Char.Utf8_3[1]; in Utf8ToUnicode()
232 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
233 UnicodeByte1 = (UINT8) ((Byte2 << 4) | ((Byte1 >> 2) & 0x0f)); in Utf8ToUnicode()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-scaval.ads46 type Byte1 is mod 2 ** 8; type
54 IS_Is1 : Byte1 := 0; -- Initialize 1 byte signed
61 IS_Iu1 : Byte1 := 0; -- Initialize 1 byte unsigned
68 IS_Iz1 : Byte1 := 0; -- Initialize 1 byte zeroes
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Ds-scaval.ads46 type Byte1 is mod 2 ** 8; type
54 IS_Is1 : Byte1 := 0; -- Initialize 1 byte signed
61 IS_Iu1 : Byte1 := 0; -- Initialize 1 byte unsigned
68 IS_Iz1 : Byte1 := 0; -- Initialize 1 byte zeroes
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Ds-scaval.ads46 type Byte1 is mod 2 ** 8; type
54 IS_Is1 : Byte1 := 0; -- Initialize 1 byte signed
61 IS_Iu1 : Byte1 := 0; -- Initialize 1 byte unsigned
68 IS_Iz1 : Byte1 := 0; -- Initialize 1 byte zeroes
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-scaval.ads46 type Byte1 is mod 2 ** 8; type
54 IS_Is1 : Byte1 := 0; -- Initialize 1 byte signed
61 IS_Iu1 : Byte1 := 0; -- Initialize 1 byte unsigned
68 IS_Iz1 : Byte1 := 0; -- Initialize 1 byte zeroes
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Ds-scaval.ads46 type Byte1 is mod 2 ** 8; type
54 IS_Is1 : Byte1 := 0; -- Initialize 1 byte signed
61 IS_Iu1 : Byte1 := 0; -- Initialize 1 byte unsigned
68 IS_Iz1 : Byte1 := 0; -- Initialize 1 byte zeroes
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Ds-scaval.ads46 type Byte1 is mod 2 ** 8; type
54 IS_Is1 : Byte1 := 0; -- Initialize 1 byte signed
61 IS_Iu1 : Byte1 := 0; -- Initialize 1 byte unsigned
68 IS_Iz1 : Byte1 := 0; -- Initialize 1 byte zeroes
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Ds-scaval.ads46 type Byte1 is mod 2 ** 8; type
54 IS_Is1 : Byte1 := 0; -- Initialize 1 byte signed
61 IS_Iu1 : Byte1 := 0; -- Initialize 1 byte unsigned
68 IS_Iz1 : Byte1 := 0; -- Initialize 1 byte zeroes

12345678910>>...18