/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_hdcp_gsc.c | 31 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 D | sanitizer_leb128.h | 21 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 D | x86_mmio.c | 137 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 D | dc_hdmi_types.h | 75 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 D | Stream.cpp | 247 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 D | wycheproof.go | 749 …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 D | i8259.c | 145 u_int8_t byte; in i8259_hwmask() local 165 u_int8_t byte; in i8259_hwunmask() local
|
H A D | db_disasm.c | 864 #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 D | db_disasm.c | 829 #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 D | dwarf2asm.c | 288 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 D | unwind-pe.h | 124 unsigned char byte; in read_uleb128() local 146 unsigned char byte; in read_sleb128() local
|
H A D | ra.c | 192 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 D | cctv.go | 96 func (f *Flags) UnmarshalJSON(b []byte) error { 128 func evpEd25519Verify(pubkey, msg, sig []byte) bool {
|
/openbsd/usr.sbin/nsd/ |
H A D | radtree.c | 144 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 D | midivar.h | 48 #define MIDIBUF_WRITE(buf, byte) \ argument 53 #define MIDIBUF_READ(buf, byte) \ argument
|
/openbsd/gnu/gcc/gcc/ |
H A D | dwarf2asm.c | 311 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 D | unwind-pe.h | 136 unsigned char byte; in read_uleb128() local 158 unsigned char byte; in read_sleb128() local
|
/openbsd/sys/lib/libsa/ |
H A D | hexdump.c | 26 int byte; in hexdump() local
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | dribble.c | 64 dribble (unsigned char byte) in dribble()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | sysdump.c | 152 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 D | sysdump.c | 145 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 D | DNBDataRef.cpp | 182 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 D | 990531-1.c | 5 unsigned char byte[4]; in bad() member
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dwarf2expr.c | 148 unsigned char byte; in read_uleb128() local 174 unsigned char byte; in read_sleb128() local
|
/openbsd/usr.bin/cmp/ |
H A D | special.c | 46 off_t byte, line; in c_special() local
|