Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for prototype (0.26 sec)

  1. .github/ISSUE_TEMPLATE/11-language-change.yml

          label: Performance Costs
          description: "What is the compile time cost? What is the run time cost? "
        validations:
          required: false
    
      - type: textarea
        id: prototype
        attributes:
          label: "Prototype"
          description: "Can you describe a possible implementation?"
        validations:
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 22 20:49:24 GMT 2023
    - 4.7K bytes
    - Viewed (0)
  2. doc/asm.html

    This is indicated by an argument size annotation of <code>$<i>n</i>-0</code>
    on the <code>TEXT</code> instruction.
    Otherwise, pointer information must be provided by
    a Go prototype for the function in a Go source file,
    even for assembly functions not called directly from Go.
    (The prototype will also let <code>go</code> <code>vet</code> check the argument references.)
    At the start of the function, the arguments are assumed
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SO_PROTOCOL = 4118 #53466
    pkg syscall (freebsd-riscv64), const SO_PROTOCOL ideal-int #53466
    pkg syscall (freebsd-riscv64), const SO_PROTOTYPE = 4118 #53466
    pkg syscall (freebsd-riscv64), const SO_PROTOTYPE ideal-int #53466
    pkg syscall (freebsd-riscv64), const SO_RCVBUF = 4098 #53466
    pkg syscall (freebsd-riscv64), const SO_RCVLOWAT = 4100 #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const EPROTO = 96
    pkg syscall (netbsd-arm64-cgo), const EPROTO Errno
    pkg syscall (netbsd-arm64-cgo), const EPROTONOSUPPORT = 43
    pkg syscall (netbsd-arm64-cgo), const EPROTOTYPE = 41
    pkg syscall (netbsd-arm64-cgo), const ERANGE = 34
    pkg syscall (netbsd-arm64-cgo), const EREMOTE = 71
    pkg syscall (netbsd-arm64-cgo), const EROFS = 30
    pkg syscall (netbsd-arm64-cgo), const ERPCMISMATCH = 73
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SO_PROTOCOL = 4118
    pkg syscall (freebsd-arm64), const SO_PROTOCOL ideal-int
    pkg syscall (freebsd-arm64), const SO_PROTOTYPE = 4118
    pkg syscall (freebsd-arm64), const SO_PROTOTYPE ideal-int
    pkg syscall (freebsd-arm64), const SO_RCVBUF = 4098
    pkg syscall (freebsd-arm64), const SO_RCVLOWAT = 4100
    pkg syscall (freebsd-arm64), const SO_RCVLOWAT ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg debug/elf, const PT_GNU_MBIND_HI = 1685386580
    pkg debug/elf, const PT_GNU_MBIND_HI ProgType
    pkg debug/elf, const PT_GNU_MBIND_LO = 1685382485
    pkg debug/elf, const PT_GNU_MBIND_LO ProgType
    pkg debug/elf, const PT_GNU_PROPERTY = 1685382483
    pkg debug/elf, const PT_GNU_PROPERTY ProgType
    pkg debug/elf, const PT_GNU_RELRO = 1685382482
    pkg debug/elf, const PT_GNU_RELRO ProgType
    pkg debug/elf, const PT_GNU_STACK = 1685382481
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  7. src/cmd/cgo/gcc.go

    			"-Wno-unknown-warning-option",
    			"-Wno-unneeded-internal-declaration",
    			"-Wno-unused-function",
    			"-Qunused-arguments",
    			// Clang embeds prototypes for some builtin functions,
    			// like malloc and calloc, but all size_t parameters are
    			// incorrectly typed unsigned long. We work around that
    			// by disabling the builtin functions (this is safe as
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg debug/elf, const PT_DYNAMIC ProgType
    pkg debug/elf, const PT_HIOS ProgType
    pkg debug/elf, const PT_HIPROC ProgType
    pkg debug/elf, const PT_INTERP ProgType
    pkg debug/elf, const PT_LOAD ProgType
    pkg debug/elf, const PT_LOOS ProgType
    pkg debug/elf, const PT_LOPROC ProgType
    pkg debug/elf, const PT_NOTE ProgType
    pkg debug/elf, const PT_NULL ProgType
    pkg debug/elf, const PT_PHDR ProgType
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  9. doc/next/6-stdlib/99-minor/debug/elf/66054.md

    The `debug/elf` package now defines [PT_OPENBSD_NOBTCFI]. This [ProgType] is
    used to disable Branch Tracking Control Flow Integrity (BTCFI) enforcement
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 12 20:57:18 GMT 2024
    - 173 bytes
    - Viewed (0)
  10. api/go1.1.txt

    pkg syscall (freebsd-386), const SO_PEERLABEL = 4112
    pkg syscall (freebsd-386), const SO_PROTOCOL = 4118
    pkg syscall (freebsd-386), const SO_PROTOCOL ideal-int
    pkg syscall (freebsd-386), const SO_PROTOTYPE = 4118
    pkg syscall (freebsd-386), const SO_PROTOTYPE ideal-int
    pkg syscall (freebsd-386), const SO_RCVBUF = 4098
    pkg syscall (freebsd-386), const SO_RCVLOWAT = 4100
    pkg syscall (freebsd-386), const SO_RCVTIMEO = 4102
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top