Searched defs:src (Results 251 - 275 of 510) sorted by relevance

<<11121314151617181920>>

/openjdk7/hotspot/test/compiler/6865031/
H A DTest.java401 * Transfer all entries from src to dest tables
403 private void transfer(Entry[] src, Entry[] dest) argument
405 for (int j = 0; j < src.length; ++j)
407 Entry e = src[j];
408 src[j] = null;
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLImageElement.java112 * URI designating the source of this image. See the src attribute
116 public void setSrc(String src); argument
H A DHTMLInputElement.java161 * the graphical submit button. See the src attribute definition in HTML
165 public void setSrc(String src); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJPackage.java415 void build( CodeWriter src, CodeWriter res ) throws IOException { argument
422 JFormatter f = createJavaSourceFileWriter(src, c.name());
429 JFormatter f = createJavaSourceFileWriter(src,"package-info");
446 CodeWriter cw = rsrc.isResource() ? res : src;
470 private JFormatter createJavaSourceFileWriter(CodeWriter src, String className) throws IOException { argument
471 Writer bw = new BufferedWriter(src.openSource(this,className+".java"));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DRefererFinder.java66 public Set<XSComponent> getReferer(XSComponent src) { argument
67 Set<XSComponent> r = referers.get(src);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DEndpointFactory.java441 List<SDDocumentSource> src, QName serviceName, QName portTypeName) {
443 List<SDDocumentImpl> r = new ArrayList<SDDocumentImpl>(src.size());
444 for (SDDocumentSource doc : src) {
440 categoriseMetadata( List<SDDocumentSource> src, QName serviceName, QName portTypeName) argument
H A DSDDocumentImpl.java94 * @param src WSDL document infoset
104 public static SDDocumentImpl create(SDDocumentSource src, QName serviceName, QName portTypeName) { argument
105 URL systemId = src.getSystemId();
109 XMLStreamReader reader = src.read();
125 importedDocs.add(new URL(src.getSystemId(), importedDoc).toString());
129 return new SchemaImpl(rootName,systemId,src,tns,importedDocs);
161 importedDocs.add(new URL(src.getSystemId(), importedDoc).toString());
167 importedDocs.add(new URL(src.getSystemId(), importedDoc).toString());
172 rootName,systemId,src,tns,hasPortType,hasService,importedDocs,allServices);
174 return new SDDocumentImpl(rootName,systemId,src);
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/pipe/
H A DAbstractSchemaValidationTube.java173 for(Source src : schemas) {
174 addSchema(src);
329 for(DOMSource src: inlinedSchemas.values()) {
330 String tns = getTargetNamespace(src);
331 updateMultiSchemaForTns(tns, src.getSystemId(), multiSchemaForTns);
357 Source src = createSameTnsPseudoSchema(e.getKey(), sameTnsSchemas, systemId);
358 mdresolver.addSchema(src);
531 private String getTargetNamespace(DOMSource src) { argument
532 Element elem = (Element)src.getNode();
536 // protected static void printSource(Source src) {
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelExtract_f.c578 void mlib_v_ImageChannelExtract_U8(mlib_u8 *src, mlib_s32 slb, argument
584 mlib_u8 *sp; /* pointer for pixel in src */
585 mlib_u8 *sl; /* pointer for line in src */
606 sp = sl = src + deltac[0];
632 void mlib_v_ImageChannelExtract_S16(mlib_u16 *src, mlib_s32 slb, argument
638 mlib_u16 *sp; /* pointer for pixel in src */
639 mlib_u16 *sl; /* pointer for line in src */
663 sp = sl = src + deltac[0];
705 void mlib_v_ImageChannelExtract_D64(mlib_d64 *src, mlib_s32 slb, argument
711 mlib_d64 *sp; /* pointer for pixel in src */
[all...]
H A Dmlib_v_ImageCopy_blk.s34 ! void mlib_v_ImageCopy_blk(void *src,
39 ! src source image data
44 ! src and dst must point to 64-byte aligned addresses
48 ! dst = src
78 #define src %i0 define
232 add src,sz,se ! end address of source
233 mov src,sa
H A Dmlib_v_ImageLookUpS16S16Func.c33 static void mlib_v_ImageLookUp_S16_S16_124_D1(const mlib_s16 *src,
41 static void mlib_v_ImageLookUp_S16_S16_3_D1(const mlib_s16 *src,
53 void mlib_v_ImageLookUp_S16_S16_124_D1(const mlib_s16 *src, argument
72 sp = (void *)src;
168 void mlib_v_ImageLookUp_S16_S16_1(const mlib_s16 *src, argument
181 sl = (void *)src;
209 void mlib_v_ImageLookUp_S16_S16_2(const mlib_s16 *src, argument
222 sl = (void *)src;
262 void mlib_v_ImageLookUp_S16_S16_4(const mlib_s16 *src, argument
275 sl = (void *)src;
337 mlib_v_ImageLookUp_S16_S16_3_D1(const mlib_s16 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 *table0, const mlib_s16 *table1, const mlib_s16 *table2) argument
461 mlib_v_ImageLookUp_S16_S16_3(const mlib_s16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s16 **table) argument
[all...]
H A Dmlib_v_ImageLookUpS16S32Func.c33 static void mlib_v_ImageLookUp_S16_S32_124_D1(const mlib_s16 *src,
41 static void mlib_v_ImageLookUp_S16_S32_3_D1(const mlib_s16 *src,
49 void mlib_v_ImageLookUp_S16_S32_124_D1(const mlib_s16 *src, argument
66 sa = (mlib_s32*)src;
128 void mlib_v_ImageLookUp_S16_S32_1(const mlib_s16 *src, argument
141 sl = (void *)src;
169 void mlib_v_ImageLookUp_S16_S32_2(const mlib_s16 *src, argument
182 sl = (void *)src;
213 void mlib_v_ImageLookUp_S16_S32_4(const mlib_s16 *src, argument
226 sl = (void *)src;
260 mlib_v_ImageLookUp_S16_S32_3_D1(const mlib_s16 *src, mlib_f32 *dst, mlib_s32 xsize, const mlib_f32 *table0, const mlib_f32 *table1, const mlib_f32 *table2) argument
343 mlib_v_ImageLookUp_S16_S32_3(const mlib_s16 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s32 **table) argument
[all...]
H A Dmlib_v_ImageLookUpS16U16Func.c33 static void mlib_v_ImageLookUp_S16_U16_124_D1(const mlib_s16 *src,
41 static void mlib_v_ImageLookUp_S16_U16_3_D1(const mlib_s16 *src,
53 void mlib_v_ImageLookUp_S16_U16_124_D1(const mlib_s16 *src, argument
72 sp = (void *)src;
168 void mlib_v_ImageLookUp_S16_U16_1(const mlib_s16 *src, argument
181 sl = (void *)src;
209 void mlib_v_ImageLookUp_S16_U16_2(const mlib_s16 *src, argument
222 sl = (void *)src;
262 void mlib_v_ImageLookUp_S16_U16_4(const mlib_s16 *src, argument
275 sl = (void *)src;
337 mlib_v_ImageLookUp_S16_U16_3_D1(const mlib_s16 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 *table0, const mlib_u16 *table1, const mlib_u16 *table2) argument
461 mlib_v_ImageLookUp_S16_U16_3(const mlib_s16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u16 **table) argument
[all...]
H A Dmlib_v_ImageLookUpS16U8Func.c33 static void mlib_v_ImageLookUp_S16_U8_124_D1(const mlib_s16 *src,
41 static void mlib_v_ImageLookUp_S16_U8_3_D1(const mlib_s16 *src,
53 void mlib_v_ImageLookUp_S16_U8_124_D1(const mlib_s16 *src, argument
76 sp = (void *)src;
221 void mlib_v_ImageLookUp_S16_U8_1(const mlib_s16 *src, argument
234 sl = (void *)src;
262 void mlib_v_ImageLookUp_S16_U8_2(const mlib_s16 *src, argument
275 sl = (void *)src;
315 void mlib_v_ImageLookUp_S16_U8_4(const mlib_s16 *src, argument
328 sl = (void *)src;
400 mlib_v_ImageLookUp_S16_U8_3_D1(const mlib_s16 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 *table0, const mlib_u8 *table1, const mlib_u8 *table2) argument
552 mlib_v_ImageLookUp_S16_U8_3(const mlib_s16 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u8 **table) argument
[all...]
H A Dmlib_v_ImageLookUpS32S16Func.c33 static void mlib_v_ImageLookUp_S32_S16_124_D1(const mlib_s32 * src,
41 static void mlib_v_ImageLookUp_S32_S16_3_D1(const mlib_s32 * src,
53 void mlib_v_ImageLookUp_S32_S16_124_D1(const mlib_s32 * src, argument
72 sp = (void *)src;
163 void mlib_v_ImageLookUp_S32_S16_1(const mlib_s32 * src, argument
176 sl = (void *)src;
204 void mlib_v_ImageLookUp_S32_S16_2(const mlib_s32 * src, argument
217 sl = (void *)src;
257 void mlib_v_ImageLookUp_S32_S16_4(const mlib_s32 * src, argument
270 sl = (void *)src;
332 mlib_v_ImageLookUp_S32_S16_3_D1(const mlib_s32 * src, mlib_s16 * dst, mlib_s32 xsize, const mlib_s16 * table0, const mlib_s16 * table1, const mlib_s16 * table2) argument
450 mlib_v_ImageLookUp_S32_S16_3(const mlib_s32 * src, mlib_s32 slb, mlib_s16 * dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s16 ** table) argument
[all...]
H A Dmlib_v_ImageLookUpS32U16Func.c33 static void mlib_v_ImageLookUp_S32_U16_124_D1(const mlib_s32 *src,
41 static void mlib_v_ImageLookUp_S32_U16_3_D1(const mlib_s32 *src,
53 void mlib_v_ImageLookUp_S32_U16_124_D1(const mlib_s32 *src, argument
72 sp = (void *)src;
163 void mlib_v_ImageLookUp_S32_U16_1(const mlib_s32 *src, argument
177 sl = (void *)src;
205 void mlib_v_ImageLookUp_S32_U16_2(const mlib_s32 *src, argument
219 sl = (void *)src;
259 void mlib_v_ImageLookUp_S32_U16_4(const mlib_s32 *src, argument
273 sl = (void *)src;
335 mlib_v_ImageLookUp_S32_U16_3_D1(const mlib_s32 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 *table0, const mlib_u16 *table1, const mlib_u16 *table2) argument
453 mlib_v_ImageLookUp_S32_U16_3(const mlib_s32 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u16 **table) argument
[all...]
H A Dmlib_v_ImageLookUpS32U8Func.c33 static void mlib_v_ImageLookUp_S32_U8_124_D1(const mlib_s32 *src,
41 static void mlib_v_ImageLookUp_S32_U8_3_D1(const mlib_s32 *src,
53 void mlib_v_ImageLookUp_S32_U8_124_D1(const mlib_s32 *src, argument
76 sp = (void *)src;
220 void mlib_v_ImageLookUp_S32_U8_1(const mlib_s32 *src, argument
233 sl = (void *)src;
261 void mlib_v_ImageLookUp_S32_U8_2(const mlib_s32 *src, argument
274 sl = (void *)src;
314 void mlib_v_ImageLookUp_S32_U8_4(const mlib_s32 *src, argument
327 sl = (void *)src;
399 mlib_v_ImageLookUp_S32_U8_3_D1(const mlib_s32 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 *table0, const mlib_u8 *table1, const mlib_u8 *table2) argument
551 mlib_v_ImageLookUp_S32_U8_3(const mlib_s32 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u8 **table) argument
[all...]
H A Dmlib_v_ImageLookUpSIS16S16Func.c33 static void mlib_v_ImageLookUpSI_S16_S16_2_DstA8D1(const mlib_s16 *src,
38 static void mlib_v_ImageLookUpSI_S16_S16_2_D1(const mlib_s16 *src,
43 static void mlib_v_ImageLookUpSI_S16_S16_3_D1(const mlib_s16 *src,
48 static void mlib_v_ImageLookUpSI_S16_S16_4_DstOff0_D1(const mlib_s16 *src,
53 static void mlib_v_ImageLookUpSI_S16_S16_4_DstOff1_D1(const mlib_s16 *src,
58 static void mlib_v_ImageLookUpSI_S16_S16_4_DstOff2_D1(const mlib_s16 *src,
63 static void mlib_v_ImageLookUpSI_S16_S16_4_DstOff3_D1(const mlib_s16 *src,
72 void mlib_v_ImageLookUpSI_S16_S16_2_DstA8D1(const mlib_s16 *src, argument
87 sp = (void *)src;
136 void mlib_v_ImageLookUpSI_S16_S16_2_D1(const mlib_s16 *src, argument
212 mlib_v_ImageLookUpSI_S16_S16_2(const mlib_s16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s16 **table) argument
259 mlib_v_ImageLookUpSI_S16_S16_3_D1(const mlib_s16 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 **table) argument
369 mlib_v_ImageLookUpSI_S16_S16_3(const mlib_s16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s16 **table) argument
414 mlib_v_ImageLookUpSI_S16_S16_4_DstOff0_D1(const mlib_s16 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 **table) argument
468 mlib_v_ImageLookUpSI_S16_S16_4_DstOff1_D1(const mlib_s16 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 **table) argument
533 mlib_v_ImageLookUpSI_S16_S16_4_DstOff2_D1(const mlib_s16 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 **table) argument
597 mlib_v_ImageLookUpSI_S16_S16_4_DstOff3_D1(const mlib_s16 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 **table) argument
660 mlib_v_ImageLookUpSI_S16_S16_4(const mlib_s16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s16 **table) argument
[all...]
H A Dmlib_v_ImageLookUpSIS16U16Func.c33 static void mlib_v_ImageLookUpSI_S16_U16_2_DstA8D1(const mlib_s16 *src,
38 static void mlib_v_ImageLookUpSI_S16_U16_2_D1(const mlib_s16 *src,
43 static void mlib_v_ImageLookUpSI_S16_U16_3_D1(const mlib_s16 *src,
48 static void mlib_v_ImageLookUpSI_S16_U16_4_DstOff0_D1(const mlib_s16 *src,
53 static void mlib_v_ImageLookUpSI_S16_U16_4_DstOff1_D1(const mlib_s16 *src,
58 static void mlib_v_ImageLookUpSI_S16_U16_4_DstOff2_D1(const mlib_s16 *src,
63 static void mlib_v_ImageLookUpSI_S16_U16_4_DstOff3_D1(const mlib_s16 *src,
72 void mlib_v_ImageLookUpSI_S16_U16_2_DstA8D1(const mlib_s16 *src, argument
87 sp = (void *)src;
136 void mlib_v_ImageLookUpSI_S16_U16_2_D1(const mlib_s16 *src, argument
212 mlib_v_ImageLookUpSI_S16_U16_2(const mlib_s16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u16 **table) argument
259 mlib_v_ImageLookUpSI_S16_U16_3_D1(const mlib_s16 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 **table) argument
369 mlib_v_ImageLookUpSI_S16_U16_3(const mlib_s16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u16 **table) argument
414 mlib_v_ImageLookUpSI_S16_U16_4_DstOff0_D1(const mlib_s16 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 **table) argument
468 mlib_v_ImageLookUpSI_S16_U16_4_DstOff1_D1(const mlib_s16 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 **table) argument
533 mlib_v_ImageLookUpSI_S16_U16_4_DstOff2_D1(const mlib_s16 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 **table) argument
597 mlib_v_ImageLookUpSI_S16_U16_4_DstOff3_D1(const mlib_s16 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 **table) argument
660 mlib_v_ImageLookUpSI_S16_U16_4(const mlib_s16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u16 **table) argument
[all...]
H A Dmlib_v_ImageLookUpSIS16U8Func.c33 static void mlib_v_ImageLookUpSI_S16_U8_2_DstA8D1(const mlib_s16 *src,
38 static void mlib_v_ImageLookUpSI_S16_U8_2_D1(const mlib_s16 *src,
43 static void mlib_v_ImageLookUpSI_S16_U8_3_D1(const mlib_s16 *src,
48 static void mlib_v_ImageLookUpSI_S16_U8_4_DstOff0_D1(const mlib_s16 *src,
53 static void mlib_v_ImageLookUpSI_S16_U8_4_DstOff1_D1(const mlib_s16 *src,
58 static void mlib_v_ImageLookUpSI_S16_U8_4_DstOff2_D1(const mlib_s16 *src,
63 static void mlib_v_ImageLookUpSI_S16_U8_4_DstOff3_D1(const mlib_s16 *src,
72 void mlib_v_ImageLookUpSI_S16_U8_2_DstA8D1(const mlib_s16 *src, argument
90 sp = (void *)src;
172 void mlib_v_ImageLookUpSI_S16_U8_2_D1(const mlib_s16 *src, argument
279 mlib_v_ImageLookUpSI_S16_U8_2(const mlib_s16 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u8 **table) argument
328 mlib_v_ImageLookUpSI_S16_U8_3_D1(const mlib_s16 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
498 mlib_v_ImageLookUpSI_S16_U8_3(const mlib_s16 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u8 **table) argument
544 mlib_v_ImageLookUpSI_S16_U8_4_DstOff0_D1(const mlib_s16 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
631 mlib_v_ImageLookUpSI_S16_U8_4_DstOff1_D1(const mlib_s16 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
730 mlib_v_ImageLookUpSI_S16_U8_4_DstOff2_D1(const mlib_s16 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
828 mlib_v_ImageLookUpSI_S16_U8_4_DstOff3_D1(const mlib_s16 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
925 mlib_v_ImageLookUpSI_S16_U8_4(const mlib_s16 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u8 **table) argument
[all...]
H A Dmlib_v_ImageLookUpSIS32S16Func.c33 static void mlib_v_ImageLookUpSI_S32_S16_2_DstA8D1(const mlib_s32 *src,
38 static void mlib_v_ImageLookUpSI_S32_S16_2_D1(const mlib_s32 *src,
43 static void mlib_v_ImageLookUpSI_S32_S16_3_D1(const mlib_s32 *src,
48 static void mlib_v_ImageLookUpSI_S32_S16_4_DstOff0_D1(const mlib_s32 *src,
53 static void mlib_v_ImageLookUpSI_S32_S16_4_DstOff1_D1(const mlib_s32 *src,
58 static void mlib_v_ImageLookUpSI_S32_S16_4_DstOff2_D1(const mlib_s32 *src,
63 static void mlib_v_ImageLookUpSI_S32_S16_4_DstOff3_D1(const mlib_s32 *src,
72 void mlib_v_ImageLookUpSI_S32_S16_2_DstA8D1(const mlib_s32 *src, argument
88 sp = (void *)src;
137 void mlib_v_ImageLookUpSI_S32_S16_2_D1(const mlib_s32 *src, argument
214 mlib_v_ImageLookUpSI_S32_S16_2(const mlib_s32 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s16 **table) argument
263 mlib_v_ImageLookUpSI_S32_S16_3_D1(const mlib_s32 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 **table) argument
375 mlib_v_ImageLookUpSI_S32_S16_3(const mlib_s32 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s16 **table) argument
421 mlib_v_ImageLookUpSI_S32_S16_4_DstOff0_D1(const mlib_s32 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 **table) argument
476 mlib_v_ImageLookUpSI_S32_S16_4_DstOff1_D1(const mlib_s32 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 **table) argument
541 mlib_v_ImageLookUpSI_S32_S16_4_DstOff2_D1(const mlib_s32 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 **table) argument
605 mlib_v_ImageLookUpSI_S32_S16_4_DstOff3_D1(const mlib_s32 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 **table) argument
668 mlib_v_ImageLookUpSI_S32_S16_4(const mlib_s32 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s16 **table) argument
[all...]
H A Dmlib_v_ImageLookUpSIS32U16Func.c33 static void mlib_v_ImageLookUpSI_S32_U16_2_DstA8D1(const mlib_s32 *src,
38 static void mlib_v_ImageLookUpSI_S32_U16_2_D1(const mlib_s32 *src,
43 static void mlib_v_ImageLookUpSI_S32_U16_3_D1(const mlib_s32 *src,
48 static void mlib_v_ImageLookUpSI_S32_U16_4_DstOff0_D1(const mlib_s32 *src,
53 static void mlib_v_ImageLookUpSI_S32_U16_4_DstOff1_D1(const mlib_s32 *src,
58 static void mlib_v_ImageLookUpSI_S32_U16_4_DstOff2_D1(const mlib_s32 *src,
63 static void mlib_v_ImageLookUpSI_S32_U16_4_DstOff3_D1(const mlib_s32 *src,
72 void mlib_v_ImageLookUpSI_S32_U16_2_DstA8D1(const mlib_s32 *src, argument
88 sp = (void *)src;
137 void mlib_v_ImageLookUpSI_S32_U16_2_D1(const mlib_s32 *src, argument
214 mlib_v_ImageLookUpSI_S32_U16_2(const mlib_s32 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u16 **table) argument
263 mlib_v_ImageLookUpSI_S32_U16_3_D1(const mlib_s32 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 **table) argument
375 mlib_v_ImageLookUpSI_S32_U16_3(const mlib_s32 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u16 **table) argument
421 mlib_v_ImageLookUpSI_S32_U16_4_DstOff0_D1(const mlib_s32 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 **table) argument
476 mlib_v_ImageLookUpSI_S32_U16_4_DstOff1_D1(const mlib_s32 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 **table) argument
541 mlib_v_ImageLookUpSI_S32_U16_4_DstOff2_D1(const mlib_s32 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 **table) argument
605 mlib_v_ImageLookUpSI_S32_U16_4_DstOff3_D1(const mlib_s32 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 **table) argument
668 mlib_v_ImageLookUpSI_S32_U16_4(const mlib_s32 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u16 **table) argument
[all...]
H A Dmlib_v_ImageLookUpSIS32U8Func.c33 static void mlib_v_ImageLookUpSI_S32_U8_2_DstA8D1(const mlib_s32 *src,
38 static void mlib_v_ImageLookUpSI_S32_U8_2_D1(const mlib_s32 *src,
43 static void mlib_v_ImageLookUpSI_S32_U8_3_D1(const mlib_s32 *src,
48 static void mlib_v_ImageLookUpSI_S32_U8_4_DstOff0_D1(const mlib_s32 *src,
53 static void mlib_v_ImageLookUpSI_S32_U8_4_DstOff1_D1(const mlib_s32 *src,
58 static void mlib_v_ImageLookUpSI_S32_U8_4_DstOff2_D1(const mlib_s32 *src,
63 static void mlib_v_ImageLookUpSI_S32_U8_4_DstOff3_D1(const mlib_s32 *src,
72 void mlib_v_ImageLookUpSI_S32_U8_2_DstA8D1(const mlib_s32 *src, argument
90 sp = (void *)src;
172 void mlib_v_ImageLookUpSI_S32_U8_2_D1(const mlib_s32 *src, argument
278 mlib_v_ImageLookUpSI_S32_U8_2(const mlib_s32 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u8 **table) argument
327 mlib_v_ImageLookUpSI_S32_U8_3_D1(const mlib_s32 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
497 mlib_v_ImageLookUpSI_S32_U8_3(const mlib_s32 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u8 **table) argument
543 mlib_v_ImageLookUpSI_S32_U8_4_DstOff0_D1(const mlib_s32 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
630 mlib_v_ImageLookUpSI_S32_U8_4_DstOff1_D1(const mlib_s32 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
729 mlib_v_ImageLookUpSI_S32_U8_4_DstOff2_D1(const mlib_s32 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
827 mlib_v_ImageLookUpSI_S32_U8_4_DstOff3_D1(const mlib_s32 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
924 mlib_v_ImageLookUpSI_S32_U8_4(const mlib_s32 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u8 **table) argument
[all...]
H A Dmlib_v_ImageLookUpSIU16S16Func.c33 static void mlib_v_ImageLookUpSI_U16_S16_2_DstA8D1(const mlib_u16 *src,
38 static void mlib_v_ImageLookUpSI_U16_S16_2_D1(const mlib_u16 *src,
43 static void mlib_v_ImageLookUpSI_U16_S16_3_D1(const mlib_u16 *src,
48 static void mlib_v_ImageLookUpSI_U16_S16_4_DstOff0_D1(const mlib_u16 *src,
53 static void mlib_v_ImageLookUpSI_U16_S16_4_DstOff1_D1(const mlib_u16 *src,
58 static void mlib_v_ImageLookUpSI_U16_S16_4_DstOff2_D1(const mlib_u16 *src,
63 static void mlib_v_ImageLookUpSI_U16_S16_4_DstOff3_D1(const mlib_u16 *src,
72 void mlib_v_ImageLookUpSI_U16_S16_2_DstA8D1(const mlib_u16 *src, argument
87 sp = (void *)src;
136 void mlib_v_ImageLookUpSI_U16_S16_2_D1(const mlib_u16 *src, argument
212 mlib_v_ImageLookUpSI_U16_S16_2(const mlib_u16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s16 **table) argument
259 mlib_v_ImageLookUpSI_U16_S16_3_D1(const mlib_u16 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 **table) argument
369 mlib_v_ImageLookUpSI_U16_S16_3(const mlib_u16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s16 **table) argument
414 mlib_v_ImageLookUpSI_U16_S16_4_DstOff0_D1(const mlib_u16 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 **table) argument
468 mlib_v_ImageLookUpSI_U16_S16_4_DstOff1_D1(const mlib_u16 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 **table) argument
533 mlib_v_ImageLookUpSI_U16_S16_4_DstOff2_D1(const mlib_u16 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 **table) argument
597 mlib_v_ImageLookUpSI_U16_S16_4_DstOff3_D1(const mlib_u16 *src, mlib_s16 *dst, mlib_s32 xsize, const mlib_s16 **table) argument
660 mlib_v_ImageLookUpSI_U16_S16_4(const mlib_u16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s16 **table) argument
[all...]
H A Dmlib_v_ImageLookUpSIU16U16Func.c33 static void mlib_v_ImageLookUpSI_U16_U16_2_DstA8D1(const mlib_u16 *src,
38 static void mlib_v_ImageLookUpSI_U16_U16_2_D1(const mlib_u16 *src,
43 static void mlib_v_ImageLookUpSI_U16_U16_3_D1(const mlib_u16 *src,
48 static void mlib_v_ImageLookUpSI_U16_U16_4_DstOff0_D1(const mlib_u16 *src,
53 static void mlib_v_ImageLookUpSI_U16_U16_4_DstOff1_D1(const mlib_u16 *src,
58 static void mlib_v_ImageLookUpSI_U16_U16_4_DstOff2_D1(const mlib_u16 *src,
63 static void mlib_v_ImageLookUpSI_U16_U16_4_DstOff3_D1(const mlib_u16 *src,
72 void mlib_v_ImageLookUpSI_U16_U16_2_DstA8D1(const mlib_u16 *src, argument
87 sp = (void *)src;
136 void mlib_v_ImageLookUpSI_U16_U16_2_D1(const mlib_u16 *src, argument
214 mlib_v_ImageLookUpSI_U16_U16_2(const mlib_u16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u16 **table) argument
262 mlib_v_ImageLookUpSI_U16_U16_3_D1(const mlib_u16 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 **table) argument
373 mlib_v_ImageLookUpSI_U16_U16_3(const mlib_u16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u16 **table) argument
418 mlib_v_ImageLookUpSI_U16_U16_4_DstOff0_D1(const mlib_u16 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 **table) argument
472 mlib_v_ImageLookUpSI_U16_U16_4_DstOff1_D1(const mlib_u16 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 **table) argument
537 mlib_v_ImageLookUpSI_U16_U16_4_DstOff2_D1(const mlib_u16 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 **table) argument
601 mlib_v_ImageLookUpSI_U16_U16_4_DstOff3_D1(const mlib_u16 *src, mlib_u16 *dst, mlib_s32 xsize, const mlib_u16 **table) argument
664 mlib_v_ImageLookUpSI_U16_U16_4(const mlib_u16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u16 **table) argument
[all...]

Completed in 55 milliseconds

<<11121314151617181920>>