Home
last modified time | relevance | path

Searched defs:NO (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp788 #define NO_SUB_SUPER(NO, REG) \ in getX86SubSuperRegister() argument
790 #define NO_SUB_SUPER_B(NO) NO_SUB_SUPER(NO, R##NO##B) in getX86SubSuperRegister() argument
791 #define NO_SUB_SUPER_W(NO) NO_SUB_SUPER(NO, R##NO##W) in getX86SubSuperRegister() argument
792 #define NO_SUB_SUPER_D(NO) NO_SUB_SUPER(NO, R##NO##D) in getX86SubSuperRegister() argument
793 #define NO_SUB_SUPER_Q(NO) NO_SUB_SUPER(NO, R##NO) in getX86SubSuperRegister() argument
/freebsd/usr.bin/m4/
H A Dstdd.h55 #define NO 0 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrInfo.h50 const ComplexDeprecationPredicate *CDI, unsigned NO) { in InitMCInstrInfo()
/freebsd/usr.bin/ctags/
H A Dctags.h36 #define NO global() macro
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.h21 #define NO 0x0 macro
/freebsd/crypto/heimdal/appl/login/
H A Dlogin_access.c38 #define NO 0 macro
/freebsd/crypto/heimdal/appl/rsh/
H A Dlogin_access.c38 #define NO 0 macro
/freebsd/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c34 #define NO 0 macro
/freebsd/contrib/ntp/ntpq/
H A Dntpq.h57 #define NO global() macro
/freebsd/usr.bin/su/
H A Dsu.c122 enum tristate { UNSET, YES, NO }; enumerator
/freebsd/contrib/tcp_wrappers/
H A Dtcpdchk.c85 #define NO 0 macro
H A Dhosts_access.c68 #define NO 0 macro
/freebsd/usr.bin/last/
H A Dlast.c55 #define NO 0 /* false/no */ macro
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c61 #define NO(x) x macro
63 #define NO(x) macro
/freebsd/crypto/heimdal/appl/rcp/
H A Drcp.c418 enum { YES, NO, DISPLAYED } wrerr; in sink() enumerator
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c102 #define NO 0 macro
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c585 enum expect { NO, CONTINUE, OTHER }; enumerator
/freebsd/contrib/libevent/
H A Dhttp.c585 enum expect { NO, CONTINUE, OTHER }; enumerator
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c198 NO = 0, enumerator
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c6980 #define JimPushInterpObj(IO, NO) JimPushInterpObjImpl(&(IO), NO) argument