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

  /src/tests/usr.bin/xlint/lint1/
msg_129.c 8 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
25 uint8_buffer_write_uint32(uint8_t *c, uint32_t l)
27 (*(c++) = (uint8_t)(l & 0xff),
28 *(c++) = (uint8_t)((l >> 8L) & 0xff),
29 *(c++) = (uint8_t)((l >> 16L) & 0xff),
30 *(c++) = (uint8_t)((l >> 24L) & 0xff));
expr_sizeof.c 221 typedef unsigned char uint8_t; typedef in function:sequence_of_structs
msg_247.c 234 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
239 typedef uint8_t sa_family_t;
242 uint8_t sa_len;
252 uint8_t sin_len;
256 uint8_t sin_zero[8];
260 uint8_t sin6_len;
265 uint8_t u6_addr8[16];
  /src/sys/arch/hpc/stand/include/machine/
types.h 23 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
29 typedef uint8_t u_int8_t;
  /src/sys/sys/
stdint.h 44 typedef __uint8_t uint8_t; typedef in typeref:typename:__uint8_t
types.h 59 typedef __uint8_t uint8_t; typedef in typeref:typename:__uint8_t
93 typedef uint8_t u_int8_t;
  /src/sys/arch/dreamcast/dev/microcode/
aica_arm.c 29 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
38 (*(volatile uint8_t *)(DC_REG_ADDR + (off)))
44 ((*(volatile uint8_t *)(DC_REG_ADDR + (off))) = (val))
  /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h 30 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
57 typedef uint8_t UINT8;
  /src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h 30 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
65 typedef uint8_t UINT8;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h 44 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
53 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
65 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
77 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
107 typedef uint8_t UINT8;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h 42 typedef unsigned __int8 uint8_t; typedef in typeref:typename:unsigned __int8
53 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
64 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
89 typedef uint8_t UINT8;
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h 32 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
57 typedef uint8_t UINT8;
  /src/sys/arch/next68k/next68k/
nextrom.c 115 uint8_t rom_enetaddr[6];
116 uint8_t rom_boot_dev[20];
117 uint8_t rom_boot_arg[20];
118 uint8_t rom_boot_info[20];
119 uint8_t rom_boot_file[20];
120 uint8_t rom_bootfile[MG_boot_how - MG_bootfile];
123 uint8_t *rom_return_sp;
125 uint8_t rom_image[0x2000];
148 RELOC(rom_return_sp, uint8_t *) = args[0];
393 RELOC(rom_enetaddr[j], uint8_t)
417 if (MONRELOC(uint8_t *, MG_boot_dev)[j] == '\\0') local in function:next68k_bootargs
427 if (MONRELOC(uint8_t *, MG_boot_arg)[j] == '\\0') local in function:next68k_bootargs
437 if (MONRELOC(uint8_t *, MG_boot_info)[j] == '\\0') local in function:next68k_bootargs
447 if (MONRELOC(uint8_t *, MG_boot_file)[j] == '\\0') local in function:next68k_bootargs
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
GCDAProfiling.c 53 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
60 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
352 uint32_t func_checksum, uint8_t use_extra_checksum,
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h 55 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
64 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
76 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
88 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
118 typedef uint8_t UINT8;
  /src/sys/dev/ic/
i82557reg.h 83 * volatile uint8_t :2,
160 uint8_t macaddr[6];
190 /*0*/ volatile uint8_t __FXP_BITFIELD2(byte_count:6, :2);
191 /*1*/ volatile uint8_t __FXP_BITFIELD3(rx_fifo_limit:4,
194 /*2*/ volatile uint8_t adaptive_ifs;
195 /*3*/ volatile uint8_t __FXP_BITFIELD5(mwi_enable:1, /* 8,9 */
200 /*4*/ volatile uint8_t __FXP_BITFIELD2(rx_dma_bytecount:7,
202 /*5*/ volatile uint8_t __FXP_BITFIELD2(tx_dma_bytecount:7,
204 /*6*/ volatile uint8_t __FXP_BITFIELD8(late_scb:1, /* 7 */
212 /*7*/ volatile uint8_t __FXP_BITFIELD6(disc_short_rx:1
236 \/*13*\/ volatile uint8_t :8; member in struct:fxp_cb_config
237 \/*14*\/ volatile uint8_t :8; member in struct:fxp_cb_config
    [all...]
  /src/sys/netinet/
in.h 46 typedef __uint8_t uint8_t; typedef in typeref:typename:__uint8_t
247 uint8_t sin_len;
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 161 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atomfirmware.h 54 #ifndef uint8_t
55 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char
230 uint8_t format_revision; //mainly used for a hw function, when the parser is not backward compatible
231 uint8_t content_revision; //change it when a data table has a structure change, or a hw function has a input/output parameter change
240 uint8_t atom_bios_string[4]; //enum atom_string_def atom_bios_string; //Signature to distinguish between Atombios and non-atombios,
443 uint8_t h_border;
444 uint8_t v_border;
446 uint8_t atom_mode_id;
447 uint8_t refreshrate;
486 uint8_t mem_module_id;
    [all...]

Completed in 49 milliseconds