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

  /src/sys/arch/hpc/stand/include/machine/
types.h 24 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
30 typedef uint16_t u_int16_t;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interface.cc 23 typedef u16 uint16_t; typedef in typeref:typename:u16
  /src/sys/sys/
stdint.h 54 typedef __uint16_t uint16_t; typedef in typeref:typename:__uint16_t
types.h 69 typedef __uint16_t uint16_t; typedef in typeref:typename:__uint16_t
94 typedef uint16_t u_int16_t;
  /src/sys/arch/dreamcast/dev/microcode/
aica_arm.c 30 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
40 (*(volatile uint16_t *)(DC_REG_ADDR + (off)))
46 ((*(volatile uint16_t *)(DC_REG_ADDR + (off))) = (val))
  /src/tests/usr.bin/xlint/lint1/
gcc_attribute_aligned.c 10 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
20 uint16_t fa_seg;
21 uint16_t fa_opcode;
31 uint16_t f87_exp_sign;
42 uint16_t s87_cw __attribute__((aligned(4)));
43 uint16_t s87_sw __attribute__((aligned(4)));
44 uint16_t s87_tw __attribute__((aligned(4)));
expr_sizeof.c 222 typedef unsigned short uint16_t; typedef in function:sequence_of_structs
230 uint16_t fa_seg;
231 uint16_t fa_opcode;
237 uint16_t f87_exp_sign;
248 uint16_t s87_cw _Alignas(4);
249 uint16_t s87_sw _Alignas(4);
250 uint16_t s87_tw _Alignas(4);
msg_247.c 235 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
238 typedef uint16_t in_port_t;
266 uint16_t u6_addr16[8];
  /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h 28 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
55 typedef uint16_t UINT16;
  /src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h 28 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
63 typedef uint16_t UINT16;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h 42 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
51 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
63 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
75 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
105 typedef uint16_t UINT16;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h 40 typedef unsigned __int16 uint16_t; typedef in typeref:typename:unsigned __int16
51 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
62 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
87 typedef uint16_t UINT16;
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h 30 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
55 typedef uint16_t UINT16;
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h 53 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
62 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
74 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
86 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
116 typedef uint16_t UINT16;
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 162 typedef unsigned short int uint16_t; typedef in typeref:typename:unsigned short int
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atomfirmware.h 50 #ifndef uint16_t
51 typedef unsigned short uint16_t; typedef in typeref:typename:unsigned short
229 uint16_t structuresize;
241 uint16_t bios_segment_address;
242 uint16_t protectedmodeoffset;
243 uint16_t configfilenameoffset;
244 uint16_t crc_block_offset;
245 uint16_t vbios_bootupmessageoffset;
246 uint16_t int10_offset;
247 uint16_t pcibusdevinitcode
    [all...]

Completed in 22 milliseconds