Searched defs:rem (Results 1 - 25 of 29) sorted by relevance

12

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DBytecodeNumericOps.java87 Type rem(MethodVisitor method, int programPoint); method in interface:BytecodeNumericOps
H A DIntType.java247 public Type rem(final MethodVisitor method, final int programPoint) { method in class:IntType
H A DNumberType.java168 public Type rem(final MethodVisitor method, final int programPoint) { method in class:NumberType
/openjdk10/jdk/src/java.base/share/native/libzip/zlib/
H A Dzadler32.c174 unsigned rem; local
/openjdk10/jdk/src/java.base/windows/native/libnio/ch/
H A DSocketDispatcher.c93 jint rem = MAX_BUFFER_SIZE; local
215 jint rem = MAX_BUFFER_SIZE; local
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DIOVecWrapper.java110 void setBuffer(int i, ByteBuffer buf, int pos, int rem) { argument
H A DDatagramChannelImpl.java411 receiveIntoNativeBuffer(FileDescriptor fd, ByteBuffer bb, int rem, int pos) argument
[all...]
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dassembler_ppc.cpp359 long rem = x; // Remaining part of const. local
474 long rem = x; local
[all...]
/openjdk10/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp83 enum Operation { add, sub, mul, div, rem, _and, _or, _xor, shl, shr, ushr }; enumerator in enum:TemplateTable::Operation
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/hpack/
H A DHuffman.java134 private int rem; // number of least significant bits in 'code' yet to be processed field in class:Huffman.Writer
[all...]
/openjdk10/langtools/test/tools/javac/warnings/
H A DRemoval.java128 RefKind(String template, String def, String dep, String rem) { argument
/openjdk10/jdk/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java368 private final int pos, rem; // buffer position/remaining field in class:WindowsAsynchronousFileChannelImpl.ReadTask
555 private final int pos, rem; // buffe field in class:WindowsAsynchronousFileChannelImpl.WriteTask
375 ReadTask(ByteBuffer dst, int pos, int rem, long position, PendingFuture<Integer,A> result) argument
562 WriteTask(ByteBuffer src, int pos, int rem, long position, PendingFuture<Integer,A> result) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/zip/
H A DZipFile.java684 protected long rem; // number of remaining bytes within entry field in class:ZipFile.ZipFileInputStream
[all...]
/openjdk10/jdk/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/
H A DSctpChannelImpl.java851 receiveIntoNativeBuffer(int fd, ResultContainer resultContainer, ByteBuffer bb, int rem, int pos, boolean peek) argument
[all...]
H A DSctpMultiChannelImpl.java576 receiveIntoNativeBuffer(int fd, ResultContainer resultContainer, ByteBuffer bb, int rem, int pos) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.aarch64/src/org/graalvm/compiler/asm/aarch64/
H A DAArch64MacroAssembler.java768 public void rem(int size, Register dst, Register n, Register d) { method in class:AArch64MacroAssembler
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DArithmeticOpTable.java70 private final BinaryOp<Rem> rem; field in class:ArithmeticOpTable
153 protected ArithmeticOpTable(UnaryOp<Neg> neg, BinaryOp<Add> add, BinaryOp<Sub> sub, BinaryOp<Mul> mul, BinaryOp<MulHigh> mulHigh, BinaryOp<UMulHigh> umulHigh, BinaryOp<Div> div, BinaryOp<Rem> rem, argument
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/macosx/native/libsaproc/
H A Dps_core.c475 ssize_t len, rem; local
/openjdk10/hotspot/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dps_core.c471 ssize_t len, rem; local
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/commons/
H A DInstructionAdapter.java846 public void rem(final Type type) { method in class:InstructionAdapter
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A DmultiVis.c403 int32_t rem ; local
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_DnDDS.cpp1515 unsigned int rem = m_blen - m_off; local
1621 unsigned int rem = m_blen - m_off; local
/openjdk10/jdk/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java1457 protected long rem; // number of remaining bytes within entry field in class:ZipFileSystem.EntryInputStream
[all...]
/openjdk10/hotspot/src/share/vm/gc/cms/
H A DcompactibleFreeListSpace.cpp2676 size_t rem; local
[all...]
/openjdk10/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Dmpi.c562 mp_digit rem; local
1278 mp_digit rem; local
2687 mp_digit rem, rdx = (mp_digit)radix; local
3387 mp_int rem; local
3399 mp_digit rem; local
4211 s_mp_div(mp_int *rem, mp_int *div, mp_int *quot) argument
[all...]

Completed in 225 milliseconds

12