OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extInfo
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp
319
const CArcExtInfo &
extInfo
= format.Exts[subExtIndex];
320
DefaultName = GetDefaultName2(fileName,
extInfo
.Ext,
extInfo
.AddExt);
LoadCodecs.cpp
222
CArcExtInfo
extInfo
;
223
extInfo
.Ext = exts[i];
226
extInfo
.AddExt = addExts[i];
227
if (
extInfo
.AddExt == L"*")
228
extInfo
.AddExt.Empty();
230
Exts.Add(
extInfo
);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Baseport.h
102
CODEC_EXTRA_BUFFERINFO
extInfo
;
/external/clang/lib/CodeGen/
CGCall.cpp
85
/// given
ExtInfo
instead of the
ExtInfo
from the function type.
89
FunctionType::
ExtInfo
extInfo
) {
95
return CGT.arrangeLLVMFunctionInfo(resultType, prefix,
extInfo
, required);
109
FunctionType::
ExtInfo
&
extInfo
,
111
if (
extInfo
.getCC() == CC_Default) {
113
extInfo
=
extInfo
.withCallingConv(CC)
[
all
...]
Completed in 783 milliseconds