代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/173175/5376042
hpp repeat.hpp
//-----------------------------------------------------------------------------
// boost mpl/aux_/preprocessor/repeat.hpp header file
// See http://www.boost.org for updates, documentation, and revisi
www.eeworm.com/read/173141/5378984
java repeat.java
/*
Derby - Class org.apache.derbyTesting.functionTests.tests.lang.repeat
Copyright 1999, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache Lice
www.eeworm.com/read/168845/5431412
hpp repeat.hpp
#ifndef BOOST_MPL_AUX_PREPROCESSOR_REPEAT_HPP_INCLUDED
#define BOOST_MPL_AUX_PREPROCESSOR_REPEAT_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2002-2004
//
// Distributed under the Boost Software
www.eeworm.com/read/168845/5431804
hpp repeat.hpp
# /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.com
# *
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt or cop
www.eeworm.com/read/347503/3170538
s repeat.s
; Test MRI structured repeat pseudo-op.
xdef foo
foo
repeat
until
clr d1
repeat
add #1,d1
until d1 #10
nop
nop
www.eeworm.com/read/347503/3170545
d repeat.d
#objdump: -d --prefix-addresses
#name: MRI structured repeat
#as: -M
# Test MRI structured repeat pseudo-op.
.*: file format .*
Disassembly of section .text:
0+000 bccs 0+000
0+002
www.eeworm.com/read/347503/3171661
s repeat.s
.irp param1,1,2
.irp param2,9,8
.long irp_irp_\param1\param2
.endr
.endr
.irp param1,1,2
.irpc param2,98
.long irp_irpc_\param1\param2
.endr
.endr
.irp param1,1,2
.rept 2
.lo
www.eeworm.com/read/347503/3171665
d repeat.d
#objdump: -r
#name: nested irp/irpc/rept
.*: +file format .*
RELOCATION RECORDS FOR .*
OFFSET[ ]+TYPE[ ]+VALUE.*
0+00[ ]+[a-zA-Z0-9_]+[ ]+irp_irp_19
0+04[ ]+[a-zA-Z0-9_]+[ ]+irp_irp_18
0+08[