Searched defs:uint16_t (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | stdint.h | 60 #ifndef uint16_t 61 typedef __uint16_t uint16_t; typedef 62 #define uint16_t __uint16_t macro
|
H A D | types.h | 72 #ifndef uint16_t 73 typedef __uint16_t uint16_t; typedef 74 #define uint16_t __uint16_t macro 98 typedef uint16_t u_int16_t;
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/bits/ |
H A D | stdint.h | 11 typedef unsigned short uint16_t; typedef
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/include/bits/ |
H A D | stdint.h | 9 typedef unsigned short uint16_t; typedef
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/ |
H A D | dtrace_asm.s | 198 volatile uint16_t *flags) 328 uint16_t label
|
/vbox/include/iprt/ |
H A D | stdint.h | 111 typedef unsigned short uint16_t; typedef
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTInlineAsm.cpp | 644 DECLINLINE(void) tstASMAtomicXchgU16Worker(uint16_t volatile *pu16) 648 CHECKOP(ASMAtomicXchgU16(pu16, 1), 0, "%#x", uint16_t); local 651 CHECKOP(ASMAtomicXchgU16(pu16, 0), 1, "%#x", uint16_t); local 654 CHECKOP(ASMAtomicXchgU16(pu16, 0xffff), 0, "%#x", uint16_t); local 657 CHECKOP(ASMAtomicXchgU16(pu16, 0x8765), 0xffff, "%#x", uint16_t); local 664 DO_SIMPLE_TEST(ASMAtomicXchgU16, uint16_t); 1562 uint16_t u16In = UINT16_C(0x0011); 1563 uint16_t u16Out = ASMByteSwapU16(u16In); 1577 u16In = ~(uint16_t)0; 1590 static uint16_t volatil [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | myri10ge_mcp.h | 34 typedef unsigned short uint16_t; typedef 49 uint16_t checksum; 50 uint16_t length; 61 uint16_t checksum; 62 uint16_t length; 126 uint16_t pseudo_hdr_offset; 127 uint16_t cum_len; 138 uint16_t pseudo_hdr_offset; 139 uint16_t length;
|
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/ |
H A D | pixman.h | 83 typedef unsigned __int16 uint16_t; typedef 135 uint16_t red; 136 uint16_t green; 137 uint16_t blue; 138 uint16_t alpha; 359 uint16_t width, height; 775 uint16_t width, 776 uint16_t height); 787 uint16_t width, 788 uint16_t heigh [all...] |
Completed in 60 milliseconds