/src/usr.sbin/bootp/common/ |
bptypes.h | 16 typedef int32_t int32; typedef in typeref:typename:int32_t
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
svga_types.h | 33 typedef s32 int32; typedef in typeref:typename:s32
|
vm_basic_types.h | 9 typedef s32 int32; typedef in typeref:typename:s32
|
/src/lib/libc/arch/aarch64/softfloat/ |
aarch64-gcc.h | 40 typedef signed int int32; typedef in typeref:typename:signed int
|
/src/lib/libc/arch/arm/softfloat/ |
arm-gcc.h | 38 typedef signed int int32; typedef in typeref:typename:signed int
|
/src/lib/libc/arch/m68k/softfloat/ |
m68k-gcc.h | 40 typedef signed int int32; typedef in typeref:typename:signed int
|
/src/lib/libc/arch/mips/softfloat/ |
mips-gcc.h | 38 typedef signed int int32; typedef in typeref:typename:signed int
|
/src/lib/libc/arch/or1k/softfloat/ |
or1k-gcc.h | 40 typedef signed int int32; typedef in typeref:typename:signed int
|
/src/lib/libc/arch/powerpc/softfloat/ |
powerpc-gcc.h | 40 typedef signed int int32; typedef in typeref:typename:signed int
|
/src/lib/libc/arch/sh3/softfloat/ |
sh3-gcc.h | 40 typedef signed int int32; typedef in typeref:typename:signed int
|
/src/lib/libc/arch/sparc64/softfloat/ |
sparc64-gcc.h | 40 typedef signed int int32; typedef in typeref:typename:signed int
|
/src/regress/lib/libc/ieeefp/testfloat/include/ |
milieu.h | 100 typedef signed int int32; typedef in typeref:typename:signed int
|
/src/sys/lib/libkern/ |
milieu.h | 98 typedef signed int int32; typedef in typeref:typename:signed int
|
/src/usr.bin/config/ |
gram.y | 218 %type <i32> int32 npseudo device_flags no 437 MAXPARTITIONS int32 { maxpartitions = $2; } 441 MAXUSERS int32 int32 int32 465 VERSION int32 { setversion($2); } 506 | CHAR int32 { $$ = $2; } 512 | BLOCK int32 { $$ = $2; } 583 | locname '[' int32 ']' { $$ = locarray($1, $3, NULL, 0); } 584 | locname '[' int32 ']' locdefault 701 int32: label [all...] |
/src/sys/dev/stbi/ |
stb_image.c | 471 typedef signed int int32; typedef in typeref:typename:signed int 4459 int32 len, code; 4461 int32 codesize, codemask, avail, oldcode, bits, valid_bits, clear; 4490 bits |= (int32) get8(s) << valid_bits; 4574 int32 x, y, w, h;
|