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

  /external/syslinux/core/fs/xfs/
xfs_types.h 29 typedef enum { B_FALSE,B_TRUE } boolean_t;
  /external/syslinux/extlinux/
xfs_types.h 29 typedef enum { B_FALSE,B_TRUE } boolean_t;
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 492 def FSPIN_TRYLOCK(l): return (DISABLE(), B_TRUE)
500 def LOCK_OWNED(lp): return (B_TRUE)
506 def RW_OWNED(lp): return (B_TRUE)
536 def FSPIN_OWNED(l): return (B_TRUE)
597 def TIME_OWNED_R(cgnum): return (B_TRUE)
  /external/libpcap/
pcap-libdlpi.c 81 return (B_TRUE);

Completed in 111 milliseconds