代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/185663/5237028
dsp buffer.dsp
# Microsoft Developer Studio Project File - Name="buffer" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Consol
www.eeworm.com/read/184388/5249539
h buffer.h
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for an
www.eeworm.com/read/180137/5288948
h buffer.h
extern char *data_fork, *rsrc_fork;
extern int data_size, rsrc_size;
extern void put_byte();
extern void set_put();
extern void end_put();
www.eeworm.com/read/180137/5288950
c buffer.c
#include "globals.h"
#include "../util/util.h"
#include "buffer.h"
#include "../fileio/wrfile.h"
extern char *malloc();
extern char *realloc();
extern void exit();
char *data_fork, *rsrc_fork;
int d
www.eeworm.com/read/180137/5291320
c buffer.c
static char rcsid[] = "buffer.c,v 1.14 1996/01/04 22:13:40 duane Exp";
/*
* buffer.c - Simple dynamic buffer management.
*
* DEBUG: section 81, level 1 Common utilities buffer routines
www.eeworm.com/read/179911/5300134
c buffer.c
/*
* linux/fs/hpfs/buffer.c
*
* Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999
*
* general buffer i/o
*/
#include
#include "hpfs_fn.h"
void hpfs_lock_creatio
www.eeworm.com/read/179911/5300398
c buffer.c
/*
* linux/fs/fat/buffer.c
*
*
*/
#include
#include
#include
#include
#include
#include
#if 0
#
www.eeworm.com/read/179153/5309686
t buffer.t
#!/usr/bin/perl
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
@INC = '../lib';
}
}
# Ensure that intermixed prints to STDOUT and tests come out in the
# right order (ie. no buff
www.eeworm.com/read/175748/5341990
jr buffer.jr
module org.apache.hadoop.record.test {
class RecBuffer {
buffer Data;
}
}