代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/306257/13748521
h buffer.h
www.eeworm.com/read/306257/13748777
h buffer.h
www.eeworm.com/read/304891/13783702
h buffer.h
#ifndef __BUFFER_H__
#define __BUFFER_H__
#include "Main.h"
#define BUFFER_SIZE 512
extern unsigned Buf_WordsUsed;
void Buf_Init(void);
unsigned Buf_GetWords(void);
int Buf_Put(u32 *da
www.eeworm.com/read/304891/13783717
o buffer.o
www.eeworm.com/read/304891/13783720
c buffer.c
#include "Buffer.h"
static u32 Buffer[BUFFER_SIZE], *BufHead, *BufTail;
static unsigned BufUsed;
unsigned Buf_WordsUsed;
void Buf_Init(void)
{
BufUsed = 0;
BufHead = BufTail = Buffer + BU
www.eeworm.com/read/303645/13810708
dll buffer.dll
www.eeworm.com/read/303425/13816433
h buffer.h
#ifndef __BUFFER_H_
#define __BUFFER_H_
/* a raydata piece is a pair source, dest */
/* OBSOLETE */
/* keep sync with IASPPHLENGTH (iasp.h) */
/*#define RAYCODE_MAX_STRING_LENGTH 8 */
/* we can mana
www.eeworm.com/read/303425/13816434
c buffer.c
/*
* Ray2mesh : software for geophysicists.
* Compute various scores attached to the mesh cells, based on geometric
information that rays bring when the traverse the cell.
*
* Copyright (C) 200
www.eeworm.com/read/302845/13826567
c buffer.c
/*
* DMA memory management for framework level HCD code (hc_driver)
*
* This implementation plugs in through generic "usb_bus" level methods,
* and should work with all USB controllers, regardles