代码搜索:buffer

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

代码结果 10,000
www.eeworm.com/read/378600/6324230

c buffer.c

/********************************************************************************************\ name : buffer.c description : serial port flash and dac sharing common ram author :coolfir
www.eeworm.com/read/187914/6337988

c buffer.c

/* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer (except for the * data, of course), but instead letting t
www.eeworm.com/read/493822/6391298

h buffer.h

/*! \file buffer.h \brief Multipurpose byte buffer structure and methods. */ //***************************************************************************** // // File Name : 'buffer.h' // Title
www.eeworm.com/read/493822/6391299

c buffer.c

/*! \file buffer.c \brief Multipurpose byte buffer structure and methods. */ //***************************************************************************** // // File Name : 'buffer.c' // Title
www.eeworm.com/read/493101/6406623

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/492058/6423603

cpp buffer.cpp

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

h buffer.h

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

h buffer.h

www.eeworm.com/read/488038/6495258

h buffer.h

#ifndef _BUFFER_H #define _BUFFER_H #define CIRCULAR_BUFFER_SIZE 8 typedef struct { unsigned char nBuffer[CIRCULAR_BUFFER_SIZE]; unsigned char nHeadIndex; unsigned char nTailIndex; }bs
www.eeworm.com/read/488038/6495259

c buffer.c

/* buffer.c - Simple implementation of a circular buffer. */ #include "buffer.h" // ibuNextIndex() - Internal buffer function. Returns the next value // for the head/tail values. unsigned