Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for Macro (0.06 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation.go

    				// been bypassed. int-or-string is typed as dynamic and so bypasses compiler type checking.
    				errs = append(errs, field.Invalid(fldPath, sts.Type, fmt.Sprintf("'%v': call arguments did not match a supported operator, function or macro signature for rule: %v", err, ruleErrorString(rule))))
    			} else if strings.HasPrefix(err.Error(), "operation cancelled: actual cost limit exceeded") {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 18:21:31 UTC 2024
    - 32.2K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/x86/asm6.go

    // If it can, we return true followed by the total size of the fused jump. If it can't, we return false.
    // Macro fusion rules are derived from the Intel Optimization Manual (April 2019) section 3.4.2.2.
    func fusedJump(p *obj.Prog) (bool, uint8) {
    	var fusedSize uint8
    
    	// The first instruction in a macro fused pair may be preceded by the LOCK prefix,
    	// or possibly an XACQUIRE/XRELEASE prefix followed by a LOCK prefix. If it is, we
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				// variable name to the locally scoped expression value.
    				"self.self == 201",
    				// CEL macro and function names do not need to be escaped because the parser can disambiguate them from the function and
    				// macro identifiers.
    				"self.getDate == 202",
    				"self.all == 203",
    				"self.size == '204'",
    				// _ is not escaped
    				"self._true == 301",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  4. src/runtime/asm_arm64.s

    	ADD	$288, RSP, RSP // Add 16 more bytes, see saveSigContext
    	MOVD	-16(RSP), R30 // restore old lr
    	JMP	(R27)
    
    // runtime.debugCallCheck assumes that functions defined with the
    // DEBUG_CALL_FN macro are safe points to inject calls.
    #define DEBUG_CALL_FN(NAME,MAXSIZE)		\
    TEXT NAME(SB),WRAPPER,$MAXSIZE-0;		\
    	NO_LOCAL_POINTERS;		\
    	MOVD	$0, R20;		\
    	BREAK;		\
    	MOVD	$1, R20;		\
    	BREAK;		\
    	RET
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/ppc64/asm9.go

    			AANDISCC,
    			AFMOVSX,
    			AFMOVSZ,
    			ALSW,
    			AMOVD,  /* load/store/move 64-bit values, including 32-bit literals with/without sign-extension */
    			AMOVB,  /* macro: move byte with sign extension */
    			AMOVBU, /* macro: move byte with sign extension & update */
    			AMOVFL,
    			/* op $s[,r2],r3; op r1[,r2],r3; no cc/v */
    			ASUBC, /* op r1,$s,r3; op r1[,r2],r3 */
    			ASTSW,
    			ASLBMTE,
    			AWORD,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  6. src/cmd/cgo/internal/test/test.go

            {
                int x;
            } y[16];
    } z;
    
    // issue 6612
    // Test new scheme for deciding whether C.name is an expression, type, constant.
    // Clang silences some warnings when the name is a #defined macro, so test those too
    // (even though we now use errors exclusively, not warnings).
    
    void myfunc(void) {}
    int myvar = 5;
    const char *mytext = "abcdef";
    typedef int mytype;
    enum {
    	myenum = 1234,
    };
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  7. src/runtime/asm_amd64.s

    	MOVQ	r13-(12*8+8)(SP), R13
    	MOVQ	r14-(13*8+8)(SP), R14
    	MOVQ	r15-(14*8+8)(SP), R15
    
    	RET
    
    // runtime.debugCallCheck assumes that functions defined with the
    // DEBUG_CALL_FN macro are safe points to inject calls.
    #define DEBUG_CALL_FN(NAME,MAXSIZE)		\
    TEXT NAME(SB),WRAPPER,$MAXSIZE-0;		\
    	NO_LOCAL_POINTERS;			\
    	MOVQ	$0, R12;				\
    	BYTE	$0xcc;				\
    	MOVQ	$1, R12;				\
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/s390x/asmz.go

    		// R_390_TLS_LOAD
    		zRXY(op_LGF, uint32(p.To.Reg), regtmp(p), 0, 0, asm)
    		// TODO(mundaym): add R_390_TLS_LOAD relocation here
    		// not strictly required but might allow the linker to optimize
    
    	case 96: // clear macro
    		length := c.vregoff(&p.From)
    		offset := c.vregoff(&p.To)
    		reg := p.To.Reg
    		if reg == 0 {
    			reg = REGSP
    		}
    		if length <= 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  9. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.language.nativeplatform.internal.Macro> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Macro.java:0)
    Class <org.gradle.language.nativeplatform.internal.MacroFunction> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (MacroFunction.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top