- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 39 for 16 (0.01 sec)
-
src/cmd/asm/internal/asm/testdata/ppc64.s
SRAWCC R3, R4 // 7c841e31 SRD $16, R3, R4 // 78648402 SRD R3, R4, R5 // 7c851c36 SRDCC R3, R4 // 7c841c37 SRAD $16, R3, R4 // 7c648674 SRAD R3, R4, R5 // 7c851e34 SRDCC R3, R4 // 7c841c37 ROTLW $16, R3, R4 // 5464803e ROTLW R3, R4, R5 // 5c85183e
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Nov 21 18:27:17 UTC 2024 - 51.7K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm.s
XTAB R2@>8, R8 // 7284a8e6 XTAB R2@>16, R8 // 7288a8e6 XTAB R2@>24, R8 // 728ca8e6 XTAH R3@>0, R9 // 7390b9e6 XTAH R3@>8, R9 // 7394b9e6 XTAH R3@>16, R9 // 7398b9e6 XTAH R3@>24, R9 // 739cb9e6 XTABU R4@>0, R7 // 7470e7e6 XTABU R4@>8, R7 // 7474e7e6 XTABU R4@>16, R7 // 7478e7e6
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 15 20:51:01 UTC 2023 - 69K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/riscv64.s
VSSRAVX X10, V2, V0, V3 // d74125ac VSSRAVI $16, V2, V3 // d73128ae VSSRAVI $16, V2, V0, V3 // d73128ac // 31.12.5: Vector Narrowing Fixed-Point Clip Instructions VNCLIPUWV V1, V2, V3 // d78120ba VNCLIPUWV V1, V2, V0, V3 // d78120b8 VNCLIPUWX X10, V2, V3 // d74125ba VNCLIPUWX X10, V2, V0, V3 // d74125b8 VNCLIPUWI $16, V2, V3 // d73128ba VNCLIPUWI $16, V2, V0, V3 // d73128b8
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed May 21 14:19:19 UTC 2025 - 49.1K bytes - Viewed (0) -
cmd/xl-storage-format-v2.go
} // getVersionID will return the versionID of the underlying version. func (j xlMetaV2Version) getVersionID() [16]byte { switch j.Type { case ObjectType: return j.ObjectV2.VersionID case DeleteType: return j.DeleteMarker.VersionID case LegacyType: return [16]byte{} } return [16]byte{} } // ToFileInfo returns FileInfo of the underlying type.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 65.6K bytes - Viewed (1) -
docs/metrics/prometheus/grafana/minio-dashboard.json
} }, "overrides": [] }, "gridPos": { "h": 6, "w": 5, "x": 16, "y": 0 }, "id": 52, "options": { "displayMode": "lcd", "maxVizHeight": 300, "minVizHeight": 16, "minVizWidth": 8, "namePlacement": "auto", "orientation": "horizontal", "reduceOptions": {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Aug 04 01:46:49 UTC 2025 - 93.1K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64.s
FSTPS (F3, F4), x+8(SB) // FLDPQ/FSTPQ FLDPQ -4000(R0), (F1, F2) // 1b803ed1610b40ad FLDPQ -1024(R0), (F1, F2) // 010860ad FLDPQ (R0), (F1, F2) // 010840ad FLDPQ 16(R0), (F1, F2) // 018840ad FLDPQ -16(R0), (F1, F2) // 01887fad FLDPQ.W 32(R0), (F1, F2) // 0108c1ad FLDPQ.P 32(R0), (F1, F2) // 0108c1ac FLDPQ 11(R0), (F1, F2) // 1b2c0091610b40ad
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Mar 26 10:48:50 UTC 2025 - 95.3K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/amd64enc_extra.s
VPGATHERQQ X0, 16(SP)(X1*1), X2 // c4e2f991540c10 VPGATHERQQ X0, 512(SP)(X1*1), X2 // c4e2f991940c00020000 VPGATHERQQ X0, (R12)(X1*1), X2 // c4c2f991140c VPGATHERQQ X0, 16(R12)(X1*1), X2 // c4c2f991540c10 VPGATHERQQ X0, 512(R12)(X1*1), X2 // c4c2f991940c00020000 VPGATHERQQ X0, (BP)(X1*1), X2 // c4e2f991540d00 VPGATHERQQ X0, 16(BP)(X1*1), X2 // c4e2f991540d10
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Feb 20 11:20:03 UTC 2025 - 57.7K bytes - Viewed (0) -
cmd/xl-storage-format-v2_gen.go
} // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z *xlMetaDataDirDecoder) Msgsize() (s int) { s = 1 + 6 if z.ObjectV2 == nil { s += msgp.NilSize } else { s += 1 + 5 + msgp.ArrayHeaderSize + (16 * (msgp.ByteSize)) } return } // DecodeMsg implements msgp.Decodable func (z *xlMetaV2DeleteMarker) DecodeMsg(dc *msgp.Reader) (err error) {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Dec 15 22:50:12 UTC 2024 - 56K bytes - Viewed (0) -
cmd/bucket-stats_gen.go
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Feb 06 06:00:45 UTC 2024 - 57.5K bytes - Viewed (0) -
cmd/test-utils_test.go
} func mustGetPoolEndpoints(poolIdx int, args ...string) EndpointServerPools { drivesPerSet := len(args) setCount := 1 if len(args) >= 16 { drivesPerSet = 16 setCount = len(args) / 16 } endpoints := mustGetNewEndpoints(poolIdx, drivesPerSet, args...) return []PoolEndpoints{{ SetCount: setCount, DrivesPerSet: drivesPerSet, Endpoints: endpoints,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 77K bytes - Viewed (0)