Searched defs:PRInt8 (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/third_party/nspr/
H A Dprtypes.h258 ** PRInt8
269 ** For these compilers, we have to define PRInt8 as plain 'char'.
276 typedef char PRInt8; typedef
278 typedef signed char PRInt8; typedef
281 #error No suitable type for PRInt8/PRUint8
289 * The maximum and minimum values of a PRInt8 or PRUint8.
/external/chromium_org/base/third_party/nspr/
H A Dprtypes.h258 ** PRInt8
269 ** For these compilers, we have to define PRInt8 as plain 'char'.
276 typedef char PRInt8; typedef
278 typedef signed char PRInt8; typedef
281 #error No suitable type for PRInt8/PRUint8
289 * The maximum and minimum values of a PRInt8 or PRUint8.
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprtypes.h236 ** PRInt8
247 ** For these compilers, we have to define PRInt8 as plain 'char'.
254 typedef char PRInt8; typedef
256 typedef signed char PRInt8; typedef
259 #error No suitable type for PRInt8/PRUint8
267 * The maximum and minimum values of a PRInt8 or PRUint8.

Completed in 145 milliseconds