/src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
vm_basic_types.h | 11 typedef u16 uint16; typedef in typeref:typename:u16
|
svga_types.h | 35 typedef u16 uint16; typedef in typeref:typename:u16
|
svga3d_dx.h | 419 uint16 pad0; 605 uint16 flags; 606 uint16 stencil; 1052 uint16 pad1; 1071 uint16 pad1; 1145 uint16 pad0; 1155 uint16 pad0; 1170 uint16 pad0; 1265 uint16 lineStipplePattern; 1292 uint16 lineStipplePattern [all...] |
svga3d_cmd.h | 804 uint16 pad1; 818 uint16 streamOffset; 1268 uint16 mode; 1269 uint16 flags; 1447 uint16 streamOffset; 1460 uint16 stride; 1505 uint16 pShaderBValues; 1506 uint16 vShaderBValues;
|
svga3d_types.h | 838 uint16 mode; /* SVGA3dFillModeType */ 839 uint16 face; /* SVGA3dFace */ 858 uint16 repeat; 859 uint16 pattern; 1608 uint16 function; /* SVGA3dFogFunction */
|
svga_reg.h | 1372 uint16 displayId; 1373 uint16 isPrimary;
|
/src/lib/libc/arch/aarch64/softfloat/ |
aarch64-gcc.h | 37 typedef int uint16; typedef in typeref:typename:int
|
/src/lib/libc/arch/m68k/softfloat/ |
m68k-gcc.h | 37 typedef int uint16; typedef in typeref:typename:int
|
/src/lib/libc/arch/mips/softfloat/ |
mips-gcc.h | 35 typedef int uint16; typedef in typeref:typename:int
|
/src/lib/libc/arch/or1k/softfloat/ |
or1k-gcc.h | 37 typedef int uint16; typedef in typeref:typename:int
|
/src/lib/libc/arch/powerpc/softfloat/ |
powerpc-gcc.h | 37 typedef int uint16; typedef in typeref:typename:int
|
/src/lib/libc/arch/sh3/softfloat/ |
sh3-gcc.h | 37 typedef int uint16; typedef in typeref:typename:int
|
/src/lib/libc/arch/sparc64/softfloat/ |
sparc64-gcc.h | 37 typedef int uint16; typedef in typeref:typename:int
|
/src/lib/libc/arch/arm/softfloat/ |
arm-gcc.h | 35 typedef int uint16; typedef in typeref:typename:int
|
/src/regress/lib/libc/ieeefp/testfloat/include/ |
milieu.h | 97 typedef unsigned int uint16; typedef in typeref:typename:unsigned int
|
/src/sys/lib/libkern/ |
milieu.h | 95 typedef unsigned int uint16; typedef in typeref:typename:unsigned int
|
/src/common/lib/libprop/ |
prop_dictionary_util.c | 106 TEMPLATE(uint16, uint16_t) 160 UTEMPLATE(uint16, uint16_t)
|
prop_array_util.c | 99 TEMPLATE(uint16, uint16_t) 172 UTEMPLATE(uint16, uint16_t)
|
prop_number.c | 553 TEMPLATE(uint16, uint16_t, 0, UINT16_MAX)
|
/src/sys/arch/arm/arm32/ |
fault.c | 208 tf->tf_pc, *((uint16 *)(tf->tf_pc & ~1)), 209 *((uint16 *)((tf->tf_pc + 2) & ~1))); 772 tf->tf_pc, *((uint16 *)(tf->tf_pc & ~1)), 773 *((uint16 *)((tf->tf_pc + 2) & ~1)));
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
xen.h | 937 __DEFINE_XEN_GUEST_HANDLE(uint16, uint16_t);
|
/src/sys/dev/stbi/ |
stb_image.c | 468 typedef unsigned short uint16; typedef in typeref:typename:unsigned short 1115 uint16 code[256]; 1178 h->code[k++] = (uint16) (code++); 2192 uint16 fast[1 << ZFAST_BITS]; 2193 uint16 firstcode[16]; 2195 uint16 firstsymbol[16]; 2197 uint16 value[288]; 2233 z->firstcode[i] = (uint16) code; 2234 z->firstsymbol[i] = (uint16) k; 2248 z->value[c] = (uint16)i [all...] |
/src/regress/lib/libc/ieeefp/testfloat/ |
testCases.c | 1762 static const uint16 floatx80QIn[ floatx80NumQIn ] = { 1787 static const uint16 floatx80QOut[ floatx80NumQOut ] = { 2259 static const uint16 floatx80QInfWeightMasks[ floatx80NumQInfWeightMasks ] = { 2276 static const uint16 floatx80QInfWeightOffsets[ floatx80NumQInfWeightMasks ] = { 2307 z.high |= ( (uint16) ( randomUint8() & 1 ) )<<15; 2323 z.high |= ( (uint16) ( randomUint8() & 1 ) )<<15;
|