代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/168845/5432189
hpp class_wrapper.hpp
// Copyright David Abrahams 2001.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifnde
www.eeworm.com/read/162614/5527252
x rbug.x
# This doesn't work on d10v if doubles are not 64 bits
if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
set torture_execute_xfail "d10v-*-*"
}
return 0
www.eeworm.com/read/170967/9778081
c tx_tr.c
/**************************************************************************/
/* */
/* Copyright (c) 1996-2000 by E
www.eeworm.com/read/411211/11252172
vhd sreg8.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY sreg8 IS
PORT(
clk,load:IN STD_LOGIC;
din:IN STD_LOGIC_VECTOR(7 DOWNTO 0);
qb:OUT STD_LOGIC);
END
www.eeworm.com/read/411211/11252488
vhd andari.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY andari IS
PORT(
abin:IN STD_LOGIC;
din:IN STD_LOGIC_VECTOR(7 DOWNTO 0);
dout:OUT STD_LOGIC_VECTOR(7 DOWNTO 0