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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga_types.h 32 typedef u32 uint32; typedef in typeref:typename:u32
41 typedef uint32 PPN;
vm_basic_types.h 8 typedef u32 uint32; typedef in typeref:typename:u32
17 typedef uint32 PPN;
  /src/lib/libc/arch/aarch64/softfloat/
aarch64-gcc.h 39 typedef unsigned int uint32; typedef in typeref:typename:unsigned int
  /src/lib/libc/arch/arm/softfloat/
arm-gcc.h 37 typedef unsigned int uint32; typedef in typeref:typename:unsigned int
  /src/lib/libc/arch/m68k/softfloat/
m68k-gcc.h 39 typedef unsigned int uint32; typedef in typeref:typename:unsigned int
  /src/lib/libc/arch/mips/softfloat/
mips-gcc.h 37 typedef unsigned int uint32; typedef in typeref:typename:unsigned int
  /src/lib/libc/arch/or1k/softfloat/
or1k-gcc.h 39 typedef unsigned int uint32; typedef in typeref:typename:unsigned int
  /src/lib/libc/arch/powerpc/softfloat/
powerpc-gcc.h 39 typedef unsigned int uint32; typedef in typeref:typename:unsigned int
  /src/lib/libc/arch/sh3/softfloat/
sh3-gcc.h 39 typedef unsigned int uint32; typedef in typeref:typename:unsigned int
  /src/lib/libc/arch/sparc64/softfloat/
sparc64-gcc.h 39 typedef unsigned int uint32; typedef in typeref:typename:unsigned int
  /src/regress/lib/libc/ieeefp/testfloat/include/
milieu.h 99 typedef unsigned int uint32; typedef in typeref:typename:unsigned int
  /src/sys/lib/libkern/
milieu.h 97 typedef unsigned int uint32; typedef in typeref:typename:unsigned int
  /src/sys/dev/stbi/
stb_image.c 470 typedef unsigned int uint32; typedef in typeref:typename:unsigned int
477 typedef unsigned char validate_uint32[sizeof(uint32)==4 ? 1 : -1];
822 uint32 img_x, img_y;
946 static uint32 get32(stbi *s)
948 uint32 z = get16(s);
958 static uint32 get32le(stbi *s)
960 uint32 z = get16le(s);
1152 uint32 code_buffer; // jpeg entropy-coded buffer
1220 static uint32 bmask[17]={0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535};
2272 uint32 code_buffer
    [all...]

Completed in 16 milliseconds