代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/242863/12976656
c sock_buffer.c
//
// This file is part of the C++ threads library.
//
// Copyright (C) 2001 Orn E. Hansen
//
#include "io.h"
#include "buffer.h"
namespace cpp_threads {
SocketBuffer::SocketBuffer()
: Socket
www.eeworm.com/read/324261/13276775
c ring_buffer.c
/**
* \file ring_buffer.c
* \brief Ring (circular) buffer API.
*/
#include "ring_buffer.h"
void ring_buffer_init(
uint32_t size,
uint8_t *data,
ring_buffer_t *buf)
{
buf-
www.eeworm.com/read/324261/13276779
h ring_buffer.h
/**
* \file ring_buffer.h
* \brief Ring (circular) buffer API.
*
* A ring (circular) buffer implementation for use in the
* serial port driver.
*
* To avoid the use of malloc to dynamica
www.eeworm.com/read/323038/13356834
dll corrdim_buffer.dll
www.eeworm.com/read/323038/13356887
dll cao_buffer.dll
www.eeworm.com/read/136859/13358687
h obj_buffer.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*------------------------------------------------------
www.eeworm.com/read/320714/13419329
bak buffer.c.bak
/*
* linux/fs/buffer.c
*
* (C) 1991 Linus Torvalds
*/
#include
/*
* 'buffer.c'用于实现缓冲区高速缓存功能。通过不让中断过程改变缓冲区,而是让调用者
* 来执行,避免了竞争条件(当然除改变数据以外)。注意!由于中断可以唤醒一个调用者,
* 因此就需要开关中断指令(cli-
www.eeworm.com/read/318207/13483362
h trace_buffer.h
/*
** Copyright (C) 2006 Tamir Michael
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the
www.eeworm.com/read/318207/13483364
c trace_buffer.c
/*
** Copyright (C) 2006 Tamir Michael
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the
www.eeworm.com/read/317546/13502633