Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 200) sorted by relevance

12345678

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_hdcp_gsc.c31 ssize_t byte; in gsc_hdcp_initiate_session() local
92 ssize_t byte; in gsc_hdcp_verify_receiver_cert_prepare_km() local
159 ssize_t byte; in gsc_hdcp_verify_hprime() local
211 ssize_t byte; in gsc_hdcp_store_pairing_info() local
266 ssize_t byte; in gsc_hdcp_initiate_locality_check() local
316 ssize_t byte; in gsc_hdcp_verify_lprime() local
370 ssize_t byte; in gsc_hdcp_get_session_key() local
426 ssize_t byte; in gsc_hdcp_repeater_check_flow_prepare_ack() local
491 ssize_t byte; in gsc_hdcp_verify_mprime() local
557 ssize_t byte; in gsc_hdcp_enable_authentication() local
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_leb128.h21 u8 byte = value & 0x7f; in EncodeSLEB128() local
39 u8 byte; in DecodeSLEB128() local
57 u8 byte = value & 0x7f; in EncodeULEB128() local
72 u8 byte; in DecodeULEB128() local
/openbsd/usr.sbin/vmd/
H A Dx86_mmio.c137 peek_byte(struct x86_decode_state *state, uint8_t *byte) in peek_byte()
169 next_byte(struct x86_decode_state *state, uint8_t *byte) in next_byte()
417 uint8_t byte; in decode_prefix() local
475 uint8_t byte = 0; in decode_modrm() local
652 uint8_t byte, byte2; in decode_opcode() local
707 uint8_t byte; in decode_sib() local
951 uint8_t byte, len, src = 1, dst = 2; in emulate_movzx() local
/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Ddc_hdmi_types.h75 uint8_t byte[2]; member
86 uint8_t byte; member
97 uint8_t byte[11]; member
117 uint8_t byte[3]; member
126 uint8_t byte; member
/openbsd/gnu/llvm/lldb/source/Utility/
H A DStream.cpp247 for (size_t byte = 0; byte < sizeof(uvalue); ++byte) in PutHex16() local
250 for (size_t byte = sizeof(uvalue) - 1; byte < sizeof(uvalue); --byte) in PutHex16() local
263 for (size_t byte = 0; byte < sizeof(uvalue); ++byte) in PutHex32() local
266 for (size_t byte = sizeof(uvalue) - 1; byte < sizeof(uvalue); --byte) in PutHex32() local
279 for (size_t byte = 0; byte < sizeof(uvalue); ++byte) in PutHex64() local
282 for (size_t byte = sizeof(uvalue) - 1; byte < sizeof(uvalue); --byte) in PutHex64() local
/openbsd/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go749 …tx *C.EVP_CIPHER_CTX, doEncrypt int, key []byte, keyLen int, iv []byte, ivLen int, in []byte, inLe…
845 …Encrypt int, key []byte, keyLen int, iv []byte, ivLen int, aad []byte, aadLen int, in []byte, inLe…
1107 …pen(ctx *C.EVP_AEAD_CTX, iv []byte, ivLen int, aad []byte, aadLen int, msg []byte, msgLen int, ct …
1150 …eal(ctx *C.EVP_AEAD_CTX, iv []byte, ivLen int, aad []byte, aadLen int, msg []byte, msgLen int, ct …
2127 func runKWTestWrap(keySize int, key []byte, keyLen int, msg []byte, msgLen int, ct []byte, ctLen in…
2155 func runKWTestUnWrap(keySize int, key []byte, keyLen int, msg []byte, msgLen int, ct []byte, ctLen …
/openbsd/sys/arch/amd64/amd64/
H A Di8259.c145 u_int8_t byte; in i8259_hwmask() local
165 u_int8_t byte; in i8259_hwunmask() local
H A Ddb_disasm.c864 #define f_mod(byte) ((byte)>>6) argument
865 #define f_reg(byte, rex) ((((byte)>>3)&0x7) + REX_R(rex)) argument
866 #define f_rm(byte, rex) (((byte)&0x7) + REX_B(rex)) argument
868 #define sib_ss(byte) ((byte)>>6) argument
869 #define sib_index(byte, rex) ((((byte)>>3)&0x7) + REX_X(rex)) argument
870 #define sib_base(byte, rex) (((byte)&0x7) + REX_B(rex)) argument
/openbsd/sys/arch/i386/i386/
H A Ddb_disasm.c829 #define f_mod(byte) ((byte)>>6) argument
830 #define f_reg(byte) (((byte)>>3)&0x7) argument
831 #define f_rm(byte) ((byte)&0x7) argument
833 #define sib_ss(byte) ((byte)>>6) argument
834 #define sib_index(byte) (((byte)>>3)&0x7) argument
835 #define sib_base(byte) ((byte)&0x7) argument
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarf2asm.c288 int size = 0, byte; local
307 int size = 0, byte; local
533 int byte = (work & 0x7f); in dw2_asm_output_data_uleb128() local
589 int more, byte; in dw2_asm_output_data_sleb128() local
H A Dunwind-pe.h124 unsigned char byte; in read_uleb128() local
146 unsigned char byte; in read_sleb128() local
H A Dra.c192 unsigned char byte = rs & 0xFF; local
205 unsigned char byte = elt & 0xFF; local
515 unsigned char byte = ((unsigned) i) & 0xFF; in init_ra() local
/openbsd/regress/lib/libcrypto/c2sp/
H A Dcctv.go96 func (f *Flags) UnmarshalJSON(b []byte) error {
128 func evpEd25519Verify(pubkey, msg, sig []byte) bool {
/openbsd/usr.sbin/nsd/
H A Dradtree.c144 uint8_t byte; in radix_find_prefix_node() local
207 radnode_array_space(struct region* region, struct radnode* n, uint8_t byte) in radnode_array_space()
553 uint8_t byte; in radix_insert() local
829 uint8_t byte; in radix_search() local
868 uint8_t byte; in radix_find_less_equal() local
1200 uint8_t byte; in radname_search() local
1285 uint8_t byte; in radname_find_less_equal() local
/openbsd/sys/dev/
H A Dmidivar.h48 #define MIDIBUF_WRITE(buf, byte) \ argument
53 #define MIDIBUF_READ(buf, byte) \ argument
/openbsd/gnu/gcc/gcc/
H A Ddwarf2asm.c311 int size = 0, byte; in size_of_sleb128() local
535 int byte = (work & 0x7f); in dw2_asm_output_data_uleb128() local
590 int more, byte; in dw2_asm_output_data_sleb128() local
H A Dunwind-pe.h136 unsigned char byte; in read_uleb128() local
158 unsigned char byte; in read_sleb128() local
/openbsd/sys/lib/libsa/
H A Dhexdump.c26 int byte; in hexdump() local
/openbsd/gnu/usr.bin/texinfo/info/
H A Ddribble.c64 dribble (unsigned char byte) in dribble()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dsysdump.c152 int byte = *idx / 8; in getBARRAY() local
168 int byte = *idx / 8; in getINT() local
203 int byte = *idx / 8; in getBITS() local
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dsysdump.c145 int byte = *idx / 8; in getBARRAY() local
161 int byte = *idx / 8; in getINT() local
196 int byte = *idx / 8; in getBITS() local
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp182 uint8_t byte; in Get_ULEB128() local
208 uint8_t byte = 0; in Get_SLEB128() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990531-1.c5 unsigned char byte[4]; in bad() member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarf2expr.c148 unsigned char byte; in read_uleb128() local
174 unsigned char byte; in read_sleb128() local
/openbsd/usr.bin/cmp/
H A Dspecial.c46 off_t byte, line; in c_special() local

12345678