HomeSort by: relevance | last modified time | path
    Searched refs:uint8 (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_dx.h 70 typedef uint8 SVGA3dColorWriteEnable;
74 typedef uint8 SVGA3dDepthWriteMask;
89 typedef uint8 SVGA3dCullMode;
102 typedef uint8 SVGA3dComparisonFunc;
114 typedef uint8 SVGA3dMultisampleRastEnable;
406 #define SVGADX_QDSTATE_INVALID ((uint8)-1) /* Query has no state */
413 typedef uint8 SVGADXQueryDeviceState;
1039 typedef uint8 SVGA3DCreateDSViewFlags;
1051 uint8 pad0;
1070 uint8 pad0
    [all...]
vm_basic_types.h 13 typedef u8 uint8; typedef in typeref:typename:u8
svga_types.h 37 typedef u8 uint8; typedef in typeref:typename:u8
svga3d_cmd.h 779 uint8 primitiveType; /* SVGA3dPrimitiveType */
780 uint8 padding[3];
790 uint8 primitiveType; /* SVGA3dPrimitiveType */
797 uint8 indexBufferStride; /* Allowable values = 1, 2, or 4 */
819 uint8 stream;
820 uint8 type; /* SVGA3dDeclType */
821 uint8 method; /* SVGA3dDeclMethod */
822 uint8 usage; /* SVGA3dDeclUsage */
823 uint8 usageIndex;
824 uint8 padding
    [all...]
svga3d_types.h 50 typedef uint8 SVGABool8; /* 8-bit Bool definition */
1437 SVGA3D_QUERYTYPE_INVALID = ((uint8)-1),
1460 typedef uint8 SVGA3dQueryTypeUint8;
1609 uint8 type; /* SVGA3dFogType */
1610 uint8 base; /* SVGA3dFogBase */
  /src/regress/lib/libc/ieeefp/testfloat/include/
writeHex.h 73 void writeHex_float_flags( uint8, FILE * );
milieu.h 87 integers of at least as many bits as specified. For example, `uint8' should
90 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
95 typedef unsigned int uint8; typedef in typeref:typename:unsigned int
testFunction.h 166 void testFunction( uint8, int8, int8 );
  /src/lib/libc/arch/aarch64/softfloat/
aarch64-gcc.h 27 integers of at least as many bits as specified. For example, `uint8' should
30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
35 typedef int uint8; typedef in typeref:typename:int
  /src/lib/libc/arch/m68k/softfloat/
m68k-gcc.h 27 integers of at least as many bits as specified. For example, `uint8' should
30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
35 typedef int uint8; typedef in typeref:typename:int
  /src/lib/libc/arch/mips/softfloat/
mips-gcc.h 25 integers of at least as many bits as specified. For example, `uint8' should
28 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
33 typedef int uint8; typedef in typeref:typename:int
  /src/lib/libc/arch/or1k/softfloat/
or1k-gcc.h 27 integers of at least as many bits as specified. For example, `uint8' should
30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
35 typedef int uint8; typedef in typeref:typename:int
  /src/lib/libc/arch/powerpc/softfloat/
powerpc-gcc.h 27 integers of at least as many bits as specified. For example, `uint8' should
30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
35 typedef int uint8; typedef in typeref:typename:int
  /src/lib/libc/arch/sh3/softfloat/
sh3-gcc.h 27 integers of at least as many bits as specified. For example, `uint8' should
30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
35 typedef unsigned char uint8; typedef in typeref:typename:unsigned char
  /src/lib/libc/arch/sparc64/softfloat/
sparc64-gcc.h 27 integers of at least as many bits as specified. For example, `uint8' should
30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
35 typedef int uint8; typedef in typeref:typename:int
  /src/lib/libc/arch/arm/softfloat/
arm-gcc.h 25 integers of at least as many bits as specified. For example, `uint8' should
28 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
33 typedef int uint8; typedef in typeref:typename:int
  /src/sys/lib/libkern/
milieu.h 86 | integers of at least as many bits as specified. For example, `uint8' should
89 | implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
93 typedef unsigned int uint8; typedef in typeref:typename:unsigned int
  /src/sys/dev/stbi/
stb_image.c 26 1.27 (2010-08-01) cast-to-uint8 to fix warnings (Laurent Gomila)
40 1.21 fix use of 'uint8' in header (reported by jon blow)
467 typedef unsigned char uint8; typedef in typeref:typename:unsigned char
828 uint8 buffer_start[128];
831 uint8 const *img_buffer, *img_buffer_end;
845 static void start_mem(stbi *s, uint8 const *buffer, int len)
851 s->img_buffer = (uint8 const *) buffer;
852 s->img_buffer_end = (uint8 const *) buffer+len;
898 __forceinline static uint8 get8u(stbi *s)
900 return (uint8) get8(s)
    [all...]
  /src/regress/lib/libc/ieeefp/testfloat/
testLoops.c 267 flag trueZ, uint8 trueFlags, flag testZ, uint8 testFlags )
287 int32 trueZ, uint8 trueFlags, int32 testZ, uint8 testFlags )
309 int64 trueZ, uint8 trueFlags, int64 testZ, uint8 testFlags )
331 float32 trueZ, uint8 trueFlags, float32 testZ, uint8 testFlags )
351 float64 trueZ, uint8 trueFlags, float64 testZ, uint8 testFlags
    [all...]
testFunction.c 605 uint8 functionCode, int8 roundingPrecision, int8 roundingMode )
607 uint8 roundingCode;
1144 uint8 functionCode, int8 roundingPrecisionIn, int8 roundingModeIn )
testfloat.c 89 uint8 functionCode;
writeHex.c 205 void writeHex_float_flags( uint8 flags, FILE *stream )
  /src/common/lib/libprop/
prop_dictionary_util.c 105 TEMPLATE(uint8, uint8_t)
159 UTEMPLATE(uint8, uint8_t)
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
physdev.h 112 XEN_GUEST_HANDLE(uint8) bitmap;
xen.h 936 __DEFINE_XEN_GUEST_HANDLE(uint8, uint8_t);
989 XEN_GUEST_HANDLE_64(uint8) bitmap;

Completed in 31 milliseconds

1 2