Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 391 (0.02 sec)

  1. src/internal/syscall/unix/sysnum_linux_arm.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package unix
    
    const (
    	getrandomTrap       uintptr = 384
    	copyFileRangeTrap   uintptr = 391
    	pidfdSendSignalTrap uintptr = 424
    	pidfdOpenTrap       uintptr = 434
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 01:23:00 UTC 2024
    - 324 bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go

    	SYS_EXECVEAT                     = 387
    	SYS_USERFAULTFD                  = 388
    	SYS_MEMBARRIER                   = 389
    	SYS_MLOCK2                       = 390
    	SYS_COPY_FILE_RANGE              = 391
    	SYS_PREADV2                      = 392
    	SYS_PWRITEV2                     = 393
    	SYS_PKEY_MPROTECT                = 394
    	SYS_PKEY_ALLOC                   = 395
    	SYS_PKEY_FREE                    = 396
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  3. src/internal/coverage/cfile/testdata/issue59563/repro.go

    	} else if x == 386 {
    		x += 386
    	} else if x == 387 {
    		x += 387
    	} else if x == 388 {
    		x += 388
    	} else if x == 389 {
    		x += 389
    	} else if x == 390 {
    		x += 390
    	} else if x == 391 {
    		x += 391
    	} else if x == 392 {
    		x += 392
    	} else if x == 393 {
    		x += 393
    	} else if x == 394 {
    		x += 394
    	} else if x == 395 {
    		x += 395
    	} else if x == 396 {
    		x += 396
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 19:41:02 UTC 2024
    - 13K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_EXECL                           = 0x184 // 388
    	SYS_EXECLE                          = 0x185 // 389
    	SYS_EXECLP                          = 0x186 // 390
    	SYS_EXECV                           = 0x187 // 391
    	SYS_EXECVE                          = 0x188 // 392
    	SYS_EXECVP                          = 0x189 // 393
    	SYS_FCHMOD                          = 0x18A // 394
    	SYS_FCHOWN                          = 0x18B // 395
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %391 = "tf.Mul"(%390, %12) {device = ""} : (tensor<i64>, tensor<1xi64>) -> tensor<1xi64>
      %392 = "tf.Tile"(%391, %385) {device = ""} : (tensor<1xi64>, tensor<1xi64>) -> tensor<?xi64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  6. src/internal/trace/testdata/tests/go122-gc-stress.test

    GoStart dt=9 g=57 g_seq=6
    GoLabel dt=3 label_string=2
    GoBlock dt=2925 reason_string=15 stack=5
    GoUnblock dt=12 g=57 g_seq=7 stack=0
    GoStart dt=5 g=57 g_seq=8
    GoLabel dt=1 label_string=2
    GoBlock dt=391 reason_string=15 stack=5
    GoUnblock dt=15 g=57 g_seq=9 stack=0
    GoStart dt=7 g=57 g_seq=10
    GoLabel dt=1 label_string=2
    GoBlock dt=307 reason_string=15 stack=5
    GoUnblock dt=7 g=57 g_seq=11 stack=0
    GoStart dt=3 g=57 g_seq=12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
Back to top