HomeSort by: relevance | last modified time | path
    Searched defs:uint8 (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga_types.h 37 typedef u8 uint8; typedef in typeref:typename:u8
vm_basic_types.h 13 typedef u8 uint8; typedef in typeref:typename:u8
  /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/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/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/regress/lib/libc/ieeefp/testfloat/include/
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
  /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...]

Completed in 16 milliseconds