DragonFlyBSD/src 3ebf970sys/cpu/x86_64/include stdint.h

<machine/stdint.h>: Add two basic LP types.

 These will be used to derive types that depend on data type models.
 On x64_64 is is very simple.  Non ILP32/LP64 model usage on UNIX-like
 systems is rather exception.  For example if we would support LLP64
 data type model, we would declare these types as follows:
   typedef long long __intlp_t;
   typedef unsigned long long __uintlp_t;
DeltaFile
+12-1sys/cpu/x86_64/include/stdint.h
+12-11 files

UnifiedSplitRaw