HomeSort by relevance Sort by last modified time
    Searched refs:OBIT (Results 1 - 4 of 4) sorted by null

  /external/valgrind/memcheck/tests/amd64-solaris/
context_rflags.c 13 #define OBIT(rflags) (!!((rflags) & (1 << 11)))
59 OBIT(uc.uc_mcontext.gregs[REG_RFL]),
63 printf(" overflow=%d, sign=%d\n", OBIT(rflags), SBIT(rflags));
context_rflags2.c 20 #define OBIT(rflags) (!!((rflags) & (1 << 11)))
80 if (!OBIT(uc.uc_mcontext.gregs[REG_RFL]) ||
85 if (!OBIT(rflags) || !SBIT(rflags))
  /external/valgrind/memcheck/tests/x86-solaris/
context_eflags.c 11 #define OBIT(eflags) (!!((eflags) & (1 << 11)))
64 OBIT(uc.uc_mcontext.gregs[EFL]), SBIT(uc.uc_mcontext.gregs[EFL]));
67 printf(" overflow=%d, sign=%d\n", OBIT(eflags), SBIT(eflags));
context_eflags2.c 11 #define OBIT(eflags) (!!((eflags) & (1 << 11)))
71 if (!OBIT(uc.uc_mcontext.gregs[EFL]) || !SBIT(uc.uc_mcontext.gregs[EFL]))
75 if (!OBIT(eflags) || !SBIT(eflags))

Completed in 867 milliseconds