Searched defs:PRInt32 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/third_party/nspr/
H A Dprtime.h61 typedef int32_t PRInt32; typedef
109 PRInt32 tp_gmt_offset; /* the offset from GMT in seconds */
110 PRInt32 tp_dst_offset; /* contribution of DST in seconds */
137 PRInt32 tm_usec; /* microseconds past tm_sec (0-99999) */
138 PRInt32 tm_sec; /* seconds past tm_min (0-61, accomodating
140 PRInt32 tm_min; /* minutes past tm_hour (0-59) */
141 PRInt32 tm_hour; /* hours past tm_day (0-23) */
142 PRInt32 tm_mday; /* days past tm_mon (1-31, note that it
144 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprtypes.h301 ** PRInt32
307 typedef int PRInt32; typedef
312 typedef long PRInt32; typedef
316 #error No suitable type for PRInt32/PRUint32
324 * The maximum and minimum values of a PRInt32 or PRUint32.
402 typedef PRInt32 PROffset32;

Completed in 715 milliseconds