Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h201 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;
212 STDMETHOD(GetDescription)(_In_ LCID lcid, _Out_ BSTR *pbstrDescription) = 0;
/src/crypto/openssl/doc/designs/quic-design/
H A Dglossary.md93 **LCID:** Local CID. Refers to a CID which will be recognised as identifying a
229 and which we can place in the DCID field of an outgoing packet. See also LCID,
/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp283 LCID locale_id = GetThreadLocale(); in __kmp_i18n_do_catopen()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp508 for (int LCID = 0; LCID < RTLIB::UNKNOWN_LIBCALL; ++LCID) in ARMTargetLowering() local
509 setLibcallCallingConv(static_cast<RTLIB::Libcall>(LCID), in ARMTargetLowering()