Searched refs:ip (Results 1 - 25 of 57) sorted by relevance

123

/openjdk10/jdk/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_input32.h43 srcP.ip += srcOff + ((srcY-srcOY) * srcScan)
46 (*srcP.ip++)
49 (srcP.ip[srcX])
52 srcP.ip += X
H A Dimg_input8_32.h58 srcP.ip += srcOff + ((srcY-srcOY) * srcScan); \
65 (src32 ? *srcP.ip++ : ((int) *srcP.bp++))
68 (src32 ? srcP.ip[srcX] : ((int) srcP.bp[srcX]))
73 srcP.ip += X; \
H A Dimg_output32.h44 dstP.ip += dstX; \
48 *dstP.ip++ = pixel
53 dstP.ip -= (dstX2 - dstX1); \
H A Dimg_util.h103 unsigned int *ip; member in union:__anon844
H A Dimg_output8_16_32.h65 *dstP.ip++ = pixel; \
H A Dimg_output8_32.h57 *dstP.ip++ = pixel; \
H A Dimg_output16_32.h61 *dstP.ip++ = pixel; \
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DByteCodeMachine.java46 private int ip; // instruction pointer field in class:ByteCodeMachine
95 new ByteCodePrinter(regex).compiledByteCodeToString(sb, ip);
107 ip = 0;
125 switch (c[ip++]) {
306 if (s >= range || code[ip] != chars[s++]) {opFail(); return;}
308 ip++;
314 if (code[ip] != chars[s]) {opFail(); return;}
315 ip++; s++;
316 if (code[ip] != chars[s]) {opFail(); return;}
318 ip
[all...]
/openjdk10/jdk/test/java/nio/channels/DatagramChannel/
H A DAdaptDatagramSocket.java53 DatagramPacket ip = new DatagramPacket(new byte[100], 19, 100 - 19);
54 out.println("pre op: " + toString(op) + " ip: " + toString(ip));
61 ds.receive(ip);
62 if (ip.getLength() == 0) { // ## Not sure why this happens
63 ip.setLength(100 - 19);
77 out.println("post op: " + toString(op) + " ip: " + toString(ip));
79 for (int i = 0; i < ip.getLength(); i++) {
80 if (ip
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DHostPortrange.java88 byte[] ip = IPAddressUtil.textToNumericFormatV6(hoststr);
89 if (ip == null) {
96 ip[0], ip[1], ip[2], ip[3], ip[4], ip[5], ip[6], ip[
[all...]
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/amd64/
H A DAMD64InstructionDecoder.java103 int ip = pcOffset;
113 switch (0xFF & code[ip++]) {
125 assert ip == pcOffset + 1 : "only one prefix allowed";
165 currentEndOfInstruction = ip + 4;
172 switch (0xFF & code[ip++]) {
201 ip--; // reparse the 0x0F
218 currentEndOfInstruction = ip + (is64bit ? 8 : 4);
228 switch (0xFF & code[ip++]) {
230 ip++; // skip opcode
236 ip
[all...]
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.cpp34 NativeInstruction* ip = nativeInstruction_at(addr()); local
35 jint inst = ip->long_at(0);
87 guarantee(ip->long_at(0) == inst, "instructions must match");
89 ip->set_long_at(0, inst);
104 guarantee(ip->long_at(0) == inst, "instructions must match");
106 ip->set_long_at(0, inst);
108 inst2 = ip->long_at( NativeInstruction::nop_instruction_size );
111 guarantee(ip->long_at(NativeInstruction::nop_instruction_size) == NativeInstruction::set_data32_simm13( inst2, (intptr_t)np),
114 ip->set_long_at(NativeInstruction::nop_instruction_size, NativeInstruction::set_data32_simm13( inst2, (intptr_t)np));
119 ip
[all...]
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DDOMOutput.java63 Object ip = nsContext.getCurrent().getInnerPeer();
64 if(ip!=null)
65 assoc.addInner( getBuilder().getCurrentElement(), ip );
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/binary/
H A DPatternBuilder.java96 InterleavePattern ip = (InterleavePattern)p1;
97 return makeInterleave(ip.p1, makeInterleave(ip.p2, p2));
101 InterleavePattern ip = (InterleavePattern)p2;
102 if (p1.hashCode() > ip.p1.hashCode())
103 return makeInterleave(ip.p1, makeInterleave(p1, ip.p2));
/openjdk10/jdk/src/java.desktop/share/classes/java/beans/
H A DSimpleBeanInfo.java188 final ImageProducer ip = (ImageProducer) url.getContent();
189 if (ip != null) {
190 return Toolkit.getDefaultToolkit().createImage(ip);
/openjdk10/jdk/src/java.desktop/share/native/libjavajpeg/
H A Djpegdecoder.c180 int *ip; member in union:sun_jpeg_source_mgr::pixptr
215 if (src->outbuf.ip) {
217 src->outbuf.ip, 0);
218 src->outbuf.ip = 0;
236 assert(src->outbuf.ip == 0);
238 src->outbuf.ip = (int *)(*env)->GetPrimitiveArrayCritical
240 if (src->outbuf.ip == 0) {
505 int *ip, pixel; local
518 jsrc.outbuf.ip = 0;
673 ip
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/image/
H A DImageFilter.java239 * @param ip the ImageProducer that is feeding this instance of
242 * @exception NullPointerException if {@code ip} is null
244 public void resendTopDownLeftRight(ImageProducer ip) { argument
245 ip.requestTopDownLeftRightResend(this);
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/
H A DCustomCursor.java91 ImageProducer ip = cursor.getSource();
92 PixelGrabber pg = new PixelGrabber(ip, 0, 0, width, height,
/openjdk10/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp66 address ip = addr(); local
67 address disp = Assembler::locate_operand(ip, which);
68 address next_ip = Assembler::locate_next_instruction(ip);
171 address ip = addr(); local
172 address disp = Assembler::locate_operand(ip, which);
173 address next_ip = Assembler::locate_next_instruction(ip);
/openjdk10/hotspot/src/os_cpu/linux_arm/vm/
H A Dlinux_arm_32.s75 stmdb sp!, {r3 - r9, ip}
88 ldmia r1!, {r3 - r9, ip}
91 stmia r0!, {r3 - r9, ip}
112 ldmia sp!, {r3 - r9, ip}
120 stmdb sp!, {r3 - r9, ip}
136 ldmia r1!, {r3 - r9, ip}
139 stmia r0!, {r3 - r9, ip}
169 ldmdb r1!, {r3-r9,ip}
172 stmdb r0!, {r3-r9,ip}
193 ldmia sp!, {r3 - r9, ip}
[all...]
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_CFGPrinter.cpp132 InstructionPrinter ip(true, output());
144 ip.print_phi(index, value, block);
156 ip.print_phi(index, value, block);
170 ip.print_phi(index, value, block);
191 InstructionPrinter ip(true, output());
201 ip.print_temp(instr);
203 ip.print_instr(instr);
H A Dc1_ValueStack.cpp202 InstructionPrinter ip; local
207 ip.print_instr(t);
212 InstructionPrinter ip; local
220 ip.print_instr(t);
226 InstructionPrinter ip; local
235 ip.print_instr(l);
H A Dc1_Instruction.cpp125 InstructionPrinter ip; local
126 print(ip);
131 InstructionPrinter ip; local
132 ip.print_line(this);
136 void Instruction::print(InstructionPrinter& ip) { argument
137 ip.print_head();
138 ip.print_line(this);
890 InstructionPrinter ip; local
891 print_block(ip, false);
895 void BlockBegin::print_block(InstructionPrinter& ip, boo argument
935 InstructionPrinter ip; local
[all...]
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/
H A DX11CustomCursor.java153 int ip = j*width + i;
156 if ((pixels[ip] & 0xff000000) != 0) {
160 int pr = (pixels[ip] >> 16) & 0x000000ff;
161 int pg = (pixels[ip] >> 8) & 0x000000ff;
162 int pb = (pixels[ip] >> 0) & 0x000000ff;
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkIntrinsics.cpp160 BasicBlock *ip = builder()->GetBlockInsertionPoint(); local
161 BasicBlock *return_a = builder()->CreateBlock(ip, "return_a");
162 BasicBlock *return_b = builder()->CreateBlock(ip, "return_b");
163 BasicBlock *done = builder()->CreateBlock(ip, "done");

Completed in 282 milliseconds

123