Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for 2_8000 (0.22 sec)

  1. pilot/pkg/networking/core/gateway_test.go

    												Number: 80,
    											},
    										},
    									},
    								},
    							},
    						},
    					},
    				},
    			},
    			[]string{"10.0.0.1_8000", "10.0.0.2_8000", "10.0.0.3_8000"},
    		},
    		{
    			"gateway with HTTPS/GRPC servers with bind",
    			&pilot_model.Proxy{},
    			[]config.Config{
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	CLONE_NEWTIME                               = 0x80
    	CLONE_NEWUSER                               = 0x10000000
    	CLONE_NEWUTS                                = 0x4000000
    	CLONE_PARENT                                = 0x8000
    	CLONE_PARENT_SETTID                         = 0x100000
    	CLONE_PIDFD                                 = 0x1000
    	CLONE_PTRACE                                = 0x2000
    	CLONE_SETTLS                                = 0x80000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm64/asm7.go

    	{AADD, C_MOVCON, C_RSP, C_NONE, C_RSP, C_NONE, 62, 8, 0, 0, 0},
    	{AADD, C_MOVCON, C_NONE, C_NONE, C_RSP, C_NONE, 62, 8, 0, 0, 0},
    	{ACMP, C_MOVCON, C_RSP, C_NONE, C_NONE, C_NONE, 62, 8, 0, 0, 0},
    	{AADD, C_BITCON, C_RSP, C_NONE, C_RSP, C_NONE, 62, 8, 0, 0, 0},
    	{AADD, C_BITCON, C_NONE, C_NONE, C_RSP, C_NONE, 62, 8, 0, 0, 0},
    	{ACMP, C_BITCON, C_RSP, C_NONE, C_NONE, C_NONE, 62, 8, 0, 0, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	S_IFBLK  = 0x6000
    	S_IFREG  = 0x8000
    	S_IFLNK  = 0xa000
    	S_IFSOCK = 0xc000
    	S_ISUID  = 0x800
    	S_ISGID  = 0x400
    	S_ISVTX  = 0x200
    	S_IRUSR  = 0x100
    	S_IWRITE = 0x80
    	S_IWUSR  = 0x80
    	S_IXUSR  = 0x40
    )
    
    const (
    	FILE_TYPE_CHAR    = 0x0002
    	FILE_TYPE_DISK    = 0x0001
    	FILE_TYPE_PIPE    = 0x0003
    	FILE_TYPE_REMOTE  = 0x8000
    	FILE_TYPE_UNKNOWN = 0x0000
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  5. istioctl/pkg/authz/testdata/configdump.yaml

         }
        },
        {
         "name": "0.0.0.0_8000",
         "active_state": {
          "version_info": "2023-06-20T09:07:41Z/3",
          "listener": {
           "@type": "type.googleapis.com/envoy.config.listener.v3.Listener",
           "name": "0.0.0.0_8000",
           "address": {
            "socket_address": {
             "address": "0.0.0.0",
             "port_value": 8000
            }
           },
           "filter_chains": [
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  6. src/cmd/compile/internal/ssa/rewriteMIPS.go

    		v0.AddArg2(ptr, mem)
    		return true
    	}
    	// match: (MOVHreg (ANDconst [c] x))
    	// cond: c & 0x8000 == 0
    	// result: (ANDconst [c&0x7fff] x)
    	for {
    		if v_0.Op != OpMIPSANDconst {
    			break
    		}
    		c := auxIntToInt32(v_0.AuxInt)
    		x := v_0.Args[0]
    		if !(c&0x8000 == 0) {
    			break
    		}
    		v.reset(OpMIPSANDconst)
    		v.AuxInt = int32ToAuxInt(c & 0x7fff)
    		v.AddArg(x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 14:43:03 UTC 2023
    - 176.6K bytes
    - Viewed (0)
  7. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+56(SB)/8,$0x00000001ebd224ac
    
    	/* x^257088 mod p(x), x^257024 mod p(x) */
    DATA ·IEEEConst+64(SB)/8,$0x00000001a4a7167a
    DATA ·IEEEConst+72(SB)/8,$0x000000000ccb97ca
    
    	/* x^256064 mod p(x), x^256000 mod p(x) */
    DATA ·IEEEConst+80(SB)/8,$0x000000000c18249a
    DATA ·IEEEConst+88(SB)/8,$0x00000001006ec8a8
    
    	/* x^255040 mod p(x), x^254976 mod p(x) */
    DATA ·IEEEConst+96(SB)/8,$0x00000000a924ae7c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/data.go

    		// GOT section is present, compute it as suggested by the ELFv2 ABI. Otherwise,
    		// choose a similar offset from the start of the data segment.
    		tocAddr := int64(Segdata.Vaddr) + 0x8000
    		if gotAddr := ldr.SymValue(ctxt.GOT); gotAddr != 0 {
    			tocAddr = gotAddr + 0x8000
    		}
    		for i := range ctxt.DotTOC {
    			if i >= sym.SymVerABICount && i < sym.SymVerStatic { // these versions are not used currently
    				continue
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
  9. pkg/kubelet/eviction/helpers_test.go

    		medium: newPodInodeStats(medium, resource.MustParse("100000"), resource.MustParse("150000"), resource.MustParse("50000")), // 300000
    		high:   newPodInodeStats(high, resource.MustParse("200000"), resource.MustParse("150000"), resource.MustParse("50000")),   // 400000
    	}
    	statsFn := func(pod *v1.Pod) (statsapi.PodStats, bool) {
    		result, found := stats[pod]
    		return result, found
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/ppc64/asm9.go

    	case AADDCCC:
    		return OPVCC(13, 0, 0, 0)
    	case AADDIS:
    		return OPVCC(15, 0, 0, 0) /* ADDIS */
    
    	case AANDCC:
    		return OPVCC(28, 0, 0, 0)
    	case AANDISCC:
    		return OPVCC(29, 0, 0, 0) /* ANDIS. */
    
    	case ABR:
    		return OPVCC(18, 0, 0, 0)
    	case ABL:
    		return OPVCC(18, 0, 0, 0) | 1
    	case obj.ADUFFZERO:
    		return OPVCC(18, 0, 0, 0) | 1
    	case obj.ADUFFCOPY:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top