Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 71 for pad8 (0.21 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), type Msghdr struct, Pad_cgo_0 [4]uint8
    pkg syscall (darwin-arm64), type Msghdr struct, Pad_cgo_1 [4]uint8
    pkg syscall (darwin-arm64), type Radvisory_t struct
    pkg syscall (darwin-arm64), type Radvisory_t struct, Count int32
    pkg syscall (darwin-arm64), type Radvisory_t struct, Offset int64
    pkg syscall (darwin-arm64), type Radvisory_t struct, Pad_cgo_0 [4]uint8
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64), type Msghdr struct, Pad_cgo_0 [4]uint8
    pkg syscall (freebsd-arm64), type Msghdr struct, Pad_cgo_1 [4]uint8
    pkg syscall (freebsd-arm64), type RawSockaddr struct, Data [14]int8
    pkg syscall (freebsd-arm64), type RawSockaddr struct, Family uint8
    pkg syscall (freebsd-arm64), type RawSockaddr struct, Len uint8
    pkg syscall (freebsd-arm64), type RawSockaddrAny struct, Pad [92]int8
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Iterators.java

        return partitionImpl(iterator, size, true);
      }
    
      private static <T extends @Nullable Object> UnmodifiableIterator<List<@Nullable T>> partitionImpl(
          Iterator<T> iterator, int size, boolean pad) {
        checkNotNull(iterator);
        checkArgument(size > 0);
        return new UnmodifiableIterator<List<@Nullable T>>() {
          @Override
          public boolean hasNext() {
            return iterator.hasNext();
          }
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Tue Jan 30 00:14:39 GMT 2024
    - 50.5K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/MinMaxPriorityQueue.java

        this.maxHeap = new Heap(ordering.reverse());
        minHeap.otherHeap = maxHeap;
        maxHeap.otherHeap = minHeap;
    
        this.maximumSize = builder.maximumSize;
        // TODO(kevinb): pad?
        this.queue = new Object[queueSize];
      }
    
      @Override
      public int size() {
        return size;
      }
    
      /**
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 22 21:19:52 GMT 2024
    - 34K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/Iterators.java

        return partitionImpl(iterator, size, true);
      }
    
      private static <T extends @Nullable Object> UnmodifiableIterator<List<@Nullable T>> partitionImpl(
          Iterator<T> iterator, int size, boolean pad) {
        checkNotNull(iterator);
        checkArgument(size > 0);
        return new UnmodifiableIterator<List<@Nullable T>>() {
          @Override
          public boolean hasNext() {
            return iterator.hasNext();
          }
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Tue Apr 30 18:43:01 GMT 2024
    - 51.1K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Dirent struct, Namlen uint16 #53466
    pkg syscall (freebsd-riscv64), type Dirent struct, Off int64 #53466
    pkg syscall (freebsd-riscv64), type Dirent struct, Pad0 uint8 #53466
    pkg syscall (freebsd-riscv64), type Dirent struct, Pad1 uint16 #53466
    pkg syscall (freebsd-riscv64), type Dirent struct, Reclen uint16 #53466
    pkg syscall (freebsd-riscv64), type Dirent struct, Type uint8 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  7. cmd/object-api-utils.go

    	dnsDelimiter = "."
    	// On compressed files bigger than this;
    	compReadAheadSize = 100 << 20
    	// Read this many buffers ahead.
    	compReadAheadBuffers = 5
    	// Size of each buffer.
    	compReadAheadBufSize = 1 << 20
    	// Pad Encrypted+Compressed files to a multiple of this.
    	compPadEncrypted = 256
    	// Disable compressed file indices below this size
    	compMinIndexSize = 8 << 20
    )
    
    // isMinioBucket returns true if given bucket is a MinIO internal
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Mar 11 11:55:34 GMT 2024
    - 35.6K bytes
    - Viewed (1)
  8. android/guava/src/com/google/common/math/LongMath.java

           * roundArbitrarilyAsLong is Long.MAX_VALUE. (This is the only way this condition can occur as
           * otherwise the conversion back to long pads with zero bits.) In this case we know that
           * roundArbitrarily > x. (This is important when x == Long.MAX_VALUE ==
           * roundArbitrarilyAsLong.)
           */
          cmpXToRoundArbitrarily = -1;
        } else {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Feb 07 17:50:39 GMT 2024
    - 44.6K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    final int BASELENGTH = 255; static final int LOOKUPLENGTH = 64; static final int EIGHTBIT = 8; static final int SIXTEENBIT = 16; static final int TWENTYFOURBITGROUP = 24; static final int FOURBYTE = 4; static final int SIGN = -128; static final byte PAD = 61; private static byte[] base64Alphabet; private static byte[] lookUpBase64Alphabet; public void Base64(); private static boolean isBase64(byte); public static boolean isArrayByteBase64(byte[]); public static byte[] encodeBase64(byte[]); public static...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 164.6K bytes
    - Viewed (0)
  10. maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    final int BASELENGTH = 255; static final int LOOKUPLENGTH = 64; static final int EIGHTBIT = 8; static final int SIXTEENBIT = 16; static final int TWENTYFOURBITGROUP = 24; static final int FOURBYTE = 4; static final int SIGN = -128; static final byte PAD = 61; private static byte[] base64Alphabet; private static byte[] lookUpBase64Alphabet; public void Base64(); private static boolean isBase64(byte); public static boolean isArrayByteBase64(byte[]); public static byte[] encodeBase64(byte[]); public static...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Oct 23 23:48:02 GMT 2009
    - 164.6K bytes
    - Viewed (0)
Back to top