代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/302845/13826583
cmd .buffer.o.cmd
cmd_drivers/usb/core/buffer.o := mips_4KCle-gcc -Wp,-MD,drivers/usb/core/.buffer.o.d -nostdinc -isystem /opt/eldk-4.0/usr/bin/../lib/gcc/mips-linux/4.0.0/include -D__KERNEL__ -Iinclude -include incl
www.eeworm.com/read/302541/13832486
cpp string_buffer.cpp
#include "string_buffer.h"
string_buffer::string_buffer( void )
{
index = 0;
buffer[0] = 0;
}
void string_buffer::Add( char c )
{
int i;
if (index > BUFFERMAX-1)
{
//Scroll t
www.eeworm.com/read/302541/13832490
h string_buffer.h
#include
#ifndef STRINGBUFFER
#define STRINGBUFFER
#define BUFFERMAX 51
class string_buffer
{
public:
string_buffer( void );
void Add( char );
char* GetBuffer( void );
www.eeworm.com/read/301746/13849130
cmp buffer_ram.cmp
--Copyright (C) 1991-2005 Altera Corporation
--Your use of Altera Corporation's design tools, logic functions
--and other software and tools, and its AMPP partner logic
--functions, and any
www.eeworm.com/read/301746/13849144
bsf buffer_ram.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/301746/13849248
vhd buffer_ram.vhd
-- megafunction wizard: %ALT3PRAM%
-- GENERATION: STANDARD
-- VERSION: WM1.0
-- MODULE: alt3pram
-- ============================================================
-- File Name: buffer_ram.vhd
-
www.eeworm.com/read/301746/13849865
inc buffer_ram.inc
--Copyright (C) 1991-2005 Altera Corporation
--Your use of Altera Corporation's design tools, logic functions
--and other software and tools, and its AMPP partner logic
--functions, and any
www.eeworm.com/read/301022/13870055
c buffer_init.c
//////////////////////////////////////////////////////////////////////////
#include "general.h"
#include "hd_info_struct.h"
#include "dir_entry.h"
#include "msdos_dir_entry.h"
#include "d_inode
www.eeworm.com/read/301022/13870413
h buffer_head.h
//////////////////////////////////////////////////////////////////////////
struct buffer_head {
unsigned char * volatile b_data;
int volatile b_dev;
int volatile b_blocknr;
www.eeworm.com/read/152843/5662812
h ftape-buffer.h
#ifndef _FTAPE_BUFFER_H
#define _FTAPE_BUFFER_H
/*
* Copyright (C) 1997 Claus-Justus Heine.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU