代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/418017/2093242
ms uwrite32.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned write*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
st r0,@r0
fail
exit 0
.data
.p2align 2
f
www.eeworm.com/read/418017/2093293
ms uread32.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned read*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
ld r0,@r0
fail
exit 0
.data
.p2align 2
fo
www.eeworm.com/read/410728/2203619
ms uread16.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned read*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
ldh r0,@r0
fail
exit 0
.data
.p2align 2
f
www.eeworm.com/read/410728/2203626
ms uwrite16.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned write*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
sth r0,@r0
fail
exit 0
.data
.p2align 2
www.eeworm.com/read/410728/2203635
ms uwrite32.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned write*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
st r0,@r0
fail
exit 0
.data
.p2align 2
f
www.eeworm.com/read/410728/2203686
ms uread32.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned read*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
ld r0,@r0
fail
exit 0
.data
.p2align 2
fo
www.eeworm.com/read/235702/14055607
c asn1p_oid.c
#include
#include
#include
#include "asn1parser/asn1parser.h"
asn1p_oid_t *
asn1p_oid_construct(asn1p_oid_arc_t *arc, int narcs) {
asn1p_oid_t *oid;
if(narcs
www.eeworm.com/read/244381/12869663
m act_pend.m
% Construct the actuators models for the
% triple inverted pendulum
%
gd1 = 1.080; Td1 = 0.005;
gd2 = 0.335; Td2 = 0.002;
%
G1 = nd2sys([gd1],[Td1 1]);
G2 = nd2sys([gd2],[Td2 1]);
%
Wm1 = nd2
www.eeworm.com/read/184087/9121958
c link.c
#include
#include "link.h"
#include "profibus.h"
struct DPRAM485 xdata dpram485 _at_ 0x8000; //定义双口RAM中的结构体
struct SLA_DATA_CONSTRUCT slave_data_str[125]; //模块的数据结构体,最多可以支持124个站(有一个
www.eeworm.com/read/363017/9971489
c 2dheap.c
#include "gwic.h"
/* Construct 2D significance heap */
heap2d *gen_2d_heap(U32 *buf, int width, int height, int levels)
{
int c1,c2,c3,c4,c,size,h,i,j,k,l,m,w,lev,b,t;
heap2d *heap;
BYTE *p;