代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/112192/6147964
c signal.c
/*
* signal.c
*
* Description:
* Thread-aware signal functions.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998
*
* This library is free software; you can r
www.eeworm.com/read/110301/6165388
s signal.s
/ int signal ( int signal , sig_h handler )
.globl _signal
_signal:
movl 4(%esp), %ecx
movl 8(%esp), %edx
movw $0x7f0c, %ax
int $0x21
cmpl $-1, %eax
jne 1f
movl $22, _err
www.eeworm.com/read/110301/6165393
h _signal.h
/* This is file SIGNAL.H */
#ifndef _SYS_SIGNAL_H_
#define _SYS_SIGNAL_H_
#define SIG_ERR ((void (*)(int))(-1))
#define SIG_DFL ((void (*)(int))(0))
#define SIG_IGN ((void (*)(int))(1))
#def
www.eeworm.com/read/110301/6165424
h signal.h
/* sys/signal.h (emx+gcc) */
#if !defined (_SYS_SIGNAL_H)
#define _SYS_SIGNAL_H
#if defined (__cplusplus)
extern "C" {
#endif
typedef int sig_atomic_t;
#define SIGTY void
#define SIG
www.eeworm.com/read/110034/6165940
c signal.c
/*
* arch/s390/kernel/signal.c
*
* S390 version
* Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj
www.eeworm.com/read/110034/6166015
c signal.c
/* $Id: signal.c,v 1.21 2000/03/11 14:06:21 gniibe Exp $
*
* linux/arch/sh/kernel/signal.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* 1997-11-28 Modified for POSIX.1b signals by Richar
www.eeworm.com/read/110034/6166359
c signal.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1991
www.eeworm.com/read/110034/6166686
c signal.c
/*
* Architecture-specific signal handling support.
*
* Copyright (C) 1999-2002 Hewlett-Packard Co
* David Mosberger-Tang
*
* Derived from i386 and Alpha versions.
*/
#incl
www.eeworm.com/read/110034/6166777
c signal.c
/*
* linux/arch/m68k/kernel/signal.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYIN
www.eeworm.com/read/110034/6166834
c signal.c
/*
* linux/arch/m68k/kernel/signal.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYIN