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

  /external/chromium_org/base/third_party/nspr/
prtime.h 59 typedef int8_t PRInt8;
148 PRInt8 tm_wday; /* calculated day of the week
  /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 527 milliseconds