Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for _A (0.33 sec)

  1. src/cmd/internal/obj/s390x/asmz.go

    		} else if int64(int32(v)) == v {
    			zRIL(_a, op_LGFI, uint32(p.To.Reg), uint32(v), asm)
    		} else if int64(uint32(v)) == v {
    			zRIL(_a, op_LLILF, uint32(p.To.Reg), uint32(v), asm)
    		} else if uint64(v)&0xffffffff00000000 == uint64(v) {
    			zRIL(_a, op_LLIHF, uint32(p.To.Reg), uint32(v>>32), asm)
    		} else {
    			zRIL(_a, op_LLILF, uint32(p.To.Reg), uint32(v), asm)
    			zRIL(_a, op_IIHF, uint32(p.To.Reg), uint32(v>>32), asm)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  2. pkg/config/validation/validation.go

    	// ServiceEntry.Endpoint.Address message.
    	UnixAddressPrefix = "unix://"
    
    	matchExact  = "exact:"
    	matchPrefix = "prefix:"
    )
    
    var validHeaderRegex = regexp.MustCompile("^[-_A-Za-z0-9]+$")
    
    const (
    	kb = 1024
    	mb = 1024 * kb
    )
    
    var (
    	// envoy supported retry on header values
    	supportedRetryOnPolicies = sets.New(
    		// 'x-envoy-retry-on' supported policies:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    8255, 8855, 9243, 10000. And at the Points A, B, C, D, E, F, G, H, let Perpendiculars A[Greek: a], B[Greek: b], &c. be erected, by whose Intervals the Extent of the several Colours set underneath against them, is to be represented. Then divide the Line _A[Greek: a]_ in such Proportion as the Numbers 1, 2, 3, 5, 6, 7, 9, 10, 11, &c. set at the Points of Division denote. And through those Divisions from Y draw Lines 1I, 2K, 3L, 5M, 6N, 7O, &c. Now, if A2 be supposed to represent the Thickness of any thin...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top