代码搜索:Parallel

找到约 6,530 项符合「Parallel」的源代码

代码结果 6,530
www.eeworm.com/read/383754/2614135

vhd shift.vhd

-- File: shift.vhd -- -- Author: Jennifer Jenkins -- Philips Semiconductor -- Purpose: Serial in/serial out 8-bit parallel load/out shift -- register component definition.
www.eeworm.com/read/383754/2614314

vhd shift.vhd

-- File: shift.vhd -- -- Author: Jennifer Jenkins -- Philips Semiconductor -- Purpose: Serial in/serial out 8-bit parallel load/out shift -- register component definition.
www.eeworm.com/read/383754/2614356

vhd shift.vhd

-- File: shift.vhd -- -- Author: Jennifer Jenkins -- Philips Semiconductor -- Purpose: Serial in/serial out 8-bit parallel load/out shift -- register component definition.
www.eeworm.com/read/382361/2637577

c rtc_toggle_fifo.c

/* RTC_TOGGLEFIFO uses real time clock to generate an interrupt and toggles parallel port on each irq and puts timing information into fifo Originally by Michael "FZ" Baraban(c) 1997
www.eeworm.com/read/379193/2674775

c rtc_toggle_fifo.c

/* RTC_TOGGLEFIFO uses real time clock to generate an interrupt and toggles parallel port on each irq and puts timing information into fifo Originally by Michael "FZ" Baraban(c) 1997
www.eeworm.com/read/372858/2768712

c plip.c

/* Plip.c: A parallel port "network" driver for linux. */ /* Written 1993 by Donald Becker and TANABE Hiroyasu. This code is distributed under the GPL. The current author is reached a
www.eeworm.com/read/366702/2883562

c uninit-1.c

// PR 24612 // { dg-do compile } // { dg-options "-O -Wuninitialized -fopenmp" } void foo() { int i; #pragma omp parallel shared(i) { i = 0; ++i; } }
www.eeworm.com/read/366702/2883608

c num-threads-1.c

/* { dg-do compile } */ extern void bar(void); void foo(void) { #pragma omp parallel num_threads (0) /* { dg-warning "must be positive" } */ { bar (); } }
www.eeworm.com/read/358128/3004844

test ps_grant.test

# Can't test grants with embedded server -- source include/not_embedded.inc let $type= 'MYISAM' ; ################ GRANT/REVOKE/DROP affecting a parallel session ################ --disable_query_log
www.eeworm.com/read/261703/4319704

v muxnew4.v

/* Parallel_case can be used with case statements to get a mux structure rather than a priority encoder structure. The case statement is defined to execute the first (and only the first) statemen