Searched defs:Table (Results 76 - 100 of 128) sorted by relevance

123456

/external/pdfium/third_party/lcms/include/
H A Dlcms2_plugin.h300 const void *Table; // Points to the actual interpolation table member in struct:_cms_interp_struc
/external/pdfium/third_party/lcms/src/
H A Dcmsintrp.c106 const void *Table,
126 p ->Table = Table;
154 cmsInterpParams* _cmsComputeInterpParams(cmsContext ContextID, int nSamples, int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags) argument
164 return _cmsComputeInterpParamsEx(ContextID, Samples, InputChan, OutputChan, Table, dwFlags);
193 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p ->Table;
230 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p ->Table;
266 const cmsUInt16Number* LutTable = (cmsUInt16Number*) p16 -> Table;
297 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p ->Table;
337 const cmsFloat32Number* LutTable = (cmsFloat32Number*) p ->Table;
103 _cmsComputeInterpParamsEx(cmsContext ContextID, const cmsUInt32Number nSamples[], int InputChan, int OutputChan, const void *Table, cmsUInt32Number dwFlags) argument
[all...]
H A Dcmsps2.c108 /Table [ p p p [<...>]]
467 void Emit1Gamma(cmsIOHANDLER* m, cmsToneCurve* Table) argument
472 if (Table == NULL) return; // Error
474 if (Table ->nEntries <= 0) return; // Empty table
477 if (cmsIsToneCurveLinear(Table)) return;
480 gamma = cmsEstimateGamma(Table, 0.001);
498 for (i=0; i < Table->nEntries; i++) {
499 _cmsIOPrintf(m, "%d ", Table->Table16[i]);
813 _cmsIOPrintf(m, "/Table ");
857 // Because PostScript has only 8 bits in /Table, w
[all...]
H A Dcmslut.c548 // Allocates a 16-bit multidimensional CLUT. This is evaluated at 16-bit precision. Table may have different
554 const cmsUInt16Number* Table)
595 if (Table != NULL) {
597 NewElem ->Tab.T[i] = Table[i];
614 const cmsUInt16Number* Table)
623 return cmsStageAllocCLut16bitGranular(ContextID, Dimensions, inputChan, outputChan, Table);
631 const cmsFloat32Number* Table)
640 return cmsStageAllocCLutFloatGranular(ContextID, Dimensions, inputChan, outputChan, Table);
645 cmsStage* CMSEXPORT cmsStageAllocCLutFloatGranular(cmsContext ContextID, const cmsUInt32Number clutPoints[], cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsFloat32Number* Table) argument
686 if (Table !
550 cmsStageAllocCLut16bitGranular(cmsContext ContextID, const cmsUInt32Number clutPoints[], cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsUInt16Number* Table) argument
610 cmsStageAllocCLut16bit(cmsContext ContextID, cmsUInt32Number nGridPoints, cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsUInt16Number* Table) argument
627 cmsStageAllocCLutFloat(cmsContext ContextID, cmsUInt32Number nGridPoints, cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsFloat32Number* Table) argument
[all...]
H A Dcmsopt.c920 const cmsUInt16Number* LutTable = (const cmsUInt16Number*) p->Table;
1549 cmsBool FillFirstShaper(cmsS1Fixed14Number* Table, cmsToneCurve* Curve) argument
1561 Table[i] = DOUBLE_TO_1FIXED14(y);
1568 cmsBool FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) argument
1589 Table[i] = FROM_8_TO_16(b);
1591 else Table[i] = _cmsQuickSaturateWord(Val * 65535.0);
H A Dcmscgats.c118 // Table. Each individual table can hold properties and rows & cols
1003 // ---------------------------------------------------------- Table
1010 SynError(it8, "Table %d out of sequence", it8 -> nTable);
1268 SynError(it8, "Table %d is out of sequence", nTable);
2196 TABLE* Table = it8 ->Tab + k; local
2199 if (IsAvailableOnList(Table->HeaderList, Label, NULL, &p)) {
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVEntry.cpp76 static TableEntry Table[] = { local
83 static const OpToFactoryMapTy OpToFactoryMap(std::begin(Table),
84 std::end(Table));
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh724 static inline uint32_t CalcTableChecksum (const UINT32 *Table, uint32_t Length) argument
727 const UINT32 *EndPtr = Table+((Length+3) & ~3) / UINT32::static_size;
729 while (Table < EndPtr)
730 Sum += *Table++;
/external/llvm/lib/MC/
H A DMCStreamer.cpp176 MCDwarfLineTable &Table = getContext().getMCDwarfLineTable(CUID); local
177 if (!Table.getLabel()) {
179 Table.setLabel(
182 return Table.getLabel();
/external/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp474 ArrayRef<MCPhysReg> Table) {
475 if (RegNo < Table.size()) {
476 Inst.addOperand(MCOperand::createReg(Table[RegNo]));
473 DecodeRegisterClass(MCInst &Inst, unsigned RegNo, ArrayRef<MCPhysReg> Table) argument
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp351 SDValue Table = Op.getOperand(1); local
354 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1434 const delay_import_directory_table_entry *Table; local
1435 error(I.getDelayImportTable(Table));
1436 W.printHex("Attributes", Table->Attributes);
1437 W.printHex("ModuleHandle", Table->ModuleHandle);
1438 W.printHex("ImportAddressTable", Table->DelayImportAddressTable);
1439 W.printHex("ImportNameTable", Table->DelayImportNameTable);
1440 W.printHex("BoundDelayImportTable", Table->BoundDelayImportTable);
1441 W.printHex("UnloadDelayImportTable", Table->UnloadDelayImportTable);
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c48 struct _glxapi_table *Table; member in struct:display_dispatch
102 prevTable = d->Table;
103 return d->Table; /* done! */
118 d->Table = t;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1942 static unsigned IsPredicateKnownToFail(const unsigned char *Table, argument
1946 switch (Table[Index++]) {
1951 Result = !::CheckSame(Table, Index, N, RecordedNodes);
1954 Result = !::CheckPatternPredicate(Table, Index, SDISel);
1957 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode());
1960 Result = !::CheckOpcode(Table, Index, N.getNode());
1963 Result = !::CheckType(Table, Index, N, SDISel.TLI);
1973 Result = !::CheckChildType(Table, Index, N, SDISel.TLI,
1974 Table[Index-1] - SelectionDAGISel::OPC_CheckChild0Type);
1977 Result = !::CheckCondCode(Table, Inde
[all...]
H A DTargetLowering.cpp1080 SDValue TargetLowering::getPICJumpTableRelocBase(SDValue Table, argument
1085 return Table;
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreISelLowering.cpp334 SDValue Table = Op.getOperand(1); local
337 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
/external/syslinux/com32/lua/src/
H A Dlobject.h435 struct Table *metatable;
436 struct Table *env;
560 typedef struct Table { struct
564 struct Table *metatable;
570 } Table; typedef in typeref:struct:Table
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp7731 static const char *const Table[]={"","c:","r:","cr:","v:","cv:","rv:","crv:"}; local
7739 Enc += Table[Lookup];
/external/llvm/include/llvm/Object/
H A DCOFF.h895 ImportDirectoryEntryRef(const import_directory_table_entry *Table, uint32_t I, argument
897 : ImportTable(Table), Index(I), OwningObject(Owner) {}
924 : Table(T), Index(I), OwningObject(Owner) {}
939 const delay_import_directory_table_entry *Table; member in class:llvm::object::DelayImportDirectoryEntryRef
948 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, argument
950 : ExportTable(Table), Index(I), OwningObject(Owner) {}
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2599 static unsigned IsPredicateKnownToFail(const unsigned char *Table, argument
2604 switch (Table[Index++]) {
2609 Result = !::CheckSame(Table, Index, N, RecordedNodes);
2615 Result = !::CheckChildSame(Table, Index, N, RecordedNodes,
2616 Table[Index-1] - SelectionDAGISel::OPC_CheckChild0Same);
2619 Result = !::CheckPatternPredicate(Table, Index, SDISel);
2622 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode());
2625 Result = !::CheckOpcode(Table, Index, N.getNode());
2628 Result = !::CheckType(Table, Index, N, SDISel.TLI,
2640 Table, Inde
[all...]
H A DTargetLowering.cpp294 SDValue TargetLowering::getPICJumpTableRelocBase(SDValue Table, argument
303 return Table;
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp792 static const char *const Table[] = { local
803 res = Table[RType];
807 static const char *const Table[] = { local
822 res = Table[RType];
826 static const char *const Table[] = { local
841 res = Table[RType];
845 static const char *const Table[] = { local
854 if (RType >= array_lengthof(Table))
857 res = Table[RType];
861 static const char *const Table[] local
[all...]
/external/llvm/lib/IR/
H A DVerifier.cpp3762 SmallVector<Intrinsic::IITDescriptor, 8> Table; local
3763 getIntrinsicInfoTableEntries(ID, Table);
3764 ArrayRef<Intrinsic::IITDescriptor> TableRef = Table;
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2807 HexagonTargetLowering::getPICJumpTableRelocBase(SDValue Table, argument
2809 int Idx = cast<JumpTableSDNode>(Table)->getIndex();
2810 EVT VT = Table.getValueType();
2812 return DAG.getNode(HexagonISD::AT_PCREL, SDLoc(Table), VT, T);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1667 SDValue Table = Op.getOperand(1); local
1677 SDValue Addr = DAG.getNode(ISD::ADD, DL, PTy, Index, Table);
1691 getPICJumpTableRelocBase(Table, DAG));

Completed in 787 milliseconds

123456