/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));
|
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));
|
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));
|
/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;
|
types.h | 23 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char 29 typedef uint8_t u_int8_t;
|
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
|
stdint.h | 44 typedef __uint8_t uint8_t; typedef in typeref:typename:__uint8_t
|
stdint.h | 44 typedef __uint8_t uint8_t; typedef in typeref:typename:__uint8_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))
|
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))
|
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;
|
efibind.h | 30 typedef unsigned char uint8_t; typedef in typeref:typename:unsigned char 57 typedef uint8_t UINT8;
|
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;
|
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;
|
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;
|
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;
|
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...] |
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...] |