Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 50 for 464 (0.11 sec)

  1. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    // medium zeroing uses a duff device
    // 4, 16, and 64 are magic constants, see runtime/mkduff.go
    (Zero [s] ptr mem)
    	&& s%16 == 0 && s > 64 && s <= 16*64
    	&& !config.noDuffDevice =>
    	(DUFFZERO [4 * (64 - s/16)] ptr mem)
    
    // large zeroing uses a loop
    (Zero [s] ptr mem)
    	&& s%16 == 0 && (s > 16*64 || config.noDuffDevice) =>
    	(LoweredZero
    		ptr
    		(ADDconst <ptr.Type> [s-16] ptr)
    		mem)
    
    // moves
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	460:  {region: 0xe9, script: 0x5, flags: 0x0},
    	461:  {region: 0xe7, script: 0x5b, flags: 0x0},
    	462:  {region: 0x9a, script: 0x22, flags: 0x0},
    	463:  {region: 0x9a, script: 0x22, flags: 0x0},
    	464:  {region: 0x166, script: 0x5b, flags: 0x0},
    	465:  {region: 0x91, script: 0x5b, flags: 0x0},
    	466:  {region: 0x61, script: 0x5b, flags: 0x0},
    	467:  {region: 0x53, script: 0x3b, flags: 0x0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  3. src/net/http/serve_test.go

    		if body != "Hello world.\n" {
    			b.Fatal("Got body:", body)
    		}
    	}
    
    	b.StopTimer()
    }
    
    func BenchmarkClientServerParallel(b *testing.B) {
    	for _, parallelism := range []int{4, 64} {
    		b.Run(fmt.Sprint(parallelism), func(b *testing.B) {
    			run(b, func(b *testing.B, mode testMode) {
    				benchmarkClientServerParallel(b, parallelism, mode)
    			}, []testMode{http1Mode, https1Mode, http2Mode})
    		})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  4. src/internal/trace/testdata/tests/go122-gc-stress.test

    GoStop dt=7669 reason_string=20 stack=9
    GoStart dt=9 g=94 g_seq=3
    GoStop dt=5028 reason_string=20 stack=9
    GoUnblock dt=76 g=23 g_seq=39 stack=0
    GoStart dt=4 g=23 g_seq=40
    GoLabel dt=1 label_string=4
    GoBlock dt=464 reason_string=15 stack=5
    GoUnblock dt=67 g=23 g_seq=41 stack=0
    GoStart dt=151 g=23 g_seq=42
    GoLabel dt=2 label_string=4
    GoBlock dt=3280 reason_string=15 stack=5
    GoStart dt=35 g=113 g_seq=6
    GCMarkAssistEnd dt=7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  5. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_FCHMODAT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_FCHMOD ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_FCHOWN = 123
    pkg syscall (netbsd-arm64-cgo), const SYS_FCHOWNAT = 464
    pkg syscall (netbsd-arm64-cgo), const SYS_FCHOWNAT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_FCHOWN ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_FCHROOT = 297
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (freebsd-386), const SYS_THR_KILL2 = 481
    pkg syscall (freebsd-386), const SYS_THR_NEW = 455
    pkg syscall (freebsd-386), const SYS_THR_SELF = 432
    pkg syscall (freebsd-386), const SYS_THR_SET_NAME = 464
    pkg syscall (freebsd-386), const SYS_THR_SUSPEND = 442
    pkg syscall (freebsd-386), const SYS_THR_WAKE = 443
    pkg syscall (freebsd-386), const SYS_TRUNCATE = 479
    pkg syscall (freebsd-386), const SYS_UMASK = 60
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  7. docs/en/docs/release-notes.md

        * PR [#464](https://github.com/tiangolo/fastapi/pull/464) by [@jonathanunderwood](https://github.com/jonathanunderwood).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_THR_NEW ideal-int
    pkg syscall (freebsd-arm64), const SYS_THR_SELF = 432
    pkg syscall (freebsd-arm64), const SYS_THR_SELF ideal-int
    pkg syscall (freebsd-arm64), const SYS_THR_SET_NAME = 464
    pkg syscall (freebsd-arm64), const SYS_THR_SET_NAME ideal-int
    pkg syscall (freebsd-arm64), const SYS_THR_SUSPEND = 442
    pkg syscall (freebsd-arm64), const SYS_THR_SUSPEND ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewriteARM64.go

    	// cond: s%16 == 0 && s > 64 && s <= 16*64 && !config.noDuffDevice
    	// result: (DUFFZERO [4 * (64 - s/16)] ptr mem)
    	for {
    		s := auxIntToInt64(v.AuxInt)
    		ptr := v_0
    		mem := v_1
    		if !(s%16 == 0 && s > 64 && s <= 16*64 && !config.noDuffDevice) {
    			break
    		}
    		v.reset(OpARM64DUFFZERO)
    		v.AuxInt = int64ToAuxInt(4 * (64 - s/16))
    		v.AddArg2(ptr, mem)
    		return true
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  10. src/regexp/testdata/re2-exhaustive.txt.bz2

    ih��i��I�X�*��kX�Ab�4�Ib��#m4���DI�4�"d�&ȉ �"Ld��dI"dD���̦�MY*R�+ 5lm��L�m!�Mf�ѭF�!M��jfPJ���6�H�Di2$�&I���3iHh�$Hl���1ȭ�CHD�(�JB�d"iQ�mY�j1�ƣ0�����m�[f�e���V�[h��h�Z��6�B&��j1��"Y��,ڵ5$$�M$�D��!&D��h�$L�M$�cD�"dĚLI�Ěi"DȓI �I �4�6�4�m� �h��"h[cml!R�+ 5aA2j�j٣U��E��Z�"e��2�[f��m�2$�$���f�D�#,L�̦e&d,¬j-�Y�M6ŵ��JH+ef[#)�B��ѭ��F��,j6ڛ4�����I&M���I�$H��#2@�c4Œ������+k!�[M�M��� T+i ��+T-d"6�hl��m���$Ȓ$L� D�٢H�&�$�F�I �3Pz�1j���L�bƕK�,0`͛F5�,0`͛l��� ��dҦ�d�j�j� 3lK%�F�...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 418.2K bytes
    - Viewed (0)
Back to top