代码搜索:Buffer
找到约 10,000 项符合「Buffer」的源代码
代码结果 10,000
www.eeworm.com/read/328313/13034509
h buffer.h
#ifndef BUFFER_H
#define BUFFER_H
#include
#define Buf_Size 8
typedef struct
{
uint8_t get; //Pointer to the next char
uint8_t put; //Pointer to the next empty Po
www.eeworm.com/read/328313/13034514
c buffer.c
#include "buffer.h"
void BUF_flush(BUF_t *buffer)
{
buffer->get=0;
buffer->put=0;
buffer->n=0;
}
void BUF_init(BUF_t *buffer,char *buf,uint16_t size)
{
buffer->buf = buf;
buffe
www.eeworm.com/read/327490/13075436
h buffer.h
www.eeworm.com/read/140078/13110963
h buffer.h
/***************************************************************************
buffer.h - description
-------------------
begin
www.eeworm.com/read/140078/13110968
c buffer.c
/***************************************************************************
Buffer.c - A C-style buffer object
-------------------
begin
www.eeworm.com/read/139953/13119087
h buffer.h
/****************************************************************
File Name: buffer.h
Author: Tian Zhang, CS Dept., Univ. of Wisconsin-Madison, 1995
Copyright(c) 1995 by Tian Zhang
www.eeworm.com/read/139953/13119096
c buffer.c
/****************************************************************
File Name: buffer.C
Author: Tian Zhang, CS Dept., Univ. of Wisconsin-Madison, 1995
Copyright(c) 1995 by Tian Zhang
www.eeworm.com/read/139473/13154706
cpp buffer.cpp
/*
Author: Jianfei Zhu
Concordia University
Date: Sep. 26, 2003
Copyright (c) 2003, Concordia University, Montreal, Canada
All rights reserved.
Redistribution and use in sour
www.eeworm.com/read/139473/13154713
h buffer.h
/*
Author: Jianfei Zhu
Concordia University
Date: Sep. 26, 2003
Copyright (c) 2003, Concordia University, Montreal, Canada
All rights reserved.
Redistribution and use in sour
www.eeworm.com/read/241310/13157603
c buffer.c
/* Buffer management for tar.
Copyright (C) 1988 Free Software Foundation
This file is part of GNU Tar.
GNU Tar is free software; you can redistribute it and/or modify
it under the terms of