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

  /src/games/hack/
hack.save.c 278 long differ; local
281 differ = (const char *) (&mons[0]) - (const char *) (monbegin);
300 ((const char *) mtmp->data + differ);
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_diff.c 429 differ(void *arg) function
792 if (pthread_create(&tid, NULL, differ, &di)) {
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 1686 flagword look_flags, differ;
1706 differ = look_flags ^ sec_flags;
1707 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_READONLY
1733 differ = look_flags ^ sec_flags;
1734 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD
1754 differ = look_flags ^ sec_flags;
1755 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD
1757 || (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD
1777 differ = look_flags ^ (sec_flags | SEC_LOAD | SEC_HAS_CONTENTS);
1778 if (!(differ & (SEC_THREAD_LOCAL | SEC_ALLOC))
1685 flagword look_flags, differ; local
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 1713 flagword look_flags, differ;
1733 differ = look_flags ^ sec_flags;
1734 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_READONLY
1760 differ = look_flags ^ sec_flags;
1761 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD
1781 differ = look_flags ^ sec_flags;
1782 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD
1784 || (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD
1804 differ = look_flags ^ (sec_flags | SEC_LOAD | SEC_HAS_CONTENTS);
1805 if (!(differ & (SEC_THREAD_LOCAL | SEC_ALLOC))
1712 flagword look_flags, differ; local
    [all...]

Completed in 57 milliseconds