Guest
Public paste!

Untitled

By: a guest | Jan 22nd, 2010 | Syntax: None | Size: 2.13 KB | Hits: 72 | Expires: Never
Copy text to clipboard
  1. [root@localhost gcc-4.4.3]# find . -print0 | xargs -0 grep _MIPS_SZPTR
  2. ./boehm-gc/include/private/.svn/text-base/gcconfig.h.svn-base:#     ifdef _MIPS_SZPTR
  3. ./boehm-gc/include/private/.svn/text-base/gcconfig.h.svn-base:# define CPP_WORDSZ _MIPS_SZPTR
  4. ./boehm-gc/include/private/.svn/text-base/gcconfig.h.svn-base:# define ALIGNMENT (_MIPS_SZPTR/8)
  5. ./boehm-gc/include/private/.svn/text-base/gcconfig.h.svn-base:#      if defined(_MIPS_SZPTR) && (_MIPS_SZPTR == 64)
  6. ./boehm-gc/include/private/.svn/text-base/gcconfig.h.svn-base:#        define CPP_WORDSZ _MIPS_SZPTR
  7. ./boehm-gc/include/private/.svn/text-base/gcconfig.h.svn-base:#        define ALIGNMENT (_MIPS_SZPTR/8)
  8. ./boehm-gc/include/private/.svn/text-base/gcconfig.h.svn-base:#       ifdef _MIPS_SZPTR
  9. ./boehm-gc/include/private/.svn/text-base/gcconfig.h.svn-base:#   define CPP_WORDSZ _MIPS_SZPTR
  10. ./boehm-gc/include/private/.svn/text-base/gcconfig.h.svn-base:#   define ALIGNMENT (_MIPS_SZPTR/8)
  11. ./boehm-gc/include/private/gcconfig.h:#     ifdef _MIPS_SZPTR
  12. ./boehm-gc/include/private/gcconfig.h:# define CPP_WORDSZ _MIPS_SZPTR
  13. ./boehm-gc/include/private/gcconfig.h:# define ALIGNMENT (_MIPS_SZPTR/8)
  14. ./boehm-gc/include/private/gcconfig.h:#      if defined(_MIPS_SZPTR) && (_MIPS_SZPTR == 64)
  15. ./boehm-gc/include/private/gcconfig.h:#        define CPP_WORDSZ _MIPS_SZPTR
  16. ./boehm-gc/include/private/gcconfig.h:#        define ALIGNMENT (_MIPS_SZPTR/8)
  17. ./boehm-gc/include/private/gcconfig.h:#       ifdef _MIPS_SZPTR
  18. ./boehm-gc/include/private/gcconfig.h:#   define CPP_WORDSZ _MIPS_SZPTR
  19. ./boehm-gc/include/private/gcconfig.h:#   define ALIGNMENT (_MIPS_SZPTR/8)
  20. ./gcc/.svn/text-base/ChangeLog-2007.svn-base:   of _ABIN32, _ABI64, _ABIO32, _MIPS_SIM, _MIPS_SZLONG, _MIPS_SZPTR,
  21. ./gcc/.svn/text-base/ChangeLog-2007.svn-base:   _MIPS_SZPTR and _MIPS_FPSET.
  22. ./gcc/config/mips/.svn/text-base/mips.h.svn-base:      builtin_define_with_int_value ("_MIPS_SZPTR", POINTER_SIZE);     \
  23. ./gcc/config/mips/mips.h:      builtin_define_with_int_value ("_MIPS_SZPTR", POINTER_SIZE);     \
  24. ./gcc/ChangeLog-2007:   of _ABIN32, _ABI64, _ABIO32, _MIPS_SIM, _MIPS_SZLONG, _MIPS_SZPTR,
  25. ./gcc/ChangeLog-2007:   _MIPS_SZPTR and _MIPS_FPSET.