Home
last modified time | relevance | path

Searched refs:FunctionTypes (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsgamma.c49 int FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types member
151 memmove(fl->FunctionTypes, Plugin ->FunctionTypes, fl->nFunctions * sizeof(cmsUInt32Number)); in _cmsRegisterParametricCurvesPlugin()
170 if (abs(Type) == c ->FunctionTypes[i]) return i; in IsInSet()
/external/llvm/lib/IR/
DType.cpp363 auto I = pImpl->FunctionTypes.find_as(Key); in get()
366 if (I == pImpl->FunctionTypes.end()) { in get()
371 pImpl->FunctionTypes.insert(FT); in get()
DLLVMContextImpl.h933 FunctionTypeSet FunctionTypes;
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp236 namespace FunctionTypes { namespace
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
Dlcms2_plugin.h329 cmsUInt32Number FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types member