HomeSort by: relevance | last modified time | path
    Searched defs:PS4 (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
eval.c 641 const char * volatile PS4 = NULL;
648 outxstr(PS4 = expandstr(ps4val(), line_number));
662 if (PS4 != NULL) {
663 outxstr(PS4);
687 if (PS4 != NULL) {
688 outxstr(PS4);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 191 PS4,
659 /// Tests whether the target is the PS4 CPU
663 getOS() == Triple::PS4;
666 /// Tests whether the target is the PS4 platform
669 getOS() == Triple::PS4;

Completed in 31 milliseconds