- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for curry (0.02 seconds)
-
src/cmd/asm/internal/asm/testdata/riscv64.s
RORW X15, X16 // 3b58f860 or b30ff040bb1ff8013b58f80033e80f01 RORW $31, X13 // 9bd6f661 or 9bdff6019b961600b3e6df00 ORCB X5, X6 // 13d37228 REV8 X7, X8 // 13d4836b // 28.4.3: Carry-less multiplication (Zbc) CLMUL X5, X6, X7 // b313530a CLMUL X5, X6 // 3313530a CLMULH X5, X6, X7 // b333530a CLMULH X5, X6 // 3333530a CLMULR X5, X6, X7 // b323530a
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Sat Apr 04 05:25:40 GMT 2026 - 74.2K bytes - Click Count (0) -
cmd/api-errors.go
} } return apiErr } func (e errorCodeMap) ToAPIErr(errCode APIErrorCode) APIError { return e.ToAPIErrWithErr(errCode, nil) } // error code to APIError structure, these fields carry respective // descriptions for all the error responses. var errorCodes = errorCodeMap{ ErrInvalidCopyDest: { Code: "InvalidRequest",
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 93K bytes - Click Count (3) -
docs/changelogs/changelog_3x.md
implementation("org.conscrypt:conscrypt-openjdk-uber:1.4.0") implementation("com.squareup.okio:okio:1.15.0") ``` * Fix: Handle dispatcher executor shutdowns gracefully. When there aren't any threads to carry a call its callback now gets a `RejectedExecutionException`. * Fix: Don't permanently cache responses with `Cache-Control: immutable`. We misunderstood the original `immutable` proposal!
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 06 14:55:54 GMT 2022 - 50.8K bytes - Click Count (0) -
cmd/xl-storage.go
case osIsPermission(err): return VolInfo{}, errDiskAccessDenied case isSysErrIO(err): return VolInfo{}, errFaultyDisk default: return VolInfo{}, err } } // As os.Lstat() doesn't carry other than ModTime(), use ModTime() // as CreatedTime. createdTime := st.ModTime() return VolInfo{ Name: volume, Created: createdTime, }, nil } // DeleteVol - delete a volume.
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 91.7K bytes - Click Count (0)