代码搜索:Emulate
找到约 948 项符合「Emulate」的源代码
代码结果 948
www.eeworm.com/read/469281/6980087
c math_emulate.c
/*
* linux/kernel/math/math_emulate.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This directory should contain the math-emulation code.
* Currently only results in a signal.
*/
/*
* 该目录里应该包含数学仿真代码。目前仅产生一个信号
www.eeworm.com/read/465763/7045276
c math_emulate.c
/*
* linux/kernel/math/math_emulate.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This directory should contain the math-emulation code.
* Currently only results in a signal.
*/
#include
www.eeworm.com/read/378796/7069990
c math_emulate.c
/* passed
* linux/kernel/math/math_emulate.c
*
* (C) 1991 Linus Torvalds
*/
/*
注意:signal.c和fork.c文件的编译选项内不能有vc变量优化选项/Og,因为这两个文件
内的函数参数内包含了函数返回地址等内容。如果加了/Og选项,编译器就会在认为
这些参数不再使用后占用该内存,导致函数返回时出错。
www.eeworm.com/read/463557/7178415
c emulate_cdrom.c
This patch (as1172) adds the ability to emulate a CD-ROM drive to
g_file_storage. The emulation is limited, since it presents as a disc
containing a single data track and no audio tracks. Still, i
www.eeworm.com/read/454275/7395343
c math_emulate.c
/*
* linux/kernel/math/math_emulate.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This directory should contain the math-emulation code.
* Currently only results in a signal.
*/
#include
www.eeworm.com/read/446156/7584989
c math_emulate.c
/*
* linux/kernel/math/math_emulate.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This directory should contain the math-emulation code.
* Currently only results in a signal.
*/
#include
www.eeworm.com/read/445043/7600128
c math_emulate.c
/*
* linux/kernel/math/math_emulate.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This directory should contain the math-emulation code.
* Currently only results in a signal.
*/
/*
* 该目录里应该包含数学仿真代码。目前仅产生一个信号
www.eeworm.com/read/396741/8092323
c math_emulate.c
/*
* linux/kernel/math/math_emulate.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This directory should contain the math-emulation code.
* Currently only results in a signal.
*/
/*
* 该目录里应该包含数学仿真代码。目前仅产生一个信号
www.eeworm.com/read/329346/12959043
c math_emulate.c
/* passed
* linux/kernel/math/math_emulate.c
*
* (C) 1991 Linus Torvalds
*/
/*
注意:signal.c和fork.c文件的编译选项内不能有vc变量优化选项/Og,因为这两个文件
内的函数参数内包含了函数返回地址等内容。如果加了/Og选项,编译器就会在认为
这些参数不再使用后占用该内存,导致函数返回时出错。