HomeSort by relevance Sort by last modified time
    Searched defs:PRInt8 (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/third_party/nspr/
prtypes.h 258 ** PRInt8
269 ** For these compilers, we have to define PRInt8 as plain 'char'.
276 typedef char PRInt8;
278 typedef signed char PRInt8;
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/
prtypes.h 258 ** PRInt8
269 ** For these compilers, we have to define PRInt8 as plain 'char'.
276 typedef char PRInt8;
278 typedef signed char PRInt8;
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/
prtypes.h 236 ** PRInt8
247 ** For these compilers, we have to define PRInt8 as plain 'char'.
254 typedef char PRInt8;
256 typedef signed char PRInt8;
259 #error No suitable type for PRInt8/PRUint8
267 * The maximum and minimum values of a PRInt8 or PRUint8.

Completed in 159 milliseconds