Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Probst (0.21 sec)

  1. src/cmd/cgo/doc.go

    programs into the system C compiler and interpreting the generated
    error messages, debug information, and object files. In practice,
    parsing these is significantly less work and more robust than parsing
    C source.
    
    Cgo first invokes gcc -E -dM on the preamble, in order to find out
    about simple #defines for constants and the like. These are recorded
    for later use.
    
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (linux-386), const SYS_GETXATTR ideal-int
    pkg syscall (linux-386), const SYS_GET_KERNEL_SYMS ideal-int
    pkg syscall (linux-386), const SYS_GET_MEMPOLICY ideal-int
    pkg syscall (linux-386), const SYS_GET_ROBUST_LIST ideal-int
    pkg syscall (linux-386), const SYS_GET_THREAD_AREA ideal-int
    pkg syscall (linux-386), const SYS_GTTY ideal-int
    pkg syscall (linux-386), const SYS_IDLE ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  3. api/go1.1.txt

    pkg syscall (linux-386), const SYS_GETXATTR = 229
    pkg syscall (linux-386), const SYS_GET_KERNEL_SYMS = 130
    pkg syscall (linux-386), const SYS_GET_MEMPOLICY = 275
    pkg syscall (linux-386), const SYS_GET_ROBUST_LIST = 312
    pkg syscall (linux-386), const SYS_GET_THREAD_AREA = 244
    pkg syscall (linux-386), const SYS_GTTY = 32
    pkg syscall (linux-386), const SYS_IDLE = 112
    pkg syscall (linux-386), const SYS_INIT_MODULE = 128
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const SYS_GETUID32 ideal-int
    pkg syscall (linux-arm-cgo), const SYS_GETXATTR ideal-int
    pkg syscall (linux-arm-cgo), const SYS_GET_MEMPOLICY ideal-int
    pkg syscall (linux-arm-cgo), const SYS_GET_ROBUST_LIST ideal-int
    pkg syscall (linux-arm-cgo), const SYS_INIT_MODULE ideal-int
    pkg syscall (linux-arm-cgo), const SYS_INOTIFY_ADD_WATCH ideal-int
    pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  5. doc/asm.html

    Go <code>const</code> declarations defined in the current package.
    Go assembly should avoid making assumptions about the layout of Go
    types and instead use these constants.
    This improves the readability of assembly code, and keeps it robust to
    changes in data layout either in the Go type definitions or in the
    layout rules used by the Go compiler.
    </p>
    
    <p>
    Constants are of the form <code>const_<i>name</i></code>.
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
Back to top