Search Options

Results per page
Sort
Preferred Languages
Advance

Results 241 - 250 of 302 for f4 (0.02 sec)

  1. android/guava-tests/test/com/google/common/net/PercentEscaperTest.java

        assertEscaping(e, "%EF%BF%BF", '\uffff'); // xxx-1111,x-111111,x-11,1111
        assertUnicodeEscaping(e, "%F0%90%80%80", '\uD800', '\uDC00');
        assertUnicodeEscaping(e, "%F4%8F%BF%BF", '\uDBFF', '\uDFFF');
    
        // simple string tests
        assertEquals("", e.escape(""));
        assertEquals("safestring", e.escape("safestring"));
        assertEquals("embedded%00null", e.escape("embedded\0null"));
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 5.2K bytes
    - Viewed (0)
  2. test/checkbce.go

    	useInt(a[i]) // ERROR "Found IsInBounds$"
    	j := i & 34
    	useInt(a[j])
    	j = i & 17
    	useInt(a[j])
    }
    
    func f3(a [256]int, i uint8) {
    	useInt(a[i])
    	useInt(a[i+10])
    	useInt(a[i+14])
    }
    
    func f4(a [27]int, i uint8) {
    	useInt(a[i%15])
    	useInt(a[i%19])
    	useInt(a[i%27])
    }
    
    func f5(a []int) {
    	if len(a) > 5 {
    		useInt(a[5])
    		useSlice(a[6:])
    		useSlice(a[:6])
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/test/abiutils_test.go

            IN 8: R{ I4 } spilloffset: 40 typ: int8
            IN 9: R{ I5 } spilloffset: 42 typ: int16
            IN 10: R{ I6 } spilloffset: 44 typ: int32
            IN 11: R{ I7 } spilloffset: 48 typ: int64
            IN 12: R{ F4 } spilloffset: 56 typ: float32
            IN 13: R{ F5 } spilloffset: 60 typ: float32
            IN 14: R{ F6 } spilloffset: 64 typ: float64
            IN 15: R{ F7 } spilloffset: 72 typ: float64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/net/UrlEscapersTest.java

        assertEscaping(e, "%EF%BF%BF", '\uffff'); // xxx-1111,x-111111,x-11,1111
        assertUnicodeEscaping(e, "%F0%90%80%80", '\uD800', '\uDC00');
        assertUnicodeEscaping(e, "%F4%8F%BF%BF", '\uDBFF', '\uDFFF');
    
        assertEquals("", e.escape(""));
        assertEquals("safestring", e.escape("safestring"));
        assertEquals("embedded%00null", e.escape("embedded\0null"));
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 4.9K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/x86/list6.go

    	"BX",
    	"SP",
    	"BP",
    	"SI",
    	"DI",
    	"R8",
    	"R9",
    	"R10",
    	"R11",
    	"R12",
    	"R13",
    	"R14",
    	"R15",
    	"AH",
    	"CH",
    	"DH",
    	"BH",
    	"F0", // [D_F0]
    	"F1",
    	"F2",
    	"F3",
    	"F4",
    	"F5",
    	"F6",
    	"F7",
    	"M0",
    	"M1",
    	"M2",
    	"M3",
    	"M4",
    	"M5",
    	"M6",
    	"M7",
    	"K0",
    	"K1",
    	"K2",
    	"K3",
    	"K4",
    	"K5",
    	"K6",
    	"K7",
    	"X0",
    	"X1",
    	"X2",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 4.1K bytes
    - Viewed (0)
  6. test/nilcheck.go

    func f3b() {
    	x := fx10k()
    	y := fx10k()
    	_ = &x[9] // ERROR "nil check"
    	y = x
    	_ = &x[9] // ERROR "nil check"
    	x = y
    	_ = &x[9] // ERROR "nil check"
    }
    
    func fx10() *[10]int
    
    func f4(x *[10]int) {
    	// Most of these have no checks because a real memory reference follows,
    	// and the offset is small enough that if x is nil, the address will still be
    	// in the first unmapped page of memory.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 30 18:41:59 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Client-TLSv13-HelloRetryRequest

    00000130  cd 3b bd 8c dc e8 55 a9  2f 65 d1 7f c1 28 33 f9  |.;....U./e...(3.|
    00000140  70 e1 af d8 2d 64 4c ac  5a 3a 16 6d 3e 97 a7 0e  |p...-dL.Z:.m>...|
    00000150  cd 28 05 1c ea 28 8d 63  a3 41 e2 3a 24 27 f4 43  |.(...(.c.A.:$'.C|
    00000160  97 c8 89 09 ed 8b 96 74  b3 dc 98 f4 0c c2 6f 25  |.......t......o%|
    00000170  fc 30 8a f8 25 49 e1 91  fb c6 39 23 ca d5 16 08  |.0..%I....9#....|
    00000180  5f bf 10 88 71 a4 c5 ac  e7 ad 9e 5a 4d e8 d3 1f  |_...q......ZM...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  8. src/crypto/tls/testdata/Client-TLSv13-ClientCert-Ed25519

    000001a0  ac 23 41 10 a4 d4 1a 40  28 4d ea db 32 d5 06 de  |.#A....@(M..2...|
    000001b0  1e 37 91 77 34 ed b4 c8  f2 1c 44 de ee 2f dd af  |.7.w4.....D../..|
    000001c0  61 cc 1e 59 87 a6 be 36  b0 8e a3 61 01 aa f4 60  |a..Y...6...a...`|
    000001d0  1e c8 3a 3c 53 57 31 28  3e 40 32 95 67 02 41 9c  |..:<SW1(>@2.g.A.|
    000001e0  58 28 50 51 5e 06 1d f1  57 e1 39 ba e0 ab 30 26  |X(PQ^...W.9...0&|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Server-TLSv13-RSA-RSAPSS

    000002a0  fc 09 4e d6 e9 a7 7e a3  c8 b7 22 b5 e3 4e a1 1f  |..N...~..."..N..|
    000002b0  f9 81 06 d6 cd 42 09 49  ea 2d 98 d0 da 4f ad c2  |.....B.I.-...O..|
    000002c0  78 bd 8f 7c 2f 65 9e fc  35 be 46 bb f4 4a 2a 8f  |x..|/e..5.F..J*.|
    000002d0  46 a3 94 f5 1d b2 4b 39  07 53 d1 2a 8e e1 eb 73  |F.....K9.S.*...s|
    000002e0  57 88 16 34 03 55 56 52  50 c8 42 45 28 ef 20 ef  |W..4.UVRP.BE(. .|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  10. test/abi/bad_select_crash.go

    type StructF1S0 struct {
    	F0 StructF1S1
    	_  ArrayF1S0E4
    }
    
    type StructF1S1 struct {
    }
    
    type StructF1S2 struct {
    	F0 uint32
    	F1 uint8
    	F2 string
    	F3 string
    	F4 ArrayF1S1E1
    }
    
    type StructF1S3 struct {
    	F0 float64
    }
    
    type StructF1S4 struct {
    	_  int32
    	F1 float32
    }
    
    type StructF1S5 struct {
    	F0 uint16
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 16 13:38:02 UTC 2021
    - 5.7K bytes
    - Viewed (0)
Back to top