Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 65 for 0_7070 (0.13 sec)

  1. src/runtime/rt0_linux_ppc64le.s

    	MOVD	0(R1), R3 // argc
    	ADD	$8, R1, R4 // argv
    
    	// Did the TLS pointer get set? If so, don't change it (e.g musl).
    	CMP	R13, $0
    	BNE	tls_and_argcv_in_reg
    
    	MOVD	$runtimeĀ·m0+m_tls(SB), R13 // TLS
    	ADD	$0x7000, R13
    
    tls_and_argcv_in_reg:
    	BR	main(SB)
    
    TEXT main(SB),NOSPLIT,$-8
    	MOVD	$runtimeĀ·rt0_go(SB), R12
    	MOVD	R12, CTR
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. src/debug/pe/file_test.go

    			[16]DataDirectory{
    				{0x0, 0x0},
    				{0x5000, 0x3c8},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x7000, 0x18},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    			},
    		},
    		sections: []*SectionHeader{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 01 02:25:16 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Client-TLSv13-Ed25519

    00000110  da 0f 24 76 15 21 e6 e9  a8 f5 3e 08 cc 1b ee 92  |..$v.!....>.....|
    00000120  2b 01 92 8d f9 4f 5a 3a  53 11 fc 32 52 cc af cd  |+....OZ:S..2R...|
    00000130  7b 94 0e 76 10 c2 16 36  2d a4 64 69 1c 05 70 20  |{..v...6-.di..p |
    00000140  0d 23 cd 4a 33 c5 c7 db  db 0f f8 b6 42 0c 83 0a  |.#.J3.......B...|
    00000150  a1 73 68 fb 87 2c 9d d2  d3 cf d7 3a bb 36 7e 83  |.sh..,.....:.6~.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-CHACHA20-POLY1305

    000002c0  e0 12 70 d9 90 4d c0 34  39 f3 52 13 75 4b fa 10  |..p..M.49.R.uK..|
    000002d0  19 6f a6 2d b4 c3 8f 45  0c 7f 34 fb 82 01 e6 a1  |.o.-...E..4.....|
    000002e0  be 73 72 3b e5 04 80 70  7d bd 4a f9 e5 02 42 01  |.sr;...p}.J...B.|
    000002f0  69 3d 53 e9 8d 70 6d 07  84 7e 56 3f ce 53 b9 6c  |i=S..pm..~V?.S.l|
    00000300  43 0f 70 74 f1 52 ce d4  95 55 13 8c 07 e7 20 d7  |C.pt.R...U.... .|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  5. src/crypto/tls/testdata/Server-TLSv12-ALPN

    00000030  00 ff 01 00 00 6c 00 0b  00 04 03 00 01 02 00 0a  |.....l..........|
    00000040  00 0c 00 0a 00 1d 00 17  00 1e 00 19 00 18 00 23  |...............#|
    00000050  00 00 00 10 00 10 00 0e  06 70 72 6f 74 6f 32 06  |.........proto2.|
    00000060  70 72 6f 74 6f 31 00 16  00 00 00 17 00 00 00 0d  |proto1..........|
    00000070  00 30 00 2e 04 03 05 03  06 03 08 07 08 08 08 09  |.0..............|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Client-TLSv13-ALPN

    000000b0  00 1a 00 18 08 04 04 03  08 07 08 05 08 06 04 01  |................|
    000000c0  05 01 06 01 05 03 06 03  02 01 02 03 00 10 00 10  |................|
    000000d0  00 0e 06 70 72 6f 74 6f  32 06 70 72 6f 74 6f 31  |...proto2.proto1|
    000000e0  00 2b 00 09 08 03 04 03  03 03 02 03 01 00 33 00  |.+............3.|
    000000f0  26 00 24 00 1d 00 20 2f  e5 7d a3 47 cd 62 43 15  |&.$... /.}.G.bC.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 7K bytes
    - Viewed (0)
  7. src/syscall/zerrors_netbsd_arm64.go

    	B19200                            = 0x4b00
    	B200                              = 0xc8
    	B230400                           = 0x38400
    	B2400                             = 0x960
    	B28800                            = 0x7080
    	B300                              = 0x12c
    	B38400                            = 0x9600
    	B460800                           = 0x70800
    	B4800                             = 0x12c0
    	B50                               = 0x32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.1K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/listener_builder_test.go

    			{Name: "virtualInbound", Type: listenertest.MTLSTCP},
    			{Name: "virtualInbound", Type: listenertest.PlainTCP},
    			{Name: "virtualInbound", Type: listenertest.StandardTLS},
    			{Name: "0.0.0.0_8080", Type: listenertest.MTLSHTTP},
    			{Name: "0.0.0.0_8080", Type: listenertest.PlainTCP},
    		},
    		Filters: []string{
    			wellknown.OriginalDestination,
    			wellknown.TLSInspector,
    			wellknown.HTTPInspector,
    		},
    		TotalMatch: true,
    	})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Client-TLSv12-ALPN

    000000b0  00 1a 00 18 08 04 04 03  08 07 08 05 08 06 04 01  |................|
    000000c0  05 01 06 01 05 03 06 03  02 01 02 03 00 10 00 10  |................|
    000000d0  00 0e 06 70 72 6f 74 6f  32 06 70 72 6f 74 6f 31  |...proto2.proto1|
    000000e0  00 2b 00 09 08 03 04 03  03 03 02 03 01 00 33 00  |.+............3.|
    000000f0  26 00 24 00 1d 00 20 2f  e5 7d a3 47 cd 62 43 15  |&.$... /.}.G.bC.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  10. src/strconv/isprint.go

    	0x1cd0, 0x1cfa,
    	0x1d00, 0x1f15,
    	0x1f18, 0x1f1d,
    	0x1f20, 0x1f45,
    	0x1f48, 0x1f4d,
    	0x1f50, 0x1f7d,
    	0x1f80, 0x1fd3,
    	0x1fd6, 0x1fef,
    	0x1ff2, 0x1ffe,
    	0x2010, 0x2027,
    	0x2030, 0x205e,
    	0x2070, 0x2071,
    	0x2074, 0x209c,
    	0x20a0, 0x20c0,
    	0x20d0, 0x20f0,
    	0x2100, 0x218b,
    	0x2190, 0x2426,
    	0x2440, 0x244a,
    	0x2460, 0x2b73,
    	0x2b76, 0x2cf3,
    	0x2cf9, 0x2d27,
    	0x2d2d, 0x2d2d,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 11.5K bytes
    - Viewed (0)
Back to top