Home | History | Annotate | Download | only in util

Lines Matching refs:ushort

232       const ushort(*rowA)[4] = (const ushort(*)[4]) srcRowA;
233 const ushort(*rowB)[4] = (const ushort(*)[4]) srcRowB;
234 ushort(*dst)[4] = (ushort(*)[4]) dstRow;
245 const ushort(*rowA)[3] = (const ushort(*)[3]) srcRowA;
246 const ushort(*rowB)[3] = (const ushort(*)[3]) srcRowB;
247 ushort(*dst)[3] = (ushort(*)[3]) dstRow;
257 const ushort(*rowA)[2] = (const ushort(*)[2]) srcRowA;
258 const ushort(*rowB)[2] = (const ushort(*)[2]) srcRowB;
259 ushort(*dst)[2] = (ushort(*)[2]) dstRow;
268 const ushort *rowA = (const ushort *) srcRowA;
269 const ushort *rowB = (const ushort *) srcRowB;
270 ushort *dst = (ushort *) dstRow;
413 const ushort *rowA = (const ushort *) srcRowA;
414 const ushort *rowB = (const ushort *) srcRowB;
415 ushort *dst = (ushort *) dstRow;
438 const ushort *rowA = (const ushort *) srcRowA;
439 const ushort *rowB = (const ushort *) srcRowB;
440 ushort *dst = (ushort *) dstRow;
468 const ushort *rowA = (const ushort *) srcRowA;
469 const ushort *rowB = (const ushort *) srcRowB;
470 ushort *dst = (ushort *) dstRow;
596 DECLARE_ROW_POINTERS(ushort, 4);
607 DECLARE_ROW_POINTERS(ushort, 3);
617 DECLARE_ROW_POINTERS(ushort, 2);
626 DECLARE_ROW_POINTERS(ushort, 1);
726 DECLARE_ROW_POINTERS0(ushort);
764 DECLARE_ROW_POINTERS0(ushort);
813 DECLARE_ROW_POINTERS0(ushort);
862 DECLARE_ROW_POINTERS0(ushort);