Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 81 for synthesized (0.16 sec)

  1. src/go/internal/gcimporter/support.go

    // We use -64 because it is rare; see issue 20080 and CL 41619.
    // -64 is the smallest int that fits in a single byte as a varint.
    const deltaNewFile = -64
    
    // Synthesize a token.Pos
    type fakeFileSet struct {
    	fset  *token.FileSet
    	files map[string]*fileInfo
    }
    
    type fileInfo struct {
    	file     *token.File
    	lastline int
    }
    
    const maxlines = 64 * 1024
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/DerWriter.kt

      private val path = mutableListOf<String>()
    
      /**
       * False unless we made a recursive call to [write] at the current stack frame. The explicit box
       * adapter can clear this to synthesize non-constructed values that are embedded in octet strings.
       */
      var constructed = false
    
      fun write(
        name: String,
        tagClass: Int,
        tag: Long,
        block: (BufferedSink) -> Unit,
      ) {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/cgocall/cgocall.go

    //	import "C"
    //	import "fmt"
    //	type T int
    //	const k = 3
    //	var x, y = fmt.Println()
    //	func f() { ... }
    //	func g() { ... C.malloc(k) ... }
    //	func (T) f(int) string { ... }
    //
    // we synthesize a new ast.File, shown below, that dot-imports the
    // original "cooked" package using a special name ("·this·"), so that all
    // references to package members resolve correctly. (References to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_dot.txt

    # report a nonexistent package with an error.
    go list -e -json ./subdir
    stdout '"Incomplete": true'
    
    # golang.org/issue/28155: 'go list ./testdata' should not synthesize underscores.
    go list ./testdata
    stdout '^example.com/testdata'
    
    # golang.org/issue/32921: vendor directories should only be accepted as directories
    # if the directory would actually be used to load the package.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 22:30:03 UTC 2022
    - 4.6K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    // are ignored by the go command.
    //
    // As a special case, if the package list is a list of .go files from a
    // single directory, the command is applied to a single synthesized
    // package made up of exactly those files, ignoring any build constraints
    // in those files and ignoring any other files in the directory.
    //
    // Directory and file names that begin with "." or "_" are ignored
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. src/crypto/internal/nistec/fiat/p521_fiat64.go

    //
    //
    //
    // NOTE: In addition to the bounds specified above each function, all
    //
    //   functions synthesized for this Montgomery arithmetic require the
    //
    //   input to be strictly less than the prime modulus (m), and also
    //
    //   require the input to be in the unique saturated representation.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 167K bytes
    - Viewed (0)
  7. src/go/doc/doc_test.go

    `
    
    var funcsPackage = &Package{
    	Funcs: []*Func{{Name: "F"}},
    	Types: []*Type{
    		{
    			Name:  "G1",
    			Funcs: []*Func{{Name: "NewG1"}},
    			Methods: []*Func{
    				{Name: "M4", Recv: "G1", // TODO: synthesize a param for G1?
    					Orig: "s3", Level: 1},
    				{Name: "MG1", Recv: "G1[T]", Orig: "G1[T]", Level: 0},
    				{Name: "MG2", Recv: "*G1[U]", Orig: "*G1[U]", Level: 0},
    			},
    		},
    		{
    			Name:  "G2",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:52 UTC 2022
    - 6.7K bytes
    - Viewed (0)
  8. pkg/api/v1/endpoints/util.go

    			}
    		}
    	}
    
    	// Next, map the sets of hosts to the sets of ports they offer.
    	// Go does not allow maps or slices as keys to maps, so we have
    	// to synthesize an artificial key and do a sort of 2-part
    	// associative entity.
    	type keyString string
    	keyToAddrReadyMap := map[keyString]addressSet{}
    	addrReadyMapKeyToPorts := map[keyString][]v1.EndpointPort{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 07 07:01:25 UTC 2018
    - 8K bytes
    - Viewed (0)
  9. src/runtime/memmove_arm.s

    // THE SOFTWARE.
    
    #include "textflag.h"
    
    // TE or TS are spilled to the stack during bulk register moves.
    #define TS	R0
    #define TE	R8
    
    // Warning: the linker will use R11 to synthesize certain instructions. Please
    // take care and double check with objdump.
    #define FROM	R11
    #define N	R12
    #define TMP	R12				/* N and TMP don't overlap */
    #define TMP1	R5
    
    #define RSHIFT	R5
    #define LSHIFT	R6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 5.9K bytes
    - Viewed (0)
  10. src/runtime/stkframe.go

    // this if non-nil, and otherwise fetch the argument map using the
    // current PC.
    //
    // hasReflectStackObj indicates that this frame also has a reflect
    // function stack object, which the caller must synthesize.
    func (frame *stkframe) argMapInternal() (argMap bitvector, hasReflectStackObj bool) {
    	f := frame.fn
    	if f.args != abi.ArgsSizeUnknown {
    		argMap.n = f.args / goarch.PtrSize
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 15:10:48 UTC 2024
    - 9.9K bytes
    - Viewed (0)
Back to top