Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 99 for UNDEF (0.09 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h

    }  // namespace tr1
    }  // namespace std
    
    #undef GTEST_0_TUPLE_
    #undef GTEST_1_TUPLE_
    #undef GTEST_2_TUPLE_
    #undef GTEST_3_TUPLE_
    #undef GTEST_4_TUPLE_
    #undef GTEST_5_TUPLE_
    #undef GTEST_6_TUPLE_
    #undef GTEST_7_TUPLE_
    #undef GTEST_8_TUPLE_
    #undef GTEST_9_TUPLE_
    #undef GTEST_10_TUPLE_
    
    #undef GTEST_0_TYPENAMES_
    #undef GTEST_1_TYPENAMES_
    #undef GTEST_2_TYPENAMES_
    #undef GTEST_3_TYPENAMES_
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  2. src/runtime/defs_arm_linux.go

    #include <asm/ucontext.h>
    #include <asm/siginfo.h>
    #include <linux/time.h>
    
    struct xsiginfo {
    	int si_signo;
    	int si_errno;
    	int si_code;
    	char _sifields[4];
    };
    
    #undef sa_handler
    #undef sa_flags
    #undef sa_restorer
    #undef sa_mask
    
    struct xsigaction {
    	void (*sa_handler)(void);
    	unsigned long sa_flags;
    	void (*sa_restorer)(void);
    	unsigned int sa_mask;		// mask last for extensibility
    };
    */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  3. src/internal/types/testdata/fixedbugs/issue59371.go

    // license that can be found in the LICENSE file.
    
    package p
    
    var m map[int]int
    
    func _() {
    	_, ok /* ERROR "undefined: ok" */ = m[0] // must not crash
    }
    
    func _() {
    	var ok = undef /* ERROR "undefined: undef" */
    	x, ok := m[0]  // must not crash
    	_, _ = x, ok
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 19 14:07:00 UTC 2023
    - 372 bytes
    - Viewed (0)
  4. test/fixedbugs/bug072.go

    // Copyright 2009 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main
    
    func main() {
    	s := string(bug);  // ERROR "undef"
    	_ = s
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 28 18:13:13 UTC 2023
    - 249 bytes
    - Viewed (0)
  5. src/runtime/asm_wasm.s

    	// Call newstack on m->g0's stack.
    	MOVD R2, g
    	MOVD g_sched+gobuf_sp(R2), SP
    	CALL runtime·newstack(SB)
    	UNDEF // crash if newstack returns
    
    // morestack but not preserving ctxt.
    TEXT runtime·morestack_noctxt(SB),NOSPLIT,$0
    	MOVD $0, CTXT
    	JMP runtime·morestack(SB)
    
    TEXT ·asmcgocall(SB), NOSPLIT, $0-0
    	UNDEF
    
    #define DISPATCH(NAME, MAXSIZE) \
    	Get R0; \
    	I64Const $MAXSIZE; \
    	I64LeU; \
    	If; \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 21:26:51 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  6. src/runtime/sys_wasm.s

    	Get R0
    	F64Const $0.
    	F64Lt
    	If
    		I64Const $0x8000000000000000
    		Return
    	End
    
    	Get R0
    	I64TruncF64U
    	Return
    
    TEXT runtime·exitThread(SB), NOSPLIT, $0-0
    	UNDEF
    
    TEXT runtime·osyield(SB), NOSPLIT, $0-0
    	UNDEF
    
    TEXT runtime·growMemory(SB), NOSPLIT, $0
    	Get SP
    	I32Load pages+0(FP)
    	GrowMemory
    	I32Store ret+8(FP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 06 17:48:24 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h.pump

    // 6.1.4 Pairs.
    // Unimplemented.
    
    }  // namespace tr1
    }  // namespace std
    
    
    $for j [[
    #undef GTEST_$(j)_TUPLE_
    
    ]]
    
    
    $for j [[
    #undef GTEST_$(j)_TYPENAMES_
    
    ]]
    
    #undef GTEST_DECLARE_TUPLE_AS_FRIEND_
    #undef GTEST_BY_REF_
    #undef GTEST_ADD_REF_
    #undef GTEST_TUPLE_ELEMENT_
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 9K bytes
    - Viewed (0)
  8. src/runtime/preempt_wasm.s

    // Code generated by mkpreempt.go; DO NOT EDIT.
    
    #include "go_asm.h"
    #include "textflag.h"
    
    TEXT ·asyncPreempt(SB),NOSPLIT|NOFRAME,$0-0
    	// No async preemption on wasm
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 176 bytes
    - Viewed (0)
  9. src/cmd/asm/internal/lex/input.go

    }
    
    // #undef processing
    func (in *Input) undef() {
    	name := in.macroName()
    	if in.macros[name] == nil {
    		in.Error("#undef for undefined macro:", name)
    	}
    	// Newline must be next.
    	tok := in.Stack.Next()
    	if tok != '\n' {
    		in.Error("syntax error in #undef for macro:", name)
    	}
    	delete(in.macros, name)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 07:48:38 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  10. src/crypto/aes/gcm_arm64.s

    		VEXT	$15, B0.B16, ZERO.B16, B0.B16
    		VMOV	H0, B0.B[0]
    		SUBS	$1, autLen
    		BNE	dataLoadLoop
    	B	dataMul
    
    dataBail:
    	VST1	[ACC0.B16], (tPtr)
    	RET
    
    #undef pTbl
    #undef aut
    #undef tPtr
    #undef autLen
    #undef H0
    #undef pTblSave
    
    // func gcmAesEnc(productTable *[256]byte, dst, src []byte, ctr, T *[16]byte, ks []uint32)
    TEXT ·gcmAesEnc(SB),NOSPLIT,$0
    #define pTbl R0
    #define dstPtr R1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 21.5K bytes
    - Viewed (0)
Back to top