代码搜索:Buffer

找到约 10,000 项符合「Buffer」的源代码

代码结果 10,000
www.eeworm.com/read/188503/8535349

c lavplay.c

/* * lavplay - Linux Audio Video PLAYback * * Copyright (C) 2000 Rainer Johanni * Extended by: Gernot Ziegler * Ronald Bultje
www.eeworm.com/read/289591/8540974

c ftpio.c

static char rcsid[] = "$Id: FtpIO.c,v 5.0 1995/12/10 10:28:38 orel Exp $"; /* $Log: FtpIO.c,v $ * Revision 5.0 1995/12/10 10:28:38 orel * LIBFTP Version 5.0 (Distributed revision) * * Revisio
www.eeworm.com/read/433067/8549098

cpp debugprint.cpp

/******************************************************************** created: 2003/08/05 created: 5:8:2003 4:22 filename: g:\temp\FsTPM\FsTPM\FsTPM\DebugPrint.cpp file path: g:\temp\FsTPM\
www.eeworm.com/read/289444/8550661

c d4.c

#include #include #include #include #define SHIFT(x) ((x)>>(12)) #define ROOT3 7094 #define ROOT2O2 2896 #define ROOT3O4 1774 #define ROOT3M2
www.eeworm.com/read/289444/8550674

c b97.c

#include #include #include #include #include "coder.h" #define SHIFT_BASE tune_param #define SHIFT_ROUNDER (1
www.eeworm.com/read/289444/8550726

c cdf24.c

#include #include #include #include #define memcpyints(to,from,len) memcpy(to,from,(len)*sizeof(int)) static void do_tdec_line(int * to,int *fro
www.eeworm.com/read/289444/8550807

c bcw3.c

#include #include #include #include #define SHIFT(x) ((x)>>15) static void do_tdec_line(int * to,int *from,int len) { int x,*ptr,*low,*high,h
www.eeworm.com/read/289444/8550887

c cdf22.c

#include #include #include #include static void do_tdec_line(int * to,int *from,int len) { int x,*ptr,*low,*high,half; half = len>>1; ass
www.eeworm.com/read/289444/8550914

c l97.c

#include #include #include #include #define MULT(x,y) ((((x)*(y))+16383)>>15) /********** #define ONE (1
www.eeworm.com/read/289444/8550928

c spt.c

/**************** I unrolled some if's on 7-2 : did it slow this down? !? ----- todos for speed : 1. don't do the "S" and "P" in separate steps : inline them and thereby eliminate th