代码搜索:Call
找到约 10,000 项符合「Call」的源代码
代码结果 10,000
www.eeworm.com/read/166448/5474567
java call.java
/*
* Copyright 2005 Joe Walker
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy
www.eeworm.com/read/163874/5507247
java call.java
/*
* Call.java
*
* Created on Mar 16, 2004
*
*/
package gov.nist.applet.phone.ua.call;
import javax.sip.Dialog;
/**
* This interface represents a call that can be received by the a
www.eeworm.com/read/162614/5515414
exp call.exp
# Copyright (C) 2003 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# t
www.eeworm.com/read/162614/5527876
c call.c
int foo () {}
main (a, b)
{
foo (foo (a, b), foo (b, a));
return 0;
}
www.eeworm.com/read/347503/3171343
s call.s
;# calls.s
;# check program flow instruction involving CALL & RET in MAXQ10
.text
foo:
Call SmallCall
Call LongCall
SmallCall:
RET
RET C
RET Z
RET NZ
RET S
RETI
RETI C
RETI Z
RETI NZ
RETI
www.eeworm.com/read/347503/3171358
d call.d
#objdump: -dw
#name: call operations
.*: +file format .*
Disassembly of section .text:
0+000 :
0: 02 3d [ ]*CALL #02h
2: 04 0b [ ]*MOVE PFX\[0\], #04h
4: 28 3d [ ]*CALL
www.eeworm.com/read/347503/3171611
s call.s
;# calls.s
;# check program flow instruction involving CALL & RET
.text
foo:
Call SmallCall
Call LongCall
SmallCall:
RET
RET C
RET Z
RET NZ
RET S
RETI
RETI C
RETI Z
RETI NZ
RETI S
MOVE L
www.eeworm.com/read/347503/3171627
d call.d
#objdump: -dw
#name: call operations
.*: +file format .*
Disassembly of section .text:
0+000 :
0: 02 3d [ ]*CALL #02h
2: 04 0b [ ]*MOVE PFX\[0\], #04h
4: 28 3d [ ]*CALL #28h
0+0
www.eeworm.com/read/340665/3279547
c call.c
int foo () {}
main (a, b)
{
foo (foo (a, b), foo (b, a));
return 0;
}