代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/128531/5985825
c signal.c
/*
* linux/arch/cris/kernel/signal.c
*
* Based on arch/i386/kernel/signal.c by
* Copyright (C) 1991, 1992 Linus Torvalds
* 1997-11-28 Modified for POSIX.1b signals by Richard Henderso
www.eeworm.com/read/128531/5985898
c signal.c
/*
* linux/arch/x86_64/kernel/signal.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
* Copyright (C) 2000, 2001 SuSE Labs
*
* 1997-11-28 Modified for POSIX.1b signals by Richard Henderson
www.eeworm.com/read/128531/5985998
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/5986283
c signal.c
/*
* linux/arch/ppc/kernel/signal.c
*
* PowerPC version
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Derived from "arch/i386/kernel/signal.c"
* Copyright (C) 1991, 1992
www.eeworm.com/read/128447/5990295
h signal.h
#ifndef CYGONCE_LIBC_SIGNAL_H
#define CYGONCE_LIBC_SIGNAL_H
//========================================================================
//
// signal.h
//
// Definitions for ISO C and POSIX 10
www.eeworm.com/read/128447/5990299
inl signal.inl
#ifndef CYGONCE_LIBC_SIGNAL_INL
#define CYGONCE_LIBC_SIGNAL_INL
//========================================================================
//
// signal.inl
//
// Inline functions for impleme
www.eeworm.com/read/128447/5990368
cxx signal.cxx
//========================================================================
//
// signal.cxx
//
// ISO C and POSIX 1003.1 signals implementation
//
//=========================================
www.eeworm.com/read/128421/5991221
h signal.h
#ifndef _ASMi386_SIGNAL_H
#define _ASMi386_SIGNAL_H
#define SIGILL 4
#define SIGFPE 8
#define SIGSEGV 11
#endif
www.eeworm.com/read/127781/5994650
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/127781/5994725
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