Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for freebsd (0.19 sec)

  1. api/go1.9.txt

    pkg math/bits (darwin-amd64-cgo), const UintSize = 64
    pkg math/bits (freebsd-386), const UintSize = 32
    pkg math/bits (freebsd-386-cgo), const UintSize = 32
    pkg math/bits (freebsd-amd64), const UintSize = 64
    pkg math/bits (freebsd-amd64-cgo), const UintSize = 64
    pkg math/bits (freebsd-arm), const UintSize = 32
    pkg math/bits (freebsd-arm-cgo), const UintSize = 32
    pkg math/bits (linux-386), const UintSize = 32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Oct 04 20:20:20 GMT 2021
    - 10.7K bytes
    - Viewed (0)
  2. api/except.txt

    pkg syscall (freebsd-386-cgo), const SYS_LSTAT ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_MKNODAT = 498
    pkg syscall (freebsd-386-cgo), const SYS_STAT = 188
    pkg syscall (freebsd-386-cgo), const SYS_STAT ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_STATFS = 396
    pkg syscall (freebsd-amd64), const SYS_FSTAT = 189
    pkg syscall (freebsd-amd64), const SYS_FSTATAT = 493
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  3. api/go1.17.txt

    pkg math (freebsd-amd64), const MinInt = -9223372036854775808
    pkg math (freebsd-amd64-cgo), const MaxInt = 9223372036854775807
    pkg math (freebsd-amd64-cgo), const MaxUint = 18446744073709551615
    pkg math (freebsd-amd64-cgo), const MinInt = -9223372036854775808
    pkg math (freebsd-arm), const MaxInt = 2147483647
    pkg math (freebsd-arm), const MaxUint = 4294967295
    pkg math (freebsd-arm), const MinInt = -2147483648
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 18K bytes
    - Viewed (0)
  4. api/go1.18.txt

    pkg syscall (freebsd-386), type SysProcAttr struct, Pdeathsig Signal
    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Pdeathsig Signal
    pkg syscall (freebsd-amd64), type SysProcAttr struct, Pdeathsig Signal
    pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Pdeathsig Signal
    pkg syscall (freebsd-arm), type SysProcAttr struct, Pdeathsig Signal
    pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Pdeathsig Signal
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 13K bytes
    - Viewed (0)
  5. src/cmd/api/main_test.go

    	{GOOS: "windows", GOARCH: "386"},
    	{GOOS: "freebsd", GOARCH: "386", CgoEnabled: true},
    	{GOOS: "freebsd", GOARCH: "386"},
    	{GOOS: "freebsd", GOARCH: "amd64", CgoEnabled: true},
    	{GOOS: "freebsd", GOARCH: "amd64"},
    	{GOOS: "freebsd", GOARCH: "arm", CgoEnabled: true},
    	{GOOS: "freebsd", GOARCH: "arm"},
    	{GOOS: "freebsd", GOARCH: "arm64", CgoEnabled: true},
    	{GOOS: "freebsd", GOARCH: "arm64"},
    	{GOOS: "freebsd", GOARCH: "riscv64", CgoEnabled: true},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 09 20:48:51 GMT 2024
    - 31.4K bytes
    - Viewed (0)
  6. api/go1.21.txt

    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Jail int #46259
    pkg syscall (freebsd-386), type SysProcAttr struct, Jail int #46259
    pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Jail int #46259
    pkg syscall (freebsd-amd64), type SysProcAttr struct, Jail int #46259
    pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Jail int #46259
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Jail int #46259
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Aug 07 09:39:17 GMT 2023
    - 25.6K bytes
    - Viewed (0)
  7. misc/go_android_exec/main.go

    // so for now it only builds on platforms that support that system call.
    // TODO(#33974): use a more portable library for file locking.
    
    //go:build darwin || dragonfly || freebsd || illumos || linux || netbsd || openbsd
    
    // This program can be used as go_android_GOARCH_exec by the Go tool.
    // It executes binaries on an android device using adb.
    package main
    
    import (
    	"bytes"
    	"errors"
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Aug 21 17:46:57 GMT 2023
    - 15.3K bytes
    - Viewed (0)
  8. tensorflow/c/experimental/filesystem/modular_filesystem.cc

      UniquePtrTo_TF_Status plugin_status(TF_NewStatus(), TF_DeleteStatus);
      std::string translated_name = TranslateName(dir);
      // Note that `children` is allocated by the plugin and freed by core
      // TensorFlow, so we need to use `plugin_memory_free_` here.
      char** children = nullptr;
      const int num_children =
          ops_->get_children(filesystem_.get(), translated_name.c_str(), &children,
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Sep 06 19:12:29 GMT 2023
    - 23.1K bytes
    - Viewed (0)
  9. okhttp/src/main/kotlin/okhttp3/internal/-UtilJvm.kt

        }
      }
    }
    
    /**
     * Attempts to exhaust this, returning true if successful. This is useful when reading a complete
     * source is helpful, such as when doing so completes a cache body or frees a socket connection for
     * reuse.
     */
    internal fun Source.discard(
      timeout: Int,
      timeUnit: TimeUnit,
    ): Boolean =
      try {
        this.skipAll(timeout, timeUnit)
      } catch (_: IOException) {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Tue Jan 09 12:33:05 GMT 2024
    - 10.5K bytes
    - Viewed (0)
  10. tensorflow/c/experimental/filesystem/modular_filesystem_registration.cc

    }
    
    // Registers filesystem at `index`, if plugin is providing valid information.
    //
    // Extracted to a separate function so that pointers inside `info` are freed
    // by the caller regardless of whether validation/registration failed or not.
    //
    // Must be called only with `index` a valid index in `info->ops`.
    static Status ValidateAndRegisterFilesystems(
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Mar 07 22:08:43 GMT 2023
    - 12.8K bytes
    - Viewed (0)
Back to top