Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for t_ (0.23 sec)

  1. src/cmd/cgo/doc.go

    the special name _GoString_. This function may be called with an
    ordinary Go string value. The string length, and a pointer to the
    string contents, may be accessed by calling the C functions
    
    	size_t _GoStringLen(_GoString_ s);
    	const char *_GoStringPtr(_GoString_ s);
    
    These functions are only available in the preamble, not in other C
    files. The C code must not modify the contents of the pointer returned
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_MONOTONIC = 513
    pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_MONOTONIC ideal-int
    pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
    pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int
    pkg syscall (freebsd-arm64), const BPF_T_NONE = 3
    pkg syscall (freebsd-arm64), const BPF_T_NONE ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_T_FAST = 256 #53466
    pkg syscall (freebsd-riscv64), const BPF_T_FAST ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_T_FLAG_MASK = 768 #53466
    pkg syscall (freebsd-riscv64), const BPF_T_FLAG_MASK ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (freebsd-386), const BPF_T_FAST = 256
    pkg syscall (freebsd-386), const BPF_T_FAST ideal-int
    pkg syscall (freebsd-386), const BPF_T_FLAG_MASK = 768
    pkg syscall (freebsd-386), const BPF_T_FLAG_MASK ideal-int
    pkg syscall (freebsd-386), const BPF_T_FORMAT_MASK = 3
    pkg syscall (freebsd-386), const BPF_T_FORMAT_MASK ideal-int
    pkg syscall (freebsd-386), const BPF_T_MICROTIME = 0
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (1)
Back to top