代码搜索:saving
找到约 1,242 项符合「saving」的源代码
代码结果 1,242
www.eeworm.com/read/408246/2252952
lisp nlx.lisp
(in-package "SB!VM")
;;; Make an environment-live stack TN for saving the SP for NLX entry.
(!def-vm-support-routine make-nlx-sp-tn (env)
(physenv-live-tn
(make-representation-tn *fixnum-primiti
www.eeworm.com/read/408246/2253054
lisp nlx.lisp
(in-package "SB!VM")
;;; Make an environment-live stack TN for saving the SP for NLX entry.
(!def-vm-support-routine make-nlx-sp-tn (env)
(physenv-live-tn
(make-representation-tn *fixnum-primiti
www.eeworm.com/read/475389/6779310
c main.c
#include "g723_5410cfg.h"
int read_from_host(int *in);
int input_buf[128]; /* use to save A/D data */
int process_buf[128]; /* use to processing function saving data */
int wave_buf[128];
www.eeworm.com/read/269755/11079273
css rbd.css
/* Style sheet - if you are saving my html files, please also save this file as rbd.css */
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 20pt; color: maroon }
h2 { f
www.eeworm.com/read/269737/11080453
css rbd.css
/* Style sheet - if you are saving my html files, please also save this file as rbd.css */
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 20pt; color: maroon }
h2 { f
www.eeworm.com/read/200976/15419122
css rbd.css
/* Style sheet - if you are saving my html files, please also save this file as rbd.css */
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 20pt; color: maroon }
h2 { fon
www.eeworm.com/read/277084/10670206
css rbd.css
/* Style sheet - if you are saving my files, please also save this file as rbd.css */
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 20pt; color: maroon }
h2 { font-f
www.eeworm.com/read/145991/5741037
c exterr.c
/* EXTERR.C - extended error saving and restoring */
#include
#include
#define GET_EXTERR 0x59
#define SET_EXTERR 0x5d0a
#pragma pack(1)
struct ExtErr
{
www.eeworm.com/read/137626/5823106
c secsave.c
/* Secure file saving handling */
/* $Id: secsave.c,v 1.41.2.4 2005/05/01 22:03:23 jonas Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include
#include
www.eeworm.com/read/120207/14809783
c exterr.c
/* EXTERR.C - extended error saving and restoring */
#include
#include
#define GET_EXTERR 0x59
#define SET_EXTERR 0x5d0a
#pragma pack(1)
struct ExtErr
{