Searched refs:byte (Results 1 - 25 of 204) sorted by relevance

123456789

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/grammar/
H A Dgrammar.h42 int grammar_string_compare (const byte *, const byte *);
43 int grammar_string_compare_n (const byte *, const byte *, size_t);
44 byte *grammar_string_copy (byte *, const byte *);
45 byte *grammar_string_copy_n (byte *, const byte *, size_
[all...]
H A Dgrammar_mesa.h34 typedef GLubyte byte; typedef
H A Dgrammar_crt.h11 typedef unsigned char byte; typedef
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dusbdisk.S14 .byte 0x80, 0x01, 0x01, 0x00
15 .byte 0xeb, 0x3f, 0x20, 0x01
20 .byte 0x55, 0xaa
H A Dnbiprefix.S15 .byte 0x04 /* 16 bytes header, no vendor info */
16 .byte 0
17 .byte 0
18 .byte 0 /* No flags */
28 .byte 0x04 /* 16 bytes header, no vendor info */
29 .byte 0
30 .byte 0
31 .byte 0x04 /* Last segment */
H A Dlkrnprefix.S95 .byte SETUPSECS
117 /* Manually specify a two-byte jmp instruction here rather
119 .byte 0xeb
120 .byte setup_code - header
122 .byte 'H', 'd', 'r', 'S'
132 .byte 0
134 .byte 0
159 .byte 0
161 .byte 0, 0, 0
167 .byte
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/pid/
H A Dtst.badinstr.s35 .byte 0xff
36 .byte 0xff
/vbox/src/VBox/Devices/PC/ipxe/src/interface/linux/
H A Dlinux_entropy.c73 uint8_t byte; local
76 /* Read a single byte from entropy source */
77 len = linux_read ( entropy_fd, &byte, sizeof ( byte ) );
88 *noise = byte;
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/
H A Dvideo_subr.c65 static void vga_putc(int byte) argument
67 if (byte == '\n') {
71 } else if (byte == '\r') {
74 } else if (byte == '\b') {
77 } else if (byte == '\t') {
80 } else if (byte == '\a') {
85 vidmem[((video_col + (video_line *COLS)) * 2)] = byte;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DThunk16.S84 .byte 0x16 # push ss
85 .byte 0xe # push cs
86 .byte 0x66
89 .byte 0x66
91 .byte 0x66, 0x9c # pushfd actually
95 .byte 6 # push es
96 .byte 0x1e # push ds
97 .byte 0x66,0x60 # pushad
98 .byte 0x66,0xba # mov edx, imm32
119 .byte
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Ddebug.c80 uint8_t byte; local
97 byte = bytes[i];
98 if ( ( byte < 0x20 ) || ( byte >= 0x7f ) )
99 byte = '.';
100 dbg_printf ( "%c", byte );
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/
H A DInterruptTable.S45 .byte 0xcf
48 .byte 0xcf
51 .byte 0xcf
54 .byte 0xcf
57 .byte 0xcf
60 .byte 0xcf
63 .byte 0xcf
66 .byte 0xcf
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/
H A DInterruptTable.S48 .byte 0x0cf # IRET
51 .byte 0x0cf # IRET
54 .byte 0x0cf # IRET
57 .byte 0x0cf # IRET
60 .byte 0x0cf # IRET
63 .byte 0x0cf # IRET
66 .byte 0x0cf # IRET
69 .byte 0x0cf # IRET
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/Ia32/
H A DIdtVectorAsm.S32 .byte 0x6a # push #VectorNum
34 .byte 0
56 ; +---------------------+ <-- 16-byte aligned ensured by processor
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_entry.S33 .byte pxe_length /* StructLength */
34 .byte 0 /* StructCksum */
35 .byte 0 /* StructRev */
36 .byte 0 /* reserved_1 */
42 .byte 0 /* reserved_2 */
43 .byte SegDescCnt /* SegDescCnt */
72 .byte pxenv_length /* Length */
73 .byte 0 /* Checksum */
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/
H A DS3Asm.S31 .byte 0x0b8, 0x30, 0 # mov ax, 30h as selector
39 .byte 0x66
43 .byte 0x66
49 .byte 0x0ea # jmp far jmp_addr
59 .byte 0x8d, 0x05 # lea eax, AsmTransferControl16
69 .byte 0xb8,0x30,0 # mov ax, 30h as selector
76 .byte 0x66
77 .byte 0x83,0xe0,0xfe # and eax, 0fffffffeh ; Clear PE bit (bit #0)
78 .byte 0xf,0x22,0xc0 # mov cr0, eax ; Activate real mode
79 .byte
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A DVBoxBiosAlternative.asm1083 mov al, byte [es:si+002h] ; 26 8a 44 02
1084 add AL, strict byte 003h ; 04 03
1085 and AL, strict byte 0fch ; 24 fc
1108 mov al, byte [es:bx] ; 26 8a 07
1118 mov byte [es:si], bl ; 26 88 1c
1168 mov AH, strict byte 070h ; b4 70
1169 cmp AL, strict byte 080h ; 3c 80
1171 mov AH, strict byte 072h ; b4 72
1188 mov BL, strict byte 070h ; b3 70
1189 cmp AL, strict byte 08
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DThunk16.S34 .byte 0x66
44 .byte 0x66, 0xba # mov edx, imm32
60 .byte 0x67, 0x66, 0x8d, 0x6c, 0x24, 0x34, 0x66
65 .byte 0x66, 0xb8 # mov eax, imm32
69 .byte 0x66, 0xb8 # mov eax, imm32
72 .byte 0xb8 # mov ax, imm16
75 .byte 0x66, 0xbc # mov esp, imm32
77 .byte 0x66
98 .byte 0x66
102 .byte
[all...]
H A DARShiftU64.c39 mov cl, byte ptr [Count]
H A DLShiftU64.c39 mov cl, byte ptr [Count]
H A DRShiftU64.c39 mov cl, byte ptr [Count]
H A DEnablePaging64.S52 .byte 0x67, 0x48 # 32-bit address size, 64-bit operand size
54 .byte 0x67, 0x48
56 .byte 0x67, 0x48
58 .byte 0x67, 0x48
60 .byte 0x48
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bitbash/
H A Di2c_bit.c137 * Send byte via I2C bus and check for acknowledgement
140 * @v byte Byte to send
143 * Sends a byte via the I2C bus and checks for an acknowledgement from
146 static int i2c_send_byte ( struct bit_basher *basher, uint8_t byte ) {
150 /* Send byte */
151 DBG2 ( "[send %02x]", byte );
153 i2c_send_bit ( basher, byte & 0x80 );
154 byte <<= 1;
165 * Receive byte via I2C bus
168 * @ret byte Receive
173 uint8_t byte = 0; local
202 unsigned int byte; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_AIX.s85 .byte 0x00 # VERSION=0
86 .byte 0x00 # LANG=TB_C
87 .byte 0x20 # IS_GL=0,IS_EPROL=0,HAS_TBOFF=1
90 .byte 0x40 # INT_HNDL=0,NAME_PRESENT=1
93 .byte 0x80 # STORES_BC=1,FPR_SAVED=0
94 .byte 0x00 # GPR_SAVED=0
95 .byte 0x02 # FIXEDPARMS=2
96 .byte 0x01 # FLOATPARMS=0,PARMSONSTK=1
100 .byte "longjmp"
101 .byte
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/
H A DS3Asm.S39 .byte 0xb8,0x30,0 # mov ax, 30h as selector
46 .byte 0x66
47 .byte 0x83,0xe0,0xfe # and eax, 0fffffffeh ; Clear PE bit (bit #0)
48 .byte 0xf,0x22,0xc0 # mov cr0, eax ; Activate real mode
49 .byte 0xea # jmp far @jmp_addr

Completed in 48 milliseconds

123456789