Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 81 for va_start (0.58 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go

    	VEOF                             = 0x10
    	VEOL                             = 0x11
    	VEOL2                            = 0x6
    	VMIN                             = 0x4
    	VREPRINT                         = 0xc
    	VSTART                           = 0x8
    	VSTOP                            = 0x9
    	VSUSP                            = 0xa
    	VSWTC                            = 0x7
    	VSWTCH                           = 0x7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  2. src/cmd/link/internal/wasm/asm.go

    	case "wasip1":
    		writeUleb128(ctxt.Out, 2) // number of exports
    		s := ldr.Lookup("_rt0_wasm_wasip1", 0)
    		idx := uint32(lenHostImports) + uint32(ldr.SymValue(s)>>16) - funcValueOffset
    		writeName(ctxt.Out, "_start")       // the wasi entrypoint
    		ctxt.Out.WriteByte(0x00)            // func export
    		writeUleb128(ctxt.Out, uint64(idx)) // funcidx
    		writeName(ctxt.Out, "memory")       // memory in wasi
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:17:48 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go

    	VEOF                             = 0x4
    	VEOL                             = 0xb
    	VEOL2                            = 0x10
    	VMIN                             = 0x6
    	VREPRINT                         = 0xc
    	VSTART                           = 0x8
    	VSTOP                            = 0x9
    	VSUSP                            = 0xa
    	VSWTC                            = 0x7
    	VT1                              = 0x4000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go

    	VEOF                             = 0x4
    	VEOL                             = 0x6
    	VEOL2                            = 0x8
    	VMIN                             = 0x5
    	VREPRINT                         = 0xb
    	VSTART                           = 0xd
    	VSTOP                            = 0xe
    	VSUSP                            = 0xc
    	VSWTC                            = 0x9
    	VT1                              = 0x10000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go

    	VEOF                             = 0x4
    	VEOL                             = 0x6
    	VEOL2                            = 0x8
    	VMIN                             = 0x5
    	VREPRINT                         = 0xb
    	VSTART                           = 0xd
    	VSTOP                            = 0xe
    	VSUSP                            = 0xc
    	VSWTC                            = 0x9
    	VT1                              = 0x10000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go

    	VEOF                             = 0x4
    	VEOL                             = 0xb
    	VEOL2                            = 0x10
    	VMIN                             = 0x6
    	VREPRINT                         = 0xc
    	VSTART                           = 0x8
    	VSTOP                            = 0x9
    	VSUSP                            = 0xa
    	VSWTC                            = 0x7
    	VT1                              = 0x4000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	VERASE                          = 2
    	VKILL                           = 3
    	VEOF                            = 4
    	VEOL                            = 5
    	VMIN                            = 6
    	VSTART                          = 7
    	VSTOP                           = 8
    	VSUSP                           = 9
    	VTIME                           = 10
    	WCONTINUED                      = 0x4
    	WEXITED                         = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        for (uint64_t i = 0; i < block_rank; ++i) {
          const int64_t pad_start =
              paddings_attr.getValues<APInt>()[{i, 0}].getSExtValue();
          const int64_t pad_end =
              paddings_attr.getValues<APInt>()[{i, 1}].getSExtValue();
          if (pad_start < 0 || pad_end < 0) {
            return op.emitOpError()
                   << "requires all values of paddings to be >= 0; "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  9. src/syscall/zerrors_solaris_amd64.go

    	VKILL                         = 0x3
    	VLNEXT                        = 0xf
    	VMIN                          = 0x4
    	VQUIT                         = 0x1
    	VREPRINT                      = 0xc
    	VSTART                        = 0x8
    	VSTOP                         = 0x9
    	VSUSP                         = 0xa
    	VSWTCH                        = 0x7
    	VT0                           = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	VKILL                         = 0x3
    	VLNEXT                        = 0xe
    	VMIN                          = 0x4
    	VQUIT                         = 0x1
    	VREPRINT                      = 0xb
    	VSTART                        = 0x7
    	VSTOP                         = 0x8
    	VSTRT                         = 0x7
    	VSUSP                         = 0x9
    	VT0                           = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
Back to top