代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/291979/3961252

hhf signals.hhf

#if( ! @defined( signals_hhf )) ?signals_hhf := true; #includeonce( "os/spinlock.hhf" ) #includeonce( "os/ipc.hhf" ) namespace linux; @fast; const _nsig := 64; _nseg_words := 2; // Co
www.eeworm.com/read/291979/3961266

hhf semaphore.hhf

#if( ! @defined( semaphore_hhf )) ?semaphore_hhf := true; #includeonce( "os/ipc.hhf" ) namespace linux; @fast; const // semaphore flags and commands sem_undo := $200; sem_getpid := 11; sem
www.eeworm.com/read/291979/3961275

hhf console.hhf

#if( ! @defined( console_hhf )) ?console_hhf := true; namespace console; @fast; const black := 0; red := 1; green := 2; yellow := 3; blue := 4; magenta := 5; cyan := 6; white := 7; pr
www.eeworm.com/read/291979/3961319

hhf tqueue.hhf

#if( ! @defined( tqueue_hhf )) ?tqueue_hhf := true; namespace linux; @fast; type tq_struct: record list :list_head; sync :dword; routine :procedure; data :dword; endrecord; end linux;
www.eeworm.com/read/291979/3961336

hhf aout.hhf

#if( ! @defined( aout_hhf )) ?aout_hhf := true; namespace linux; @fast; type exec: record a_info :dword; a_text :dword; // length of text, in bytes a_data :dword; // length of data, i
www.eeworm.com/read/291979/3961337

hhf signals.hhf

#if( ! @defined( signals_hhf )) ?signals_hhf := true; #includeonce( "os/spinlock.hhf" ) #includeonce( "os/ipc.hhf" ) namespace linux; @fast; const _nsig := 64; _nseg_words := 2; // Co
www.eeworm.com/read/291979/3961351

hhf semaphore.hhf

#if( ! @defined( semaphore_hhf )) ?semaphore_hhf := true; #includeonce( "os/ipc.hhf" ) namespace linux; @fast; const // semaphore flags and commands sem_undo := $200; sem_getpid := 11; sem
www.eeworm.com/read/291979/3961363

hhf tqueue.hhf

#if( ! @defined( tqueue_hhf )) ?tqueue_hhf := true; namespace linux; @fast; type tq_struct: record list :list_head; sync :dword; routine :procedure; data :dword; endrecord; end linux;
www.eeworm.com/read/291979/3961380

hhf aout.hhf

#if( ! @defined( aout_hhf )) ?aout_hhf := true; namespace linux; @fast; type exec: record a_info :dword; a_text :dword; // length of text, in bytes a_data :dword; // length of data, i
www.eeworm.com/read/291979/3961381

hhf signals.hhf

#if( ! @defined( signals_hhf )) ?signals_hhf := true; #includeonce( "os/spinlock.hhf" ) #includeonce( "os/ipc.hhf" ) namespace linux; @fast; const _nsig := 64; _nseg_words := 2; // Co