Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 70 for adir (0.08 sec)

  1. src/cmd/asm/internal/asm/testdata/arm.s

    //	{
    //		var g obj.Addr
    //
    //		g = nullgen;
    //		g.Type = obj.TYPE_CONST;
    //		g.Offset = int64($6);
    //		outcode($1, $2, &$3, 0, &g);
    //	}
    	MOVM	0(R1), [R2,R5,R8,g] // MOVM	(R1), [R2,R5,R8,g]
    	MOVM	(R1), [R2-R5] // MOVM (R1), [R2,R3,R4,R5]
    	MOVM	(R1), [R2]
    
    //	LTYPE8 cond '[' reglist ']' ',' ioreg
    //	{
    //		var g obj.Addr
    //
    //		g = nullgen;
    //		g.Type = obj.TYPE_CONST;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 69K bytes
    - Viewed (0)
  2. src/reflect/type.go

    		if ch.Elem == typ && ch.Dir == abi.ChanDir(dir) {
    			ti, _ := lookupCache.LoadOrStore(ckey, toRType(tt))
    			return ti.(Type)
    		}
    	}
    
    	// Make a channel type.
    	var ichan any = (chan unsafe.Pointer)(nil)
    	prototype := *(**chanType)(unsafe.Pointer(&ichan))
    	ch := *prototype
    	ch.TFlag = abi.TFlagRegularMemory
    	ch.Dir = abi.ChanDir(dir)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

            if (proxy == null) {
                if (StringUtil.isNotBlank(getHttpProxyHost()) && getHttpProxyPortAsInteger() != null) {
                    final SocketAddress addr = new InetSocketAddress(getHttpProxyHost(), getHttpProxyPortAsInteger());
                    proxy = new Proxy(Type.HTTP, addr);
                    if (StringUtil.isNotBlank(getHttpProxyUsername())) {
                        Authenticator.setDefault(new Authenticator() {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 85K bytes
    - Viewed (0)
  4. src/crypto/tls/conn.go

    // export the struct field too.
    
    // LocalAddr returns the local network address.
    func (c *Conn) LocalAddr() net.Addr {
    	return c.conn.LocalAddr()
    }
    
    // RemoteAddr returns the remote network address.
    func (c *Conn) RemoteAddr() net.Addr {
    	return c.conn.RemoteAddr()
    }
    
    // SetDeadline sets the read and write deadlines associated with the connection.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	{63, "ESOCKTNOSUPPORT", "socket type not supported"},
    	{64, "EOPNOTSUPP", "operation not supported on socket"},
    	{65, "EPFNOSUPPORT", "protocol family not supported"},
    	{66, "EAFNOSUPPORT", "addr family not supported by protocol"},
    	{67, "EADDRINUSE", "address already in use"},
    	{68, "EADDRNOTAVAIL", "can't assign requested address"},
    	{69, "ENETDOWN", "network is down"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		{name: "MOVDaddr", argLength: 1, reg: regInfo{inputs: []regMask{buildReg("SP") | buildReg("SB")}, outputs: []regMask{gp}}, aux: "SymOff", asm: "MOVD", rematerializeable: true, symEffect: "Addr"}, // arg0 + auxInt + aux.(*gc.Sym), arg0=SP/SB
    
    		{name: "MOVBload", argLength: 2, reg: gpload, aux: "SymOff", asm: "MOVB", typ: "Int8", faultOnNilArg0: true, symEffect: "Read"},       // load from arg0 + auxInt + aux.  arg1=mem.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	{63, "ESOCKTNOSUPPORT", "socket type not supported"},
    	{64, "EOPNOTSUPP", "operation not supported on socket"},
    	{65, "EPFNOSUPPORT", "protocol family not supported"},
    	{66, "EAFNOSUPPORT", "addr family not supported by protocol"},
    	{67, "EADDRINUSE", "address already in use"},
    	{68, "EADDRNOTAVAIL", "can't assign requested address"},
    	{69, "ENETDOWN", "network is down"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ppc64/asm.go

    		r.SetOff(0)
    		r.SetSiz(8) // generates 2 relocations: HA + LO
    		r.SetSym(toctramp.Sym())
    	} else if hasPCrel {
    		// pla r12, addr (PCrel). This works for static or PIC, with or without a valid TOC pointer.
    		o1 = uint32(OP_PLA_PFX)
    		o2 = uint32(OP_PLA_SFX_R12) // pla r12, addr
    
    		// The trampoline's position is not known yet, insert a relocation.
    		r, _ := tramp.AddRel(objabi.R_ADDRPOWER_PCREL34)
    		r.SetOff(0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/listener_test.go

    				t.Errorf("Expected %d listeners, got %d (%v)", tt.numListenersOnServicePort, len(listenersToCheck), listenersToCheck)
    			}
    
    			if tt.useAutoAllocatedAddress {
    				for _, addr := range listenersToCheck {
    					if !strings.HasPrefix(addr, "240.240") {
    						t.Errorf("Expected %d listeners on service port 79, got %d (%v)", tt.numListenersOnServicePort, len(listenersToCheck), listenersToCheck)
    					}
    				}
    			}
    		})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  10. src/runtime/mheap.go

    	// Read atomically and written with an atomic CAS.
    	zeroedBase uintptr
    }
    
    // arenaHint is a hint for where to grow the heap arenas. See
    // mheap_.arenaHints.
    type arenaHint struct {
    	_    sys.NotInHeap
    	addr uintptr
    	down bool
    	next *arenaHint
    }
    
    // An mspan is a run of pages.
    //
    // When a mspan is in the heap free treap, state == mSpanFree
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
Back to top