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

  /external/chromium/base/third_party/nspr/
prtypes.h 486 ** WARNING: The undocumented data types PRWord and PRUword are
488 ** use PRWord and PRUword in new code.
490 ** A PRWord is an integer that is the same size as a void*.
497 typedef PRInt64 PRWord;
500 typedef long PRWord;
  /external/chromium_org/base/third_party/nspr/
prtypes.h 486 ** WARNING: The undocumented data types PRWord and PRUword are
488 ** use PRWord and PRUword in new code.
490 ** A PRWord is an integer that is the same size as a void*.
497 typedef PRInt64 PRWord;
500 typedef long PRWord;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtypes.h 462 ** WARNING: The undocumented data types PRWord and PRUword are
464 ** use PRWord and PRUword in new code.
466 ** A PRWord is an integer that is the same size as a void*.
472 typedef long PRWord;

Completed in 94 milliseconds