Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 337 for 3x42 (0.06 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go

    	SYS_CLOCK_ADJTIME           = 337
    	SYS_SYNCFS                  = 338
    	SYS_SETNS                   = 339
    	SYS_PROCESS_VM_READV        = 340
    	SYS_PROCESS_VM_WRITEV       = 341
    	SYS_S390_RUNTIME_INSTR      = 342
    	SYS_KCMP                    = 343
    	SYS_FINIT_MODULE            = 344
    	SYS_SCHED_SETATTR           = 345
    	SYS_SCHED_GETATTR           = 346
    	SYS_RENAMEAT2               = 347
    	SYS_SECCOMP                 = 348
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. cmd/site-replication-metrics_gen.go

    	if err != nil {
    		return
    	}
    	err = en.WriteInt64(z.Count)
    	if err != nil {
    		err = msgp.WrapError(err, "Count")
    		return
    	}
    	// write "Bytes"
    	err = en.Append(0xa5, 0x42, 0x79, 0x74, 0x65, 0x73)
    	if err != nil {
    		return
    	}
    	err = en.WriteInt64(z.Bytes)
    	if err != nil {
    		err = msgp.WrapError(err, "Bytes")
    		return
    	}
    	return
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Feb 06 06:00:45 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/CompactHashing.java

       * hashtable size to reduce expensive rehashing. Otherwise the returned power of 2 is 2x the
       * current hashtable size.
       */
      static int newCapacity(int mask) {
        return ((mask < 32) ? 4 : 2) * (mask + 1);
      }
    
      /** Returns the hash prefix given the current mask. */
      static int getHashPrefix(int value, int mask) {
        return value & ~mask;
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 02 21:41:22 UTC 2021
    - 7.1K bytes
    - Viewed (0)
  4. cmd/object-api-datatypes_gen.go

    	o = msgp.AppendBool(o, z.Inlined)
    	// string "DataBlocks"
    	o = append(o, 0xaa, 0x44, 0x61, 0x74, 0x61, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x73)
    	o = msgp.AppendInt(o, z.DataBlocks)
    	// string "ParityBlocks"
    	o = append(o, 0xac, 0x50, 0x61, 0x72, 0x69, 0x74, 0x79, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x73)
    	o = msgp.AppendInt(o, z.ParityBlocks)
    	return
    }
    
    // UnmarshalMsg implements msgp.Unmarshaler
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/coordination/v1/generated.pb.go

    	0x2a, 0x22, 0x87, 0xc8, 0xd9, 0x32, 0xf4, 0xc7, 0x78, 0x73, 0xc9, 0xd8, 0x44, 0x3a, 0xc9, 0x21,
    	0x0a, 0x1e, 0xcc, 0x90, 0x15, 0x7d, 0x0a, 0x0d, 0xa0, 0xfd, 0xcb, 0x42, 0x35, 0xa3, 0xe8, 0x52,
    	0x21, 0xed, 0xb3, 0x95, 0xe0, 0xf8, 0x6e, 0xc1, 0xb5, 0xdb, 0xc4, 0x6e, 0xcc, 0x76, 0x6c, 0x5f,
    	0x4f, 0x16, 0x42, 0xbf, 0x45, 0x55, 0x2a, 0x21, 0x15, 0xce, 0xd6, 0x5e, 0x79, 0xbf, 0x7e, 0xf0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 24K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/coordination/v1beta1/generated.pb.go

    	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0x41, 0x6f, 0xd3, 0x30,
    	0x14, 0xc7, 0x9b, 0xb5, 0x95, 0x56, 0x97, 0x8d, 0x2a, 0xea, 0x21, 0xea, 0x21, 0x99, 0x7a, 0x40,
    	0x13, 0x12, 0x36, 0x9d, 0x10, 0x42, 0x9c, 0x20, 0x02, 0x89, 0x89, 0x4c, 0x48, 0xd9, 0x4e, 0x68,
    	0x07, 0xdc, 0xe4, 0x91, 0x9a, 0x2e, 0x71, 0x88, 0xdd, 0xa2, 0xdd, 0xf8, 0x08, 0x5c, 0xf9, 0x22,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	IPV6_RTHDR_TYPE_0             = 0x0
    	IPV6_SEC_OPT                  = 0x22
    	IPV6_SRC_PREFERENCES          = 0x23
    	IPV6_TCLASS                   = 0x26
    	IPV6_UNICAST_HOPS             = 0x5
    	IPV6_UNSPEC_SRC               = 0x42
    	IPV6_USE_MIN_MTU              = 0x20
    	IPV6_V6ONLY                   = 0x27
    	IP_ADD_MEMBERSHIP             = 0x13
    	IP_ADD_SOURCE_MEMBERSHIP      = 0x17
    	IP_BLOCK_SOURCE               = 0x15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go

    	SYS_STAT64                         = 338
    	SYS_FSTAT64                        = 339
    	SYS_LSTAT64                        = 340
    	SYS_STAT64_EXTENDED                = 341
    	SYS_LSTAT64_EXTENDED               = 342
    	SYS_FSTAT64_EXTENDED               = 343
    	SYS_GETDIRENTRIES64                = 344
    	SYS_STATFS64                       = 345
    	SYS_FSTATFS64                      = 346
    	SYS_GETFSSTAT64                    = 347
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go

    	SYS_RECVFROM                = 337
    	SYS_SHUTDOWN                = 338
    	SYS_SETSOCKOPT              = 339
    	SYS_GETSOCKOPT              = 340
    	SYS_SENDMSG                 = 341
    	SYS_RECVMSG                 = 342
    	SYS_RECVMMSG                = 343
    	SYS_ACCEPT4                 = 344
    	SYS_NAME_TO_HANDLE_AT       = 345
    	SYS_OPEN_BY_HANDLE_AT       = 346
    	SYS_CLOCK_ADJTIME           = 347
    	SYS_SYNCFS                  = 348
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_amd64.go

    	IPV6_RECVHOPLIMIT                = 0x33
    	IPV6_RECVHOPOPTS                 = 0x35
    	IPV6_RECVPKTINFO                 = 0x31
    	IPV6_RECVRTHDR                   = 0x38
    	IPV6_RECVTCLASS                  = 0x42
    	IPV6_ROUTER_ALERT                = 0x16
    	IPV6_RTHDR                       = 0x39
    	IPV6_RTHDRDSTOPTS                = 0x37
    	IPV6_RTHDR_LOOSE                 = 0x0
    	IPV6_RTHDR_STRICT                = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
Back to top