代码搜索:saving
找到约 1,242 项符合「saving」的源代码
代码结果 1,242
www.eeworm.com/read/321483/3534319
runmefirst
#!/usr/local/bin/perl
# Make a world-writeable directory for saving state.
$ww = 'WORLD_WRITABLE';
unless (-w $ww) {
$u = umask 0;
mkdir $ww, 0777;
umask $u;
}
# Decode the sample image.
www.eeworm.com/read/316872/3588668
s vissave.s
/* $Id: VISsave.S,v 1.6 2002/02/09 19:49:30 davem Exp $
* VISsave.S: Code for saving FPU register state for
* VIS routines. One should not call this directly,
* but use macros
www.eeworm.com/read/294038/3921553
s vissave.s
/* $Id: VISsave.S,v 1.5 2001/03/08 22:08:51 davem Exp $
* VISsave.S: Code for saving FPU register state for
* VIS routines. One should not call this directly,
* but use macros
www.eeworm.com/read/292705/3943367
s vissave.s
/* $Id: VISsave.S,v 1.5 2001/03/08 22:08:51 davem Exp $
* VISsave.S: Code for saving FPU register state for
* VIS routines. One should not call this directly,
* but use macros
www.eeworm.com/read/273740/4194595
s vissave.s
/* $Id: VISsave.S,v 1.5 2001/03/08 22:08:51 davem Exp $
* VISsave.S: Code for saving FPU register state for
* VIS routines. One should not call this directly,
* but use macros
www.eeworm.com/read/443386/1742784
s vissave.s
/* $Id: VISsave.S,v 1.6 2002/02/09 19:49:30 davem Exp $
* VISsave.S: Code for saving FPU register state for
* VIS routines. One should not call this directly,
* but use macros
www.eeworm.com/read/439082/1813387
s vissave.s
/* $Id: VISsave.S,v 1.5 2001/03/08 22:08:51 davem Exp $
* VISsave.S: Code for saving FPU register state for
* VIS routines. One should not call this directly,
* but use macros
www.eeworm.com/read/430518/1922365
s vissave.s
/* $Id: VISsave.S,v 1.5 2001/03/08 22:08:51 davem Exp $
* VISsave.S: Code for saving FPU register state for
* VIS routines. One should not call this directly,
* but use macros
www.eeworm.com/read/430182/1936975
s vissave.s
/* $Id: VISsave.S,v 1.1.1.1 2004/02/04 12:55:50 laputa Exp $
* VISsave.S: Code for saving FPU register state for
* VIS routines. One should not call this directly,
* but use m