Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for Bendik (0.25 sec)

  1. src/cmd/cgo/internal/test/issue24161e2/main.go

      #define kSecKeyAlgorithmECDSASignatureDigestX962SHA1 foo()
      static SecKeyAlgorithm foo(void){return NULL;}
    #endif
    */
    import "C"
    import (
    	"fmt"
    	"testing"
    )
    
    var _ C.CFStringRef
    
    func f1() {
    	C.SecKeyCreateSignature(0, C.kSecKeyAlgorithmECDSASignatureDigestX962SHA1, 0, nil)
    }
    
    func f2(e C.CFErrorRef) {
    Go
    - Registered: Tue Mar 26 11:13:08 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 1K bytes
    - Viewed (1)
  2. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const PARODD = 8192 #53466
    pkg syscall (freebsd-riscv64), const PARODD ideal-int #53466
    pkg syscall (freebsd-riscv64), const PENDIN = 536870912 #53466
    pkg syscall (freebsd-riscv64), const PENDIN ideal-int #53466
    pkg syscall (freebsd-riscv64), const PRIO_PGRP = 1 #53466
    pkg syscall (freebsd-riscv64), const PRIO_PGRP ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const PARMRK ideal-int
    pkg syscall (netbsd-arm64-cgo), const PARODD = 8192
    pkg syscall (netbsd-arm64-cgo), const PARODD ideal-int
    pkg syscall (netbsd-arm64-cgo), const PENDIN = 536870912
    pkg syscall (netbsd-arm64-cgo), const PENDIN ideal-int
    pkg syscall (netbsd-arm64-cgo), const PRI_IOFLUSH = 124
    pkg syscall (netbsd-arm64-cgo), const PRI_IOFLUSH ideal-int
    pkg syscall (netbsd-arm64-cgo), const PRIO_PGRP = 1
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. src/cmd/cgo/internal/test/issue24161e0/main.go

      #define kSecKeyAlgorithmECDSASignatureDigestX962SHA1 foo()
      static SecKeyAlgorithm foo(void){return NULL;}
    #endif
    */
    import "C"
    import "testing"
    
    func f1() {
    	C.SecKeyCreateSignature(0, C.kSecKeyAlgorithmECDSASignatureDigestX962SHA1, 0, nil)
    }
    
    Go
    - Registered: Tue Mar 26 11:13:08 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 919 bytes
    - Viewed (0)
  5. src/cmd/cgo/gcc.go

    //
    #if __LP64__
    #define CF_IS_TAGGED_OBJ(PTR)	((uintptr_t)(PTR) & 0x1)
    #define CF_TAGGED_OBJ_TYPE(PTR)	((uintptr_t)(PTR) & 0xF)
    #else
    #define CF_IS_TAGGED_OBJ(PTR)	0
    #define CF_TAGGED_OBJ_TYPE(PTR)	0
    #endif
    
    enum {
        kCFTaggedObjectID_Invalid = 0,
        kCFTaggedObjectID_Atom = (0 << 1) + 1,
        kCFTaggedObjectID_Undefined3 = (1 << 1) + 1,
        kCFTaggedObjectID_Undefined2 = (2 << 1) + 1,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const PARMRK ideal-int
    pkg syscall (darwin-arm64), const PARODD = 8192
    pkg syscall (darwin-arm64), const PARODD ideal-int
    pkg syscall (darwin-arm64), const PENDIN = 536870912
    pkg syscall (darwin-arm64), const PENDIN ideal-int
    pkg syscall (darwin-arm64), const PRIO_PGRP = 1
    pkg syscall (darwin-arm64), const PRIO_PGRP ideal-int
    pkg syscall (darwin-arm64), const PRIO_PROCESS = 0
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const PARMRK ideal-int
    pkg syscall (freebsd-arm64), const PARODD = 8192
    pkg syscall (freebsd-arm64), const PARODD ideal-int
    pkg syscall (freebsd-arm64), const PENDIN = 536870912
    pkg syscall (freebsd-arm64), const PENDIN ideal-int
    pkg syscall (freebsd-arm64), const PRIO_PGRP = 1
    pkg syscall (freebsd-arm64), const PRIO_PGRP ideal-int
    pkg syscall (freebsd-arm64), const PRIO_PROCESS = 0
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg syscall (linux-386), const PARENB ideal-int
    pkg syscall (linux-386), const PARMRK ideal-int
    pkg syscall (linux-386), const PARODD ideal-int
    pkg syscall (linux-386), const PENDIN ideal-int
    pkg syscall (linux-386), const PROT_EXEC ideal-int
    pkg syscall (linux-386), const PROT_GROWSDOWN ideal-int
    pkg syscall (linux-386), const PROT_GROWSUP ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  9. src/cmd/asm/internal/lex/input.go

    		in.ifdefStack[len(in.ifdefStack)-1] = !in.ifdefStack[len(in.ifdefStack)-1]
    	}
    }
    
    // #endif processing.
    func (in *Input) endif() {
    	in.expectNewline("#endif")
    	if len(in.ifdefStack) == 0 {
    		in.Error("unmatched #endif")
    	}
    	in.ifdefStack = in.ifdefStack[:len(in.ifdefStack)-1]
    }
    
    // #include processing.
    func (in *Input) include() {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 07:48:38 GMT 2023
    - 12.6K bytes
    - Viewed (0)
  10. src/cmd/cgo/internal/test/issue24161e1/main.go

      #define kSecKeyAlgorithmECDSASignatureDigestX962SHA1 foo()
      static SecKeyAlgorithm foo(void){return NULL;}
    #endif
    */
    import "C"
    import (
    	"fmt"
    	"testing"
    )
    
    func f1() {
    	C.SecKeyCreateSignature(0, C.kSecKeyAlgorithmECDSASignatureDigestX962SHA1, 0, nil)
    }
    
    func f2(e C.CFErrorRef) {
    Go
    - Registered: Tue Mar 26 11:13:08 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 1K bytes
    - Viewed (0)
Back to top