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

  /src/sys/ufs/chfs/
chfs.h 754 #define IFF(a, b) (IMPLIES(a, b) && IMPLIES(b, a))
chfs_vnops.c 169 KASSERT(IFF(error == 0, *vpp != NULL));
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5079 ror.l &1,%d1 # D0 WAS ODD IFF D0 IS NEGATIVE
5212 # here, the operation may underflow iff the precision is sgl or dbl.
5288 cmp.l %d1,&0 # D0 < 0 IFF N IS ODD
5801 and.l &0x80000000,%d1 # D0 WAS ODD IFF D0 < 0
9569 bcs.b R_LT_Y # borrow is set iff R < Y
fpsp.s 5185 ror.l &1,%d1 # D0 WAS ODD IFF D0 IS NEGATIVE
5318 # here, the operation may underflow iff the precision is sgl or dbl.
5394 cmp.l %d1,&0 # D0 < 0 IFF N IS ODD
5907 and.l &0x80000000,%d1 # D0 WAS ODD IFF D0 < 0
9928 bcs.b R_LT_Y # borrow is set iff R < Y

Completed in 38 milliseconds