- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 133 for amd64 (0.05 sec)
-
src/cmd/asm/internal/asm/operand_test.go
} if result != test.output { t.Errorf("fail at %s: got %s; expected %s\n", test.input, result, test.output) } } } func TestAMD64OperandParser(t *testing.T) { parser := newParser("amd64") testOperandParser(t, parser, amd64OperandTests) testBadOperandParser(t, parser, amd64BadOperandTests) parser.allowABI = true testOperandParser(t, parser, amd64RuntimeOperandTests)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 29 18:31:05 UTC 2023 - 23.9K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-amd64), const SYS_FSTAT = 551 #53280 pkg syscall (freebsd-amd64), const SYS_FSTATAT = 552 #53280 pkg syscall (freebsd-amd64), const SYS_FSTATFS = 556 #53280 pkg syscall (freebsd-amd64), const SYS_GETDIRENTRIES = 554 #53280 pkg syscall (freebsd-amd64), const SYS_GETFSSTAT = 557 #53280 pkg syscall (freebsd-amd64), const SYS_MKNODAT = 559 #53280 pkg syscall (freebsd-amd64), const SYS_STATFS = 555 #53280
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
docs/resiliency/resiliency-tests.sh
verify_resiliency_healing "${FUNCNAME[0]}" "${WANT}" } function main() { if [ ! -f ./mc ]; then wget -q https://dl.minio.io/client/mc/release/linux-amd64/mc && chmod +x ./mc fi export MC_HOST_myminio=http://minioadmin:minioadmin@localhost:9000 cleanup_and_prune # Run resiliency tests against MinIO docker compose -f "${DOCKER_COMPOSE_FILE}" up -d
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Dec 21 04:24:45 UTC 2024 - 20.5K bytes - Viewed (0) -
docs/site-replication/run-multi-site-minio-idp.sh
export MINIO_PROMETHEUS_AUTH_TYPE=public export MINIO_KMS_SECRET_KEY=my-minio-key:OSMM+vkKUTCvQs9YL/CVMIMt43HFhkUpqJxTmGl6rYw= if [ ! -f ./mc ]; then wget -O mc https://dl.minio.io/client/mc/release/linux-amd64/mc && chmod +x mc fi minio server --config-dir /tmp/minio-internal --address ":9001" http://localhost:9001/tmp/minio-internal-idp1/{1...4} http://localhost:9010/tmp/minio-internal-idp1/{5...8} >/tmp/minio1_1.log 2>&1 &
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Sep 24 08:03:58 UTC 2024 - 12.1K bytes - Viewed (0) -
docs/bucket/replication/setup_ilm_expiry_replication.sh
unset MINIO_KMS_KES_CERT_FILE unset MINIO_KMS_KES_KEY_FILE unset MINIO_KMS_KES_ENDPOINT unset MINIO_KMS_KES_KEY_NAME if [ ! -f ./mc ]; then wget --quiet -O mc https://dl.minio.io/client/mc/release/linux-amd64/mc && chmod +x mc fi minio server --address 127.0.0.1:9001 "http://127.0.0.1:9001/tmp/multisitea/data/disterasure/xl{1...4}" \ "http://127.0.0.1:9002/tmp/multisitea/data/disterasure/xl{5...8}" >/tmp/sitea_1.log 2>&1 &
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Sep 06 09:42:21 UTC 2024 - 12.8K bytes - Viewed (0) -
cmd/object-api-utils.go
} return fn } // compressOpts are the options for writing compressed data. var compressOpts []s2.WriterOption func init() { if runtime.GOARCH == "amd64" { // On amd64 we have assembly and can use stronger compression. compressOpts = append(compressOpts, s2.WriterBetterCompression()) } }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Jun 25 15:08:54 UTC 2025 - 37.3K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
x53, x54 = bits.Add64(x48, x45, uint64(p224Uint1(x52))) var x55 uint64 var x56 uint64 x55, x56 = bits.Add64(x46, x43, uint64(p224Uint1(x54))) x57 := (uint64(p224Uint1(x56)) + x44) var x58 uint64 var x59 uint64 x58, x59 = bits.Add64(x35, x49, uint64(0x0)) var x60 uint64 var x61 uint64 x60, x61 = bits.Add64(x37, x51, uint64(p224Uint1(x59))) var x62 uint64 var x63 uint64 x62, x63 = bits.Add64(x39, x53, uint64(p224Uint1(x61))) var x64 uint64 var x65 uint64 x64, x65 = bits.Add64(x41, x55, uint64(p224Uint1(x63)))...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (windows-386), const CTRL_SHUTDOWN_EVENT ideal-int pkg syscall (windows-amd64), const CTRL_CLOSE_EVENT = 2 pkg syscall (windows-amd64), const CTRL_CLOSE_EVENT ideal-int pkg syscall (windows-amd64), const CTRL_LOGOFF_EVENT = 5 pkg syscall (windows-amd64), const CTRL_LOGOFF_EVENT ideal-int pkg syscall (windows-amd64), const CTRL_SHUTDOWN_EVENT = 6 pkg syscall (windows-amd64), const CTRL_SHUTDOWN_EVENT ideal-int pkg testing, method (*B) Cleanup(func())
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
src/cmd/cgo/doc.go
effect to systems satisfying one of the constraints (see https://golang.org/pkg/go/build/#hdr-Build_Constraints for details about the constraint syntax). For example: // #cgo CFLAGS: -DPNG_DEBUG=1 // #cgo amd64 386 CFLAGS: -DX86=1 // #cgo LDFLAGS: -lpng // #include <png.h> import "C" Alternatively, CPPFLAGS and LDFLAGS may be obtained via the pkg-config tool using a '#cgo pkg-config:' directive followed by the package names.
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Dec 11 23:57:34 UTC 2024 - 44K bytes - Viewed (0) -
cmd/testdata/decryptObjectInfo.json.zst
-Encryption-S3-Sealed-Key":"IAAfAJiUMyw4aEq6j+dLDvYKHCYiE7oLA2mfuz==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/link/internal/amd64/asm.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"NbQW52LzWCjtLkkUhjzI+VMY8E=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfANfPKAvqb75Ev5JU+...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Oct 29 16:34:20 UTC 2020 - 164K bytes - Viewed (0)