代码搜索结果

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

rcode.h

/* RCODE.H - Parity chk and gen matrix storage, and procedures to read them.*/ /* Copyright (c) 2000 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program

rcode.h

/* RCODE.H - Parity chk and gen matrix storage, and procedures to read them.*/ /* Copyright (c) 2000 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program

rcode.h

/* RCODE.H - Parity chk and gen matrix storage, and procedures to read them.*/ /* Copyright (c) 2000 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program

rcode.h

/* RCODE.H - Parity chk and gen matrix storage, and procedures to read them.*/ /* Copyright (c) 2000 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program

rcode.h

/* RCODE.H - Parity chk and gen matrix storage, and procedures to read them.*/ /* Copyright (c) 2000 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program

udf_fs.h

/* * udf_fs.h * * PURPOSE * Included by fs/filesystems.c * * DESCRIPTION * OSTA-UDF(tm) = Optical Storage Technology Association * Universal Disk Format. * * This code is based on versio

super.c

/* * super.c * * PURPOSE * Super block routines for the OSTA-UDF(tm) filesystem. * * DESCRIPTION * OSTA-UDF(tm) = Optical Storage Technology Association * Universal Disk Format. * * This

super.c

/* * super.c * * PURPOSE * Super block routines for the OSTA-UDF(tm) filesystem. * * DESCRIPTION * OSTA-UDF(tm) = Optical Storage Technology Association * Universal Disk Format. * * This

super.c

/* * super.c * * PURPOSE * Super block routines for the OSTA-UDF(tm) filesystem. * * DESCRIPTION * OSTA-UDF(tm) = Optical Storage Technology Association * Universal Disk Format. * * This

threadlocalvariableholder.java

//: concurrency/ThreadLocalVariableHolder.java // Automatically giving each thread its own storage. import java.util.concurrent.*; import java.util.*; class Accessor implements Runnable { pri