Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for iff (0.22 sec)

  1. api/go1.2.txt

    pkg syscall (freebsd-arm), const IFF_LINK0 ideal-int
    pkg syscall (freebsd-arm), const IFF_LINK1 ideal-int
    pkg syscall (freebsd-arm), const IFF_LINK2 ideal-int
    pkg syscall (freebsd-arm), const IFF_MONITOR ideal-int
    pkg syscall (freebsd-arm), const IFF_NOARP ideal-int
    pkg syscall (freebsd-arm), const IFF_OACTIVE ideal-int
    pkg syscall (freebsd-arm), const IFF_POINTOPOINT ideal-int
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IFF_LINK0 = 4096
    pkg syscall (freebsd-arm64), const IFF_LINK0 ideal-int
    pkg syscall (freebsd-arm64), const IFF_LINK1 = 8192
    pkg syscall (freebsd-arm64), const IFF_LINK1 ideal-int
    pkg syscall (freebsd-arm64), const IFF_LINK2 = 16384
    pkg syscall (freebsd-arm64), const IFF_LINK2 ideal-int
    pkg syscall (freebsd-arm64), const IFF_LOOPBACK = 8
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirExpressionInfoProvider.kt

                    false
                is KtLambdaExpression ->
                    false
                is KtScriptInitializer ->
                    false
    
                // The last expression of a block is considered used iff the block itself is used.
                is KtBlockExpression ->
                    parent.statements.lastOrNull() == child && isUsed(parent)
    
                // Destructuring declarations use their initializer.
    Plain Text
    - Registered: Fri Apr 19 08:18:09 GMT 2024
    - Last Modified: Mon Feb 12 20:38:23 GMT 2024
    - 17.6K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IFF_DYING = 2097152 #53466
    pkg syscall (freebsd-riscv64), const IFF_DYING ideal-int #53466
    pkg syscall (freebsd-riscv64), const IFF_LINK0 = 4096 #53466
    pkg syscall (freebsd-riscv64), const IFF_LINK0 ideal-int #53466
    pkg syscall (freebsd-riscv64), const IFF_LINK1 = 8192 #53466
    pkg syscall (freebsd-riscv64), const IFF_LINK1 ideal-int #53466
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  5. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IFF_LINK1 = 8192
    pkg syscall (netbsd-arm64-cgo), const IFF_LINK1 ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFF_LINK2 = 16384
    pkg syscall (netbsd-arm64-cgo), const IFF_LINK2 ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFF_LOOPBACK = 8
    pkg syscall (netbsd-arm64-cgo), const IFF_MULTICAST = 32768
    pkg syscall (netbsd-arm64-cgo), const IFF_NOARP = 128
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (freebsd-386), const IFF_POINTOPOINT = 16
    pkg syscall (freebsd-386), const IFF_PPROMISC = 131072
    pkg syscall (freebsd-386), const IFF_PROMISC = 256
    pkg syscall (freebsd-386), const IFF_RENAMING = 4194304
    pkg syscall (freebsd-386), const IFF_RUNNING = 64
    pkg syscall (freebsd-386), const IFF_SIMPLEX = 2048
    pkg syscall (freebsd-386), const IFF_SMART = 32
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (freebsd-386), const IFF_LINK1 ideal-int
    pkg syscall (freebsd-386), const IFF_LINK2 ideal-int
    pkg syscall (freebsd-386), const IFF_MONITOR ideal-int
    pkg syscall (freebsd-386), const IFF_NOARP ideal-int
    pkg syscall (freebsd-386), const IFF_OACTIVE ideal-int
    pkg syscall (freebsd-386), const IFF_POINTOPOINT ideal-int
    pkg syscall (freebsd-386), const IFF_PPROMISC ideal-int
    pkg syscall (freebsd-386), const IFF_PROMISC ideal-int
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const IFF_LINK1 = 8192
    pkg syscall (darwin-arm64), const IFF_LINK1 ideal-int
    pkg syscall (darwin-arm64), const IFF_LINK2 = 16384
    pkg syscall (darwin-arm64), const IFF_LINK2 ideal-int
    pkg syscall (darwin-arm64), const IFF_LOOPBACK = 8
    pkg syscall (darwin-arm64), const IFF_MULTICAST = 32768
    pkg syscall (darwin-arm64), const IFF_NOARP = 128
    pkg syscall (darwin-arm64), const IFF_NOARP ideal-int
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/graph/AbstractBaseGraph.java

      protected final void validateEndpoints(EndpointPair<?> endpoints) {
        checkNotNull(endpoints);
        checkArgument(isOrderingCompatible(endpoints), ENDPOINTS_MISMATCH);
      }
    
      /**
       * Returns {@code true} iff {@code endpoints}' ordering is compatible with the directionality of
       * this graph.
       */
      protected final boolean isOrderingCompatible(EndpointPair<?> endpoints) {
        return endpoints.isOrdered() == this.isDirected();
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Jan 22 17:29:38 GMT 2024
    - 7.2K bytes
    - Viewed (0)
  10. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/evaluate/FirCompileTimeConstantEvaluator.kt

    import org.jetbrains.kotlin.resolve.constants.evaluate.evalUnaryOp
    import org.jetbrains.kotlin.types.ConstantValueKind
    
    /**
     * An evaluator that transform numeric operation, such as div, into compile-time constant iff involved operands, such as explicit receiver
     * and the argument, are compile-time constant as well.
     */
    internal object FirCompileTimeConstantEvaluator {
    Plain Text
    - Registered: Fri Apr 19 08:18:09 GMT 2024
    - Last Modified: Wed Mar 20 14:53:27 GMT 2024
    - 16.5K bytes
    - Viewed (0)
Back to top