代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/129924/5966272
h __signal.h
#include
#include
#ifndef SIGCLD
#define SIGCLD SIGCHLD
#endif
typedef int sig_atomic_t;
typedef __sighandler_t SignalHandler;
#define SignalBad ((SignalHandler)-1)
www.eeworm.com/read/129924/5966283
h signal.h
#ifndef __sys_signal_h
#define __sys_signal_h
#define NSIG 32
/*
* If any signal defines (SIG*) are added, deleted, or changed, the same
* changes must be made in /usr/include/signal.h as well.
*
www.eeworm.com/read/129924/5966290
h __signal.h
#include
#include
typedef int sig_atomic_t;
#define __SIGFILLSET 0xffffffff
#define __SIGEMPTYSET 0
#define __SIGADDSET(s,n) ((*s) |= (1
www.eeworm.com/read/128965/5976354
h signal.h
#ifndef _ASMPPC_SIGNAL_H
#define _ASMPPC_SIGNAL_H
#include
/* Avoid too many header ordering problems. */
struct siginfo;
/* Most things should be clean enough to redefine this at
www.eeworm.com/read/128531/5983318
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/128531/5983415
c signal.c
/* $Id: signal.c,v 1.1.1.1.2.12 2003/10/01 10:54:28 kkojima Exp $
*
* linux/arch/sh/kernel/signal.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* 1997-11-28 Modified for POSIX.1b signals
www.eeworm.com/read/128531/5983885
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/128531/5984286
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/128531/5984549
c signal.c
/*
* linux/arch/arm/kernel/signal.c
*
* Copyright (C) 1995-2001 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pu
www.eeworm.com/read/128531/5984750
h signal.h
/* $Id: signal.h,v 1.3 1998/04/12 06:20:33 davem Exp $
* signal.h: Signal emulation for Solaris
*
* Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
*/
#define SOLARIS_SIGHUP 1
#def