代码搜索结果
找到约 10,000 项符合
Storage 的代码
sd.h
/*
* Storage Device.
*/
typedef struct SDev SDev;
typedef struct SDifc SDifc;
typedef struct SDpart SDpart;
typedef struct SDperm SDperm;
typedef struct SDreq SDreq;
typedef struct SDunit SDunit;
s
pgprndpool.c
/*
* pgpRndPool.c -- True random number computation and storage
*
* Copyright (C) 1993-1997 Pretty Good Privacy, Inc. All rights reserved.
*
* Wrtten by Colin Plumb.
*
* This performs a strong
pngset.c
/* pngset.c - storage of image information into info struct
*
* libpng 1.2.8 - December 3, 2004
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2004 G
14x.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
[State Storage]
Reaction Register=0
Control Register=0
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[Watch]
Watch 1=
Watch 2=
Watch 3=
[Prof
inetpeer.c
/*
* INETPEER - A storage for permanent information about peers
*
* This source is covered by the GNU GPL, the same as all kernel sources.
*
* Version: $Id: inetpeer.c,v 1.7 2001/09/20 21:22:5
hashmaptermvectorstorage.java
package net.sf.classifier4J.vector;
import java.util.HashMap;
import java.util.Map;
public class HashMapTermVectorStorage implements TermVectorStorage {
private Map storage = new HashM
mapset.java
package com.wrox.algorithms.maps;
import com.wrox.algorithms.iteration.Iterator;
import com.wrox.algorithms.sets.Set;
/**
* A {@link Set} that uses a {@link Map} as the underlying storage mechanism