/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga3d_dx.h | 68 typedef uint8 SVGA3dColorWriteEnable; 72 typedef uint8 SVGA3dDepthWriteMask; 87 typedef uint8 SVGA3dCullMode; 100 typedef uint8 SVGA3dComparisonFunc; 112 typedef uint8 SVGA3dMultisampleRastEnable; 491 #define SVGADX_QDSTATE_INVALID ((uint8)-1) /* Query has no state */ 498 typedef uint8 SVGADXQueryDeviceState; 1163 typedef uint8 SVGA3DCreateDSViewFlags; 1175 uint8 pad0; 1194 uint8 pad [all...] |
H A D | svga3d_cmd.h | 826 uint8 primitiveType; /* SVGA3dPrimitiveType */ 827 uint8 padding[3]; 837 uint8 primitiveType; /* SVGA3dPrimitiveType */ 844 uint8 indexBufferStride; /* Allowable values = 1, 2, or 4 */ 866 uint8 stream; 867 uint8 type; /* SVGA3dDeclType */ 868 uint8 method; /* SVGA3dDeclMethod */ 869 uint8 usage; /* SVGA3dDeclUsage */ 870 uint8 usageIndex; 871 uint8 paddin [all...] |
H A D | vm_basic_types.h | 11 typedef u8 uint8; typedef
|
H A D | svga_types.h | 35 typedef u8 uint8; typedef
|
H A D | svga3d_types.h | 48 typedef uint8 SVGABool8; /* 8-bit Bool definition */ 1675 SVGA3D_QUERYTYPE_INVALID = ((uint8)-1), 1697 typedef uint8 SVGA3dQueryTypeUint8; 1851 uint8 type; // SVGA3dFogType 1852 uint8 base; // SVGA3dFogBase
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga3d_dx.h | 55 typedef uint8 SVGA3dColorWriteEnable; 59 typedef uint8 SVGA3dDepthWriteMask; 74 typedef uint8 SVGA3dCullMode; 87 typedef uint8 SVGA3dComparisonFunc; 94 typedef uint8 SVGA3dMultisampleRastEnable; 416 #define SVGADX_QDSTATE_INVALID ((uint8)-1) 423 typedef uint8 SVGADXQueryDeviceState; 598 uint8 readback; 599 uint8 unsynchronized; 600 uint8 mustBeZer [all...] |
H A D | svga3d_surfacedefs.h | 284 uint8 blue; 285 uint8 w_bump; 286 uint8 l_bump; 287 uint8 uv_video; 288 uint8 u_video; 291 uint8 green; 292 uint8 stencil; 293 uint8 v_bump; 294 uint8 v_video; 297 uint8 re [all...] |
H A D | svga3d_cmd.h | 582 uint8 primitiveType; 583 uint8 padding[3]; 591 uint8 primitiveType; 596 uint8 indexBufferStride; 609 uint8 stream; 610 uint8 type; 611 uint8 method; 612 uint8 usage; 613 uint8 usageIndex; 614 uint8 paddin [all...] |
H A D | svga3d_types.h | 53 typedef uint8 SVGABool8; 1293 SVGA3D_QUERYTYPE_INVALID = ((uint8)-1), 1315 typedef uint8 SVGA3dQueryTypeUint8; 1439 uint8 type; 1440 uint8 base;
|
H A D | vm_basic_types.h | 38 typedef u8 uint8; typedef
|
/kernel/linux/common_modules/newip/tools/ |
H A D | wireshark_cfg_for_newip.lua | 30 ·type包括:uint8, uint16, uint24, uint32, uint64, framenum, float, double, string, stringz, bytes, bool, ipv4, ipv6, ether,oid, guid
41 local _ttl = ProtoField.uint8 (nip_proto_name .. ".ttl", "ttl ( 1 Byte)", base.DEC)
43 local _nexthdr = ProtoField.uint8 (nip_proto_name .. ".nexthdr", "nexthdr ( 1 Byte)", base.DEC)
46 local _hdr_len = ProtoField.uint8 (nip_proto_name .. ".hdr_len", "hdr_len ( 1 Byte)", base.DEC)
75 local _bitmap1 = ProtoField.uint8(bitmap1_name .. ".bitmap1", "bitmap1", base.HEX)
76 local _pkt_hdr_type = ProtoField.uint8(bitmap1_name .. ".pkt_hdr_type", "pkt_hdr_type ", base.DEC, Payload_type, 0x80) --_bitmap1的8bit
77 local _include_ttl = ProtoField.uint8(bitmap1_name .. ".include_ttl", "include_ttl ", base.DEC, Payload_type, 0x40) --_bitmap1的7bit
78 local _include_total_len = ProtoField.uint8(bitmap1_name .. ".include_total_len", "include_total_len", base.DEC, Payload_type, 0x20) --_bitmap1的6bit
79 local _include_nexthdr = ProtoField.uint8(bitmap1_name .. ".include_nexthdr", "include_nexthdr ", base.DEC, Payload_type, 0x10) --_bitmap1的5bit
80 local _include_reserve1 = ProtoField.uint8(bitmap1_nam [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | au1200fb.h | 35 #define uint8 unsigned char macro 81 volatile uint8 cursorpattern[256];
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | au1200fb.h | 35 #define uint8 unsigned char macro 81 volatile uint8 cursorpattern[256];
|
/kernel/linux/linux-5.10/arch/arm/nwfpe/ |
H A D | ARM-gcc.h | 13 integers of at least as many bits as specified. For example, `uint8' should 16 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 21 typedef unsigned char uint8; typedef
|
/kernel/linux/linux-6.6/arch/arm/nwfpe/ |
H A D | ARM-gcc.h | 13 integers of at least as many bits as specified. For example, `uint8' should 16 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 21 typedef unsigned char uint8; typedef
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx.h | 246 CVMX_BUILD_WRITE64(uint8, "sb"); 262 CVMX_BUILD_READ64(uint8, "lbu");
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx.h | 246 CVMX_BUILD_WRITE64(uint8, "sb"); 262 CVMX_BUILD_READ64(uint8, "lbu");
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/ |
H A D | softfloat.c | 45 typedef unsigned char uint8; typedef
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/ |
H A D | softfloat.c | 45 typedef unsigned char uint8; typedef
|