代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/291979/3961364
hhf processor.hhf
#if( ! @defined( processor_hhf ))
?processor_hhf := true;
namespace linux; @fast;
const
io_bitmap_size_c:= 32;
type
mm_segment_t: record
seg :dword;
endrecord;
revectored_stru
www.eeworm.com/read/291979/3961374
hhf time.hhf
#if( !@defined( time_hhf ))
?time_hhf := true;
namespace linux; @fast;
const
// itimer related constants
itimer_real := 0;
itimer_virtual := 1;
itimer_prof := 2;
type
timeval: record
www.eeworm.com/read/291979/3961377
hhf socket.hhf
#if( !@defined( socket_hhf ))
?socket_hhf := true;
#includeonce( "os/net.hhf" )
namespace linux; @fast;
type
// Socket related types:
msghdr: record
msg_name :dword;
msg_namelen :dword;
www.eeworm.com/read/291979/3961382
hhf net.hhf
#if( !@defined( net_hhf ))
?net_hhf := true;
namespace linux; @fast;
const
// Socket related constants:
sockop_socket := 1;
sockop_bind := 2;
sockop_connect := 3;
sockop_listen
www.eeworm.com/read/291979/3961394
hhf sysctl.hhf
#if( !@defined( sysctl_hhf ))
?sysctl_hhf := true;
#includeonce( "os/types.hhf" )
namespace linux; @fast;
type
__sysctl_args: record
theName :pointer to char;
nlen :int32;
oldval :dwo
www.eeworm.com/read/291979/3961402
hhf ptrace.hhf
#if( !@defined( ptrace_hhf ))
?ptrace_hhf := true;
namespace linux; @fast;
const
// ptrace constants
ptrace_traceme := 0;
ptrace_peektext := 1;
ptrace_peekdata := 2;
ptrace_peekusr := 3
www.eeworm.com/read/288095/4011567
c inffast.c
/* inffast.c -- fast decoding
* Copyright (C) 1995-2004 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zutil.h"
#include "inftrees.h"
#incl
www.eeworm.com/read/288095/4011913
c inffast.c
/* inffast.c -- fast decoding
* Copyright (C) 1995-2004 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zutil.h"
#include "inftrees.h"
#incl
www.eeworm.com/read/283069/4086889
c inffast.c
/* inffast.c -- fast decoding
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zutil.h"
#include "inftrees.h"
#include "in
www.eeworm.com/read/281660/4113816
c inffas8664.c
/* inffas8664.c is a hand tuned assembler version of inffast.c - fast decoding
* version for AMD64 on Windows using Microsoft C compiler
*
* Copyright (C) 1995-2003 Mark Adler
* For conditions