Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for Bree (0.21 sec)

  1. api/go1.3.txt

    pkg syscall (netbsd-386), const CLONE_VM ideal-int
    pkg syscall (netbsd-386), const MADV_DONTNEED = 4
    pkg syscall (netbsd-386), const MADV_DONTNEED ideal-int
    pkg syscall (netbsd-386), const MADV_FREE = 6
    pkg syscall (netbsd-386), const MADV_FREE ideal-int
    pkg syscall (netbsd-386), const MADV_NORMAL = 0
    pkg syscall (netbsd-386), const MADV_NORMAL ideal-int
    pkg syscall (netbsd-386), const MADV_RANDOM = 1
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const MADV_DONTNEED = 4
    pkg syscall (netbsd-arm64-cgo), const MADV_DONTNEED ideal-int
    pkg syscall (netbsd-arm64-cgo), const MADV_FREE = 6
    pkg syscall (netbsd-arm64-cgo), const MADV_FREE ideal-int
    pkg syscall (netbsd-arm64-cgo), const MADV_NORMAL = 0
    pkg syscall (netbsd-arm64-cgo), const MADV_NORMAL ideal-int
    pkg syscall (netbsd-arm64-cgo), const MADV_RANDOM = 1
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const MADV_FREE = 5
    pkg syscall (darwin-arm64), const MADV_FREE ideal-int
    pkg syscall (darwin-arm64), const MADV_FREE_REUSABLE = 7
    pkg syscall (darwin-arm64), const MADV_FREE_REUSABLE ideal-int
    pkg syscall (darwin-arm64), const MADV_FREE_REUSE = 8
    pkg syscall (darwin-arm64), const MADV_FREE_REUSE ideal-int
    pkg syscall (darwin-arm64), const MADV_NORMAL = 0
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (darwin-386), const MADV_CAN_REUSE ideal-int
    pkg syscall (darwin-386), const MADV_DONTNEED ideal-int
    pkg syscall (darwin-386), const MADV_FREE ideal-int
    pkg syscall (darwin-386), const MADV_FREE_REUSABLE ideal-int
    pkg syscall (darwin-386), const MADV_FREE_REUSE ideal-int
    pkg syscall (darwin-386), const MADV_NORMAL ideal-int
    pkg syscall (darwin-386), const MADV_RANDOM ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const MADV_DONTNEED = 4
    pkg syscall (freebsd-arm64), const MADV_DONTNEED ideal-int
    pkg syscall (freebsd-arm64), const MADV_FREE = 5
    pkg syscall (freebsd-arm64), const MADV_FREE ideal-int
    pkg syscall (freebsd-arm64), const MADV_NOCORE = 8
    pkg syscall (freebsd-arm64), const MADV_NOCORE ideal-int
    pkg syscall (freebsd-arm64), const MADV_NORMAL = 0
    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)
  6. src/cmd/cgo/internal/swig/testdata/stdio/main.swig

    #include <stdlib.h>
    %}
    
    %typemap(gotype) const char * "string"
    %typemap(in) const char * %{
    	$1 = malloc($input.n + 1);
    	memcpy($1, $input.p, $input.n);
    	$1[$input.n] = '\0';
    %}
    %typemap(freearg) const char * %{
    	free($1);
    %}
    
    FILE *fopen(const char *name, const char *mode);
    int fclose(FILE *);
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:07 GMT 2023
    - 563 bytes
    - Viewed (0)
  7. PATENTS

    Additional IP Rights Grant (Patents)
    
    "This implementation" means the copyrightable works distributed by
    Google as part of the Go project.
    
    Google hereby grants to You a perpetual, worldwide, non-exclusive,
    no-charge, royalty-free, irrevocable (except as stated in this section)
    patent license to make, have made, use, offer to sell, sell, import,
    transfer and otherwise run, modify and propagate the contents of this
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Dec 06 21:31:59 GMT 2010
    - 1.3K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const MADV_DONTNEED = 4 #53466
    pkg syscall (freebsd-riscv64), const MADV_DONTNEED ideal-int #53466
    pkg syscall (freebsd-riscv64), const MADV_FREE = 5 #53466
    pkg syscall (freebsd-riscv64), const MADV_FREE ideal-int #53466
    pkg syscall (freebsd-riscv64), const MADV_NOCORE = 8 #53466
    pkg syscall (freebsd-riscv64), const MADV_NOCORE 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)
  9. api/go1.1.txt

    pkg syscall (darwin-386), const MADV_CAN_REUSE = 9
    pkg syscall (darwin-386), const MADV_DONTNEED = 4
    pkg syscall (darwin-386), const MADV_FREE = 5
    pkg syscall (darwin-386), const MADV_FREE_REUSABLE = 7
    pkg syscall (darwin-386), const MADV_FREE_REUSE = 8
    pkg syscall (darwin-386), const MADV_NORMAL = 0
    pkg syscall (darwin-386), const MADV_RANDOM = 1
    pkg syscall (darwin-386), const MADV_SEQUENTIAL = 2
    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 (0)
  10. api/go1.4.txt

    pkg text/template/parse, type NilNode struct, embedded NodeType
    pkg text/template/parse, method (*BranchNode) Copy() Node
    pkg text/template/parse, method (*IdentifierNode) SetTree(*Tree) *IdentifierNode
    pkg html/template, type Error struct, Node parse.Node
    
    # CL 127470043 unicode: strconv: regexp: Upgrade to Unicode 7.0.0., Marcel van Lohuizen <******@****.***>
    pkg unicode, const Version = "7.0.0"
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
Back to top