Searched refs:chan (Results 26 - 34 of 34) sorted by relevance

12

/openjdk10/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DRequest.java42 private SocketChannel chan; field in class:Request
233 public ReadStream (ServerImpl server, SocketChannel chan) throws IOException { argument
234 this.channel = chan;
/openjdk10/jdk/src/java.desktop/unix/native/libmlib_image/
H A Dmlib_v_ImageConvCopyEdge.c136 #define VERT_EDGES(chan, type, mask) \
150 for (l = chan - 1; l >= 0; l--) { \
158 pdst[i*dst_stride + l + j*chan] = \
159 psrc[i*src_stride + l + j*chan]; \
164 pdst[i*dst_stride + l+(img_width-1 - j)*chan] = \
165 psrc[i*src_stride + l+(img_width-1 - j)*chan]; \
171 if (((img_width * chan) == dst_stride) && \
172 ((img_width * chan) == src_stride)) { \
183 #define HORIZ_EDGES(chan, type, mask) { \
185 for (l = chan
[all...]
H A Dmlib_v_ImageConvClearEdge.c167 #define VERT_EDGES(chan, type, mask) \
180 for (l = chan - 1; l >= 0; l--) { \
189 pdst[i*dst_stride + l + j*chan] = color_i; \
194 pdst[i*dst_stride + l+(dst_width-1 - j)*chan] = color_i; \
201 if ((dst_width * chan) == dst_stride) { \
211 #define HORIZ_EDGES(chan, type, mask) \
214 for (l = chan - 1; l >= 0; l--) { \
223 pdst[i * dst_stride + l + j * chan] = color_i; \
228 pdst[(dst_height - 1 - i) * dst_stride + l + j * chan] = \
H A Dmlib_v_ImageConvMxN_8.c153 mlib_s32 i, j, l, chan, testchan; local
206 for (chan = 0; chan < nchan; chan++) {
H A Dmlib_v_ImageConvMxN_8ext.c858 mlib_s32 i, j, l, chan, testchan; local
909 for (chan = 0; chan < nchan; chan++) {
/openjdk10/jdk/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dvis_XorBlit.c33 #define ARGB_XOR(index, chan) \
42 #define BGR_XOR(index, chan) \
53 #define ARGB_BM_XOR(index, chan) \
63 #define RGBX_XOR(index, chan) \
H A Dmlib_v_ImageClear_f.c44 #define PREPAREVARS(type, chan) \
53 if ((img_width * chan) == img_stride) { \
60 #define STRIP(pd, color, w, h, chan, data_type) \
61 for (l = 0; l < chan; l++) { \
64 for (j = 0; j < w; j++) pd[i*img_stride+l+j*chan] = color_i; \
/openjdk10/jdk/test/sun/security/krb5/auto/
H A DReplayCacheTestProc.java427 try (SeekableByteChannel chan = Files.newByteChannel(
429 chan.position(6);
433 if (AuthTime.readFrom(chan) != null) cc++;
/openjdk10/jdk/src/java.desktop/share/native/libmlib_image/
H A Dmlib_c_ImageCopy.c172 mlib_s32 chan = mlib_ImageGetChannels(dst); \
175 src_width *= chan; \

Completed in 127 milliseconds

12