Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for pareja (0.25 sec)

  1. src/arena/arena.go

    //go:linkname runtime_arena_newArena
    func runtime_arena_newArena() unsafe.Pointer
    
    //go:linkname runtime_arena_arena_New
    func runtime_arena_arena_New(arena unsafe.Pointer, typ any) any
    
    // Mark as noescape to avoid escaping the slice header.
    //
    //go:noescape
    //go:linkname runtime_arena_arena_Slice
    func runtime_arena_arena_Slice(arena unsafe.Pointer, slice any, cap int)
    
    //go:linkname runtime_arena_arena_Free
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Oct 12 20:23:36 GMT 2022
    - 4.3K bytes
    - Viewed (0)
  2. src/all.bat

    of this source code is governed by a BSD-style
    L3::: license that can be found in the LICENSE file.
    L4:
    L5:@echo off
    L6:
    L7:setlocal
    L8:
    L9:if exist make.bat goto ok
    L10:echo all.bat must be run from go\src
    L11::: cannot exit: would kill parent command interpreter
    L12:goto end
    L13::ok
    L14:
    L15:call .\make.bat --no-banner --no-local
    L16:if %GOBUILDFAIL%==1 goto end
    L17:call .\run.bat --no-rebuild --no-local
    L18:if %GOBUILDFAIL%==1 goto end
    L19:"%GOTOOLDIR%/dist" banner
    L20:
    L21::end
    ...
    Batch File
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 19 14:36:22 GMT 2023
    - 543 bytes
    - Viewed (0)
  3. api/go1.5.txt

    pkg go/types, method (*Basic) Underlying() Type
    pkg go/types, method (*Builtin) Exported() bool
    pkg go/types, method (*Builtin) Id() string
    pkg go/types, method (*Builtin) Name() string
    pkg go/types, method (*Builtin) Parent() *Scope
    pkg go/types, method (*Builtin) Pkg() *Package
    pkg go/types, method (*Builtin) Pos() token.Pos
    pkg go/types, method (*Builtin) String() string
    pkg go/types, method (*Builtin) Type() Type
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const O_SHLOCK ideal-int
    pkg syscall (netbsd-arm64-cgo), const O_SYNC = 128
    pkg syscall (netbsd-arm64-cgo), const O_TRUNC = 1024
    pkg syscall (netbsd-arm64-cgo), const PARENB = 4096
    pkg syscall (netbsd-arm64-cgo), const PARENB ideal-int
    pkg syscall (netbsd-arm64-cgo), const PARMRK = 8
    pkg syscall (netbsd-arm64-cgo), const PARMRK ideal-int
    pkg syscall (netbsd-arm64-cgo), const PARODD = 8192
    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)
  5. src/cmd/cgo/gcc.go

    func (c *typeConv) loadType(dtype dwarf.Type, pos token.Pos, parent string) *Type {
    	// Always recompute bad pointer typedefs, as the set of such
    	// typedefs changes as we see more types.
    	checkCache := true
    	if dtt, ok := dtype.(*dwarf.TypedefType); ok && c.badPointerTypedef(dtt) {
    		checkCache = false
    	}
    
    	// The cache key should be relative to its parent.
    	// See issue https://golang.org/issue/31891
    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.txt

    pkg syscall (linux-386), const PACKET_RECV_OUTPUT ideal-int
    pkg syscall (linux-386), const PACKET_RX_RING ideal-int
    pkg syscall (linux-386), const PACKET_STATISTICS ideal-int
    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
    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 (1)
  7. src/cmd/asm/internal/asm/expr_test.go

    	{"3>>(1<<63)", "negative right shift count"},
    	{"(1<<63)>>2", "right shift of value with high bit set"},
    	{"(1<<62)>>2", ""},
    	{`'\x80'`, "illegal UTF-8 encoding for character constant"},
    	{"(23*4", "missing closing paren"},
    	{")23*4", "unexpected ) evaluating expression"},
    	{"18446744073709551616", "value out of range"},
    }
    
    func TestBadExpr(t *testing.T) {
    	for i, test := range badExprTests {
    		err := runBadTest(i, test, t)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 07:48:38 GMT 2023
    - 3.2K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const O_SYMLINK ideal-int
    pkg syscall (darwin-arm64), const O_SYNC = 128
    pkg syscall (darwin-arm64), const O_TRUNC = 1024
    pkg syscall (darwin-arm64), const PARENB = 4096
    pkg syscall (darwin-arm64), const PARENB ideal-int
    pkg syscall (darwin-arm64), const PARMRK = 8
    pkg syscall (darwin-arm64), const PARMRK ideal-int
    pkg syscall (darwin-arm64), const PARODD = 8192
    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)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const ONOEOT ideal-int
    pkg syscall (freebsd-arm64), const OPOST = 1
    pkg syscall (freebsd-arm64), const OPOST ideal-int
    pkg syscall (freebsd-arm64), const PARENB = 4096
    pkg syscall (freebsd-arm64), const PARENB ideal-int
    pkg syscall (freebsd-arm64), const PARMRK = 8
    pkg syscall (freebsd-arm64), const PARMRK ideal-int
    pkg syscall (freebsd-arm64), const PARODD = 8192
    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)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const O_TTY_INIT = 524288 #53466
    pkg syscall (freebsd-riscv64), const O_TTY_INIT ideal-int #53466
    pkg syscall (freebsd-riscv64), const PARENB = 4096 #53466
    pkg syscall (freebsd-riscv64), const PARENB ideal-int #53466
    pkg syscall (freebsd-riscv64), const PARMRK = 8 #53466
    pkg syscall (freebsd-riscv64), const PARMRK ideal-int #53466
    pkg syscall (freebsd-riscv64), const PARODD = 8192 #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)
Back to top