Searched defs:nd (Results 1 – 9 of 9) sorted by relevance
47 NativeDispatcher nd) in write()77 long position, NativeDispatcher nd) in writeFromNativeBuffer()100 static long write(FileDescriptor fd, ByteBuffer[] bufs, NativeDispatcher nd) in write()107 NativeDispatcher nd) in write()186 NativeDispatcher nd) in read()208 long position, NativeDispatcher nd) in readIntoNativeBuffer()230 static long read(FileDescriptor fd, ByteBuffer[] bufs, NativeDispatcher nd) in read()237 NativeDispatcher nd) in read()
40 private static NativeDispatcher nd; field in SinkChannelImpl
41 private static NativeDispatcher nd; field in SourceChannelImpl
47 private static NativeDispatcher nd; field in ServerSocketChannelImpl
56 private final FileDispatcher nd; field in FileChannelImpl778 private static final NativeDispatcher nd = new FileDispatcherImpl(); field in FileChannelImpl.Unmapper
51 private static NativeDispatcher nd; field in SocketChannelImpl
51 private static NativeDispatcher nd = new DatagramDispatcher(); field in DatagramChannelImpl
230 char nd[] = new char[dp + 10]; in encodePercent() local243 char nd[] = new char[dp + 10]; in encodePercent() local
60 public FDBigInt( long seed, char digit[], int nd0, int nd ){ in FDBigInt()