Searched refs:mhs (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | xilinx.txt | 37 directive in system.mhs). Should be in lowercase 40 (parameter#): C_* parameters from system.mhs. The C_ prefix is 54 For example, the following block from system.mhs:
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | objects.txt | 1003 Mail 1 : mime-mhs : MIME MHS 1004 mime-mhs 1 : mime-mhs-headings : mime-mhs-headings 1005 mime-mhs 2 : mime-mhs-bodies : mime-mhs-bodies 1006 mime-mhs-headings 1 : id-hex-partial-message : id-hex-partial-message 1007 mime-mhs-headings 2 : id-hex-multipart-message : id-hex-multipart-message
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1001 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit() argument 1003 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {} in TernOpInit() 1014 Init *mhs, Init *rhs,
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 1852 Init *mhs = MHS->resolveReferences(R); in resolveReferences() local 1863 if (LHS != lhs || MHS != mhs || RHS != rhs) in resolveReferences() 1864 return (TernOpInit::get(getOpcode(), lhs, mhs, rhs, getType())) in resolveReferences()
|