Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
bcc04d0069a919a6ac4a2b378e15dd0a50c46aec
/
libc
/
include
/
stdint.h
ee7f1b5
There is no _MIN for unsigned types.
by Dan Albert
· 11 years ago
83c07b5
Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN.
by Elliott Hughes
· 11 years ago
da030de
Fixed int fast types for LP64
by Calin Juravle
· 11 years ago
9f87a0b
Remove <sys/_types.h>.
by Elliott Hughes
· 11 years ago
e2a292d
Remove __STDC_FORMAT_MACROS and __STDC_LIMIT_MACROS guards (and fix SIZE_MAX for LP64).
by Elliott Hughes
· 11 years ago
debc021
AArch64: Fix definitions for STDINT_LIMITS
by Serban Constantinescu
· 12 years ago
5e72c51
Remove #define _BITSIZE 32.
by Elliott Hughes
· 12 years ago
a9a02ac
Fix inttypes.h and stdint.h for 64-bit (and C++11).
by Elliott Hughes
· 12 years ago
0a9c615
Fix stdint.h intptr_t/uintptr_t for x86_64/x32
by Pavel Chupin
· 13 years ago
dc5d342
stdint.h header is not fully compatible with C99(ISO9899:1999)
by Sergey Melnikov
· 13 years ago
7c89506
Ensure that <stdint.h> defines SIZE_MAX and friends.
by Elliott Hughes
· 12 years ago
9248d3a
Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work."
by Elliott Hughes
· 12 years ago
d8627af
Add SIZE_MAX to <stdint.h> in a way that might actually work.
by Elliott Hughes
· 12 years ago
2c157ae
<stdint.h> should expose SIZE_MAX.
by Elliott Hughes
· 12 years ago
3975cec
Remove (near-)duplicate definitions of size_t and ssize_t.
by Elliott Hughes
· 13 years ago
6d6731a
Always define the 64-bit int types.
by Elliott Hughes
· 13 years ago
8b3cea6
libc: <stdint.h>: Don't make __STD_CONSTANT_MACROS available if only __STD_LIMIT_MACROS is defined.
by David 'Digit' Turner
· 14 years ago
0e5411b
libc: <stdint.h>: fix typo in INTMAX_C()/UINTMAX_C() definition
by David 'Digit' Turner
· 14 years ago
08ff1a6
libc: <stdint.h>: Proper C++
by David 'Digit' Turner
· 14 years ago
c88110e
Define 64 bit types if compiling with -std=c99
by Martin Storsjo
· 16 years ago
4e468ed
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 17 years ago
a27d2ba
Initial Contribution
by The Android Open Source Project
· 17 years ago