代码搜索结果

找到约 10,000 项符合 Storage 的代码

protocol.h

/* Driver for USB Mass Storage compliant devices * Protocol Functions Header File * * $Id: protocol.h,v 1.4 2001/02/13 07:10:03 mdharm Exp $ * * Current development and maintenance by: * (c) 1

debug.c

/* Driver for USB Mass Storage compliant devices * Debugging Functions Source Code File * * $Id: debug.c,v 1.8 2002/02/25 00:40:13 mdharm Exp $ * * Current development and maintenance by: * (c

jcsque.cpp

// JCSQue.cpp Begin /*Jon Martin: functions for the storage allocation version of class JCSQue.*/ #include "JCSQue.h" JCSQue::JCSQue() { MAX_ITEMS = 40001; front = MAX_ITEMS -1; rear =

ceioctl.h

/* * $Log: V:/PVCSDB/DiskOnChip/archives/general storage/Drivers/Windows CE/Includes/ceioctl.h-arc $ * * Rev 1.4 Dec 16 2003 11:06:44 alexander.geller * Comment change * * R

ceioctl.h

/* * $Log: V:/PVCSDB/DiskOnChip/archives/general storage/Drivers/Windows CE/Includes/ceioctl.h-arc $ * * Rev 1.4 Dec 16 2003 11:06:44 alexander.geller * Comment change * * R

nvramtotffs.c

/* nvRamToAta.c - non-volatile RAM mapping to Ata for boot line storage */ /* Copyright 1996 RST Software Industries, Ltd, Israel */ /* modification history -------------------- 01b,10jun99,m

resistance.dni

[Interrupts] Enabled=1 [MemoryMap] Enabled=0 TypeVolition=1 UnspecRange=1 ActionState=1 [State Storage] Control Register=4538 [Sequencer] Control Register=4538 NextState0=4538 NextState1=4

service.properties

#C:\training\ejbdatabase #Mon Nov 13 20:52:13 CST 2000 SysconglomeratesIndex3Identifier=6 SyscolumnsIndex1Identifier=11 SyscolumnsIdentifier=10 cloudscape.storage.propertiesId=2 Conglomera

fig21_12.cpp

// Fig. 21.12: fig21_12.cpp // Demonstrating storage class specifier mutable. #include using std::cout; using std::endl; class TestMutable { public: TestMutable( int v = 0 ) {

fig24_05.cpp

// Fig. 24.5: Fig24_05.cpp // Demonstrating storage-class specifier mutable. #include using std::cout; using std::endl; // class TestMutable definition class TestMutable { public