Home
last modified time | relevance | path

Searched refs:mhs (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/lib/TableGen/
HDRecord.cpp859 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in get() argument
874 mhs), in get()
878 if (!I) I.reset(new TernOpInit(opc, lhs, mhs, rhs, Type)); in get()
1056 Init *mhs = MHS->resolveReferences(R, RV); in resolveReferences() local
1057 return (TernOpInit::get(getOpcode(), lhs, mhs, in resolveReferences()
1066 Init *mhs = MHS->resolveReferences(R, RV); in resolveReferences() local
1069 if (LHS != lhs || MHS != mhs || RHS != rhs) in resolveReferences()
1070 return (TernOpInit::get(getOpcode(), lhs, mhs, rhs, in resolveReferences()
/NextBSD/crypto/openssl/crypto/objects/
HDobjects.txt835 Mail 1 : mime-mhs : MIME MHS
836 mime-mhs 1 : mime-mhs-headings : mime-mhs-headings
837 mime-mhs 2 : mime-mhs-bodies : mime-mhs-bodies
838 mime-mhs-headings 1 : id-hex-partial-message : id-hex-partial-message
839 mime-mhs-headings 2 : id-hex-multipart-message : id-hex-multipart-message
/NextBSD/sbin/launchd/
HDruntime.c1400 mach_port_t mhs = mach_host_self(); in launchd_log_vm_stats() local
1404 …if (os_assumes_zero(host_statistics(mhs, HOST_VM_INFO, (host_info_t)statsp, &count)) != KERN_SUCCE… in launchd_log_vm_stats()
1440 launchd_mport_deallocate(mhs); in launchd_log_vm_stats()
/NextBSD/contrib/llvm/include/llvm/TableGen/
HDRecord.h785 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit() argument
787 OpInit(IK_TernOpInit, Type), Opc(opc), LHS(lhs), MHS(mhs), RHS(rhs) {} in TernOpInit()
797 Init *mhs, Init *rhs,