代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/291979/3961248
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/3961253
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/3961265
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/3961273
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/291979/3961320
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/3961330
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/3961333
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/3961338
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/3961350
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/3961358
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