代码搜索:buffer

找到约 10,000 项符合「buffer」的源代码

代码结果 10,000
www.eeworm.com/read/336724/12419729

h buffer.h

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.5 the full text of which is contained in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/250172/12426828

c buffer.c

/* * linux/fs/buffer.c * * (C) 1991 Linus Torvalds */ /* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer
www.eeworm.com/read/233746/14141301

pdf buffer.pdf

www.eeworm.com/read/131256/14154236

c buffer.c

/* * linux/fs/buffer.c * * (C) 1991 Linus Torvalds */ /* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer (except f
www.eeworm.com/read/130981/14164635

c buffer.c

/* * linux/fs/buffer.c * * (C) 1991 Linus Torvalds */ /* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer (except f
www.eeworm.com/read/232480/14194785

cpp buffer.cpp

/***************************************************************************** Copyright
www.eeworm.com/read/232480/14194788

h buffer.h

/***************************************************************************** Copyright
www.eeworm.com/read/232327/14198427

c buffer.c

#include "../include/fs/fs.h" #include "../include/s3c2410/cpu.h" /* * 文件系统中的大部分代码是运行在system级别下的,所以我们必须考虑竞争条件。 * 或许你要问为什么不跟其他系统调用一样运行在SVC级别下?那样就不用考虑竞争 * 条件啦。这是因为考虑到任务切换的公平性问题,我们知道在SVC下的程序是不可 ...
www.eeworm.com/read/130264/14199781

c buffer.c

/* * Boa, an http server * Copyright (C) 1995 Paul Phillips * Some changes Copyright (C) 1999 Jon Nelson * This program is free software; you can redistribute
www.eeworm.com/read/130077/14209046

h buffer.h

/*! \file buffer.h \brief Multipurpose byte buffer structure and methods. */ //***************************************************************************** // // File Name : 'buffer.h' // Title