Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 67 for casi (0.5 sec)

  1. src/cmd/compile/internal/ssa/rewrite386.go

    	case Op386DIVSSload:
    		return rewriteValue386_Op386DIVSSload(v)
    	case Op386LEAL:
    		return rewriteValue386_Op386LEAL(v)
    	case Op386LEAL1:
    		return rewriteValue386_Op386LEAL1(v)
    	case Op386LEAL2:
    		return rewriteValue386_Op386LEAL2(v)
    	case Op386LEAL4:
    		return rewriteValue386_Op386LEAL4(v)
    	case Op386LEAL8:
    		return rewriteValue386_Op386LEAL8(v)
    	case Op386MOVBLSX:
    		return rewriteValue386_Op386MOVBLSX(v)
    	case Op386MOVBLSXload:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/moment-with-locales.min.js

    [danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[ju\u010der u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[pro\u0161lu] dddd [u] LT";case 6:return"[pro\u0161le] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[pro\u0161li] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 12 13:18:07 UTC 2018
    - 319K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewritePPC64.go

    	case OpEq16:
    		return rewriteValuePPC64_OpEq16(v)
    	case OpEq32:
    		return rewriteValuePPC64_OpEq32(v)
    	case OpEq32F:
    		return rewriteValuePPC64_OpEq32F(v)
    	case OpEq64:
    		return rewriteValuePPC64_OpEq64(v)
    	case OpEq64F:
    		return rewriteValuePPC64_OpEq64F(v)
    	case OpEq8:
    		return rewriteValuePPC64_OpEq8(v)
    	case OpEqB:
    		return rewriteValuePPC64_OpEqB(v)
    	case OpEqPtr:
    		return rewriteValuePPC64_OpEqPtr(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewriteS390X.go

    	case OpCom64:
    		v.Op = OpS390XNOT
    		return true
    	case OpCom8:
    		v.Op = OpS390XNOTW
    		return true
    	case OpConst16:
    		return rewriteValueS390X_OpConst16(v)
    	case OpConst32:
    		return rewriteValueS390X_OpConst32(v)
    	case OpConst32F:
    		v.Op = OpS390XFMOVSconst
    		return true
    	case OpConst64:
    		return rewriteValueS390X_OpConst64(v)
    	case OpConst64F:
    		v.Op = OpS390XFMOVDconst
    		return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    				name = "fmax32"
    			}
    		case types.TFLOAT64:
    			switch n.Op() {
    			case ir.OMIN:
    				name = "fmin64"
    			case ir.OMAX:
    				name = "fmax64"
    			}
    		case types.TSTRING:
    			switch n.Op() {
    			case ir.OMIN:
    				name = "strmin"
    			case ir.OMAX:
    				name = "strmax"
    			}
    		}
    		fn := typecheck.LookupRuntimeFunc(name)
    
    		return fold(func(x, a *ssa.Value) *ssa.Value {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    		wireType := int(wire & 0x7)
    		switch wireType {
    		case 0:
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return 0, ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return 0, io.ErrUnexpectedEOF
    				}
    				iNdEx++
    				if dAtA[iNdEx-1] < 0x80 {
    					break
    				}
    			}
    		case 1:
    			iNdEx += 8
    		case 2:
    			var length int
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
  7. src/net/http/h2_bundle.go

    		}
    		return nil
    	}
    
    	switch f := f.(type) {
    	case *http2SettingsFrame:
    		return sc.processSettings(f)
    	case *http2MetaHeadersFrame:
    		return sc.processHeaders(f)
    	case *http2WindowUpdateFrame:
    		return sc.processWindowUpdate(f)
    	case *http2PingFrame:
    		return sc.processPing(f)
    	case *http2DataFrame:
    		return sc.processData(f)
    	case *http2RSTStreamFrame:
    		return sc.processResetStream(f)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    		wireType := int(wire & 0x7)
    		switch wireType {
    		case 0:
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return 0, ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return 0, io.ErrUnexpectedEOF
    				}
    				iNdEx++
    				if dAtA[iNdEx-1] < 0x80 {
    					break
    				}
    			}
    		case 1:
    			iNdEx += 8
    		case 2:
    			var length int
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    		switch wireType {
    		case 0:
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return 0, ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return 0, io.ErrUnexpectedEOF
    				}
    				iNdEx++
    				if dAtA[iNdEx-1] < 0x80 {
    					break
    				}
    			}
    		case 1:
    			iNdEx += 8
    		case 2:
    			var length int
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    		switch wireType {
    		case 0:
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return 0, ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return 0, io.ErrUnexpectedEOF
    				}
    				iNdEx++
    				if dAtA[iNdEx-1] < 0x80 {
    					break
    				}
    			}
    		case 1:
    			iNdEx += 8
    		case 2:
    			var length int
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
Back to top