HomeSort by: relevance | last modified time | path
    Searched defs:UINT8 (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efibind.h 38 typedef uint8_t UINT8;
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 89 typedef unsigned int UINT8 __attribute__ ((mode (QI)));
bid_functions.h 35 typedef unsigned char UINT8;
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 76 typedef unsigned int UINT8 __attribute__ ((mode (QI)));
bid_functions.h 35 typedef unsigned char UINT8;
  /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h 57 typedef uint8_t UINT8;
  /src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h 65 typedef uint8_t UINT8;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h 107 typedef uint8_t UINT8;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h 89 typedef uint8_t UINT8;
112 #define PORT_TO_MEM8D(_Port) (*(UINT8 *)(PORT_TO_MEMD(_Port)))
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h 57 typedef uint8_t UINT8;
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h 118 typedef uint8_t UINT8;
  /src/usr.bin/rump_dhcpclient/
dhcp.c 39 #define UINT8 (1 << 1)
92 { 19, UINT8, "ip_forwarding" },
93 { 20, UINT8, "non_local_source_routing" },
100 { 27, UINT8, "all_subnets_local" },
102 { 29, UINT8, "perform_mask_discovery" },
103 { 30, UINT8, "mask_supplier" },
104 { 31, UINT8, "router_discovery" },
106 { 34, UINT8, "trailer_encapsulation" },
109 { 37, UINT8, "default_tcp_ttl" },
111 { 39, UINT8, "tcp_keepalive_garbage" }
    [all...]
  /src/crypto/external/bsd/openssh/dist/
umac.c 91 typedef u_int8_t UINT8; /* 1 byte */
171 typedef UINT8 aes_int_key[AES_ROUNDS+1][4][4]; /* AES internal */
185 static void kdf(void *buffer_ptr, aes_int_key key, UINT8 ndx, int nbytes)
187 UINT8 in_buf[AES_BLOCK_LEN] = {0};
188 UINT8 out_buf[AES_BLOCK_LEN];
189 UINT8 *dst_buf = (UINT8 *)buffer_ptr;
218 UINT8 cache[AES_BLOCK_LEN]; /* Previous AES output is saved */
219 UINT8 nonce[AES_BLOCK_LEN]; /* The AES input making above cache */
225 UINT8 buf[UMAC_KEY_LEN]
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 64 #define ACPI_UINT8_MAX (UINT8) (~((UINT8) 0)) /* 0xFF */
81 * UINT8 8-bit (1 byte) unsigned value
128 typedef unsigned char UINT8;
527 #define ACPI_LOBYTE(Integer) ((UINT8) (UINT16)(Integer))
528 #define ACPI_HIBYTE(Integer) ((UINT8) (((UINT16)(Integer)) >> 8))
551 #define ACPI_ADD_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (UINT8, (a)) + (ACPI_SIZE)(b)))
552 #define ACPI_SUB_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (UINT8, (a)) - (ACPI_SIZE)(b)))
553 #define ACPI_PTR_DIFF(a, b) ((ACPI_SIZE) (ACPI_CAST_PTR (UINT8, (a)) - ACPI_CAST_PTR (UINT8, (b)))
    [all...]

Completed in 167 milliseconds