Home
last modified time | relevance | path

Searched refs:uint8 (Results 1 – 25 of 70) sorted by relevance

123

/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
H A Dsvga3d_dx.h70 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 …]
H A Dsvga3d_cmd.h779 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 …]
H A Dsvga3d_types.h50 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 */
H A Dvm_basic_types.h13 typedef u8 uint8; typedef
H A Dsvga_types.h37 typedef u8 uint8; typedef
/netbsd-src/sys/dev/stbi/
H A Dstb_image.c467 typedef unsigned char uint8; typedef
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) in start_mem()
851 s->img_buffer = (uint8 const *) buffer; in start_mem()
852 s->img_buffer_end = (uint8 const *) buffer+len; in start_mem()
898 __forceinline static uint8 get8u(stbi *s) in get8u()
900 return (uint8) get8(s); in get8u()
975 static uint8 compute_y(int r, int g, int b) in compute_y()
977 return (uint8) (((r*77) + (g*150) + (29*b)) >> 8); in compute_y()
[all …]
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dapple.h152 typedef unsigned char uint8; typedef
169 uint8 fdType[4]; /* File type [4]*/
170 uint8 fdCreator[4]; /* File creator [8]*/
187 uint8 fdType[4]; /* File type [4]*/
188 uint8 fdCreator[4]; /* File creator [8]*/
190 uint8 unknown1[22]; /* ignore [32] */
192 uint8 unknown2[4]; /* ignore [40] */
194 uint8 unknown3[8]; /* ignore [52] */
196 uint8 unknown4[456]; /* ignore [512] */
/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c267 flag trueZ, uint8 trueFlags, flag testZ, uint8 testFlags ) in writeOutputs_z_flag()
287 int32 trueZ, uint8 trueFlags, int32 testZ, uint8 testFlags ) in writeOutputs_z_int32()
309 int64 trueZ, uint8 trueFlags, int64 testZ, uint8 testFlags ) in writeOutputs_z_int64()
331 float32 trueZ, uint8 trueFlags, float32 testZ, uint8 testFlags ) in writeOutputs_z_float32()
351 float64 trueZ, uint8 trueFlags, float64 testZ, uint8 testFlags ) in writeOutputs_z_float64()
373 floatx80 trueZ, uint8 trueFlags, floatx80 testZ, uint8 testFlags ) in writeOutputs_z_floatx80()
397 float128 trueZ, uint8 trueFlags, float128 testZ, uint8 testFlags ) in writeOutputs_z_float128()
507 uint8 trueFlags, testFlags; in test_a_int32_z_float32()
558 uint8 trueFlags, testFlags; in test_a_int32_z_float64()
611 uint8 trueFlags, testFlags; in test_a_int32_z_floatx80()
[all …]
H A DtestCases.c204 uint8 termNum; in int32NextP1()
223 uint8 term1Num, term2Num; in int32NextP2()
600 uint8 termNum; in int64NextP1()
619 uint8 term1Num, term2Num; in int64NextP2()
987 uint8 expNum, sigNum; in float32NextQInP1()
1010 uint8 expNum, sigNum; in float32NextQOutP1()
1036 uint8 expNum, sigNum; in float32NextQInP2()
1059 uint8 expNum, sigNum; in float32NextQOutP2()
1501 uint8 expNum, sigNum; in float64NextQInP1()
1528 uint8 expNum, sigNum; in float64NextQOutP1()
[all …]
/netbsd-src/games/hunt/
H A DREADME.protocol178 S: {uint8: 225} {uint8: c}
190 S: {uint8: 237} {uint8: y} {uint8: x}
198 S: {uint8: 242}
210 S: {uint8: 227}
218 S: {uint8: 229} {uint8: 32}
221 S: {uint8: 229} {uint8: 236}
232 S: {uint8: 195}
239 S: {uint8: 210}
245 S: {uint8: 226}
252 S: {uint8: 231} {uint8: n}
[all …]
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Doptiondecl6.out28 "type": "uint8"
115 "type": "uint8"
121 "record-types": "boolean, uint8",
H A Doptiondecl4.out28 "type": "uint8"
121 "type": "uint8"
127 "record-types": "boolean, uint8",
H A Doptiondata6.out59 "type": "uint8"
65 "record-types": "boolean, uint8",
H A Doptiondata4.out162 "type": "uint8"
168 "record-types": "boolean, uint8",
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dopencl-c.h3153 char8 __ovld __cnfn convert_char8_rte(uint8);
3154 char8 __ovld __cnfn convert_char8_sat_rte(uint8);
3155 char8 __ovld __cnfn convert_char8_rtz(uint8);
3156 char8 __ovld __cnfn convert_char8_sat_rtz(uint8);
3157 char8 __ovld __cnfn convert_char8_rtp(uint8);
3158 char8 __ovld __cnfn convert_char8_sat_rtp(uint8);
3159 char8 __ovld __cnfn convert_char8_rtn(uint8);
3160 char8 __ovld __cnfn convert_char8_sat_rtn(uint8);
3161 char8 __ovld __cnfn convert_char8(uint8);
3162 char8 __ovld __cnfn convert_char8_sat(uint8);
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_keychain.c144 in.Data = (uint8 *)from; in kc_rsa_private_encrypt()
147 sig.Data = (uint8 *)to; in kc_rsa_private_encrypt()
203 in.Data = (uint8 *)from; in kc_rsa_private_decrypt()
206 out.Data = (uint8 *)to; in kc_rsa_private_decrypt()
209 rem.Data = (uint8 *)remdata; in kc_rsa_private_decrypt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-simd-builtin-types.def30 ENTRY (Uint8x8_t, V8QI, unsigned, 64, uint8, 16)
34 ENTRY (Uint8x16_t, V16QI, unsigned, 128, uint8, 17)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-simd-builtin-types.def30 ENTRY (Uint8x8_t, V8QI, unsigned, 64, uint8, 16)
34 ENTRY (Uint8x16_t, V16QI, unsigned, 128, uint8, 17)
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A DwriteHex.h73 void writeHex_float_flags( uint8, FILE * );
/netbsd-src/common/lib/libprop/
H A Dprop_dictionary_util.c105 TEMPLATE(uint8, uint8_t) in TEMPLATE()
159 UTEMPLATE(uint8, uint8_t) in STEMPLATE()
/netbsd-src/lib/libc/arch/mips/softfloat/
H A Dmips-gcc.h33 typedef int uint8; typedef
/netbsd-src/lib/libc/arch/m68k/softfloat/
H A Dm68k-gcc.h35 typedef int uint8; typedef
/netbsd-src/lib/libc/arch/sh3/softfloat/
H A Dsh3-gcc.h35 typedef unsigned char uint8; typedef
/netbsd-src/lib/libc/arch/sparc64/softfloat/
H A Dsparc64-gcc.h35 typedef int uint8; typedef
/netbsd-src/lib/libc/arch/or1k/softfloat/
H A Dor1k-gcc.h35 typedef int uint8; typedef

123