- Sort Score
- Result 10 results
- Languages All
Results 21 - 25 of 25 for FITS (0.02 sec)
-
src/cmd/asm/internal/asm/testdata/arm64.s
MOVW $0, (R1) // 3f0000b9 MOVWU $0, (R1) // 3f0000b9 MOVH $0, (R1) // 3f000079 MOVHU $0, (R1) // 3f000079 MOVB $0, (R1) // 3f000039 MOVBU $0, (R1) // 3f000039 // small offset fits into instructions MOVB R1, 1(R2) // 41040039 MOVH R1, 1(R2) // 41100078 MOVH R1, 2(R2) // 41040079 MOVW R1, 1(R2) // 411000b8 MOVW R1, 4(R2) // 410400b9 MOVD R1, 1(R2) // 411000f8
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Jul 24 18:45:14 UTC 2024 - 95.2K bytes - Viewed (0) -
doc/go1.17_spec.html
<p> The built-in functions <code>len</code> and <code>cap</code> take arguments of various types and return a result of type <code>int</code>. The implementation guarantees that the result always fits into an <code>int</code>. </p> <pre class="grammar"> Call Argument type Result len(s) string type string length in bytes [n]T, *[n]T array length (== n)
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0) -
common-protos/k8s.io/api/core/v1/generated.proto
optional bool automountServiceAccountToken = 21; // NodeName is a request to schedule this pod onto a specific node. If it is non-empty, // the scheduler simply schedules this pod onto that node, assuming that it fits resource // requirements. // +optional optional string nodeName = 10; // Host networking requested for this pod. Use the host's network namespace.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 255.8K bytes - Viewed (0) -
doc/go_spec.html
</pre> <p> If the capacity of <code>s</code> is not large enough to fit the additional values, <code>append</code> <a href="#Allocation">allocates</a> a new, sufficiently large underlying array that fits both the existing slice elements and the additional values. Otherwise, <code>append</code> re-uses the underlying array. </p> <pre> s0 := []int{0, 0}
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
Alice. `Why, there they are!' said the King triumphantly, pointing to the tarts on the table. `Nothing can be clearer than THAT. Then again--"BEFORE SHE HAD THIS FIT--" you never had fits, my dear, I think?' he said to the Queen. `Never!' said the Queen furiously, throwing an inkstand at the Lizard as she spoke. (The unfortunate little Bill had left off
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 29 21:35:03 UTC 2012 - 145.2K bytes - Viewed (0)