代码搜索:Array Signal Processing

找到约 10,000 项符合「Array Signal Processing」的源代码

代码结果 10,000
www.eeworm.com/read/250243/4435857

c signal.c

/* * linux/arch/x86_64/kernel/signal.c * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright (C) 2000, 2001, 2002 Andi Kleen SuSE Labs * * 1997-11-28 Modified for POSIX.1b signals by Ric
www.eeworm.com/read/250243/4435958

c signal.c

/* * linux/arch/m32r/kernel/signal.c * * Copyright (c) 2003 Hitoshi Yamamoto * * Taken from i386 version. * Copyright (C) 1991, 1992 Linus Torvalds * * 1997-11-28 Modified for POSIX.1b
www.eeworm.com/read/250243/4436424

c signal.c

/* * 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 Linus
www.eeworm.com/read/248727/4464778

h signal.h

#ifndef CYGONCE_ISO_SIGNAL_H #define CYGONCE_ISO_SIGNAL_H /*======================================================================== // // signal.h // // ISO signal functions // //==
www.eeworm.com/read/248727/4464785

h signal.h

#ifndef CYGONCE_LIBC_SIGNALS_SIGNAL_H #define CYGONCE_LIBC_SIGNALS_SIGNAL_H //======================================================================== // // signal.h // // Definitions
www.eeworm.com/read/248727/4464786

inl signal.inl

#ifndef CYGONCE_LIBC_SIGNALS_SIGNAL_INL #define CYGONCE_LIBC_SIGNALS_SIGNAL_INL //======================================================================== // // signal.inl // // Inline
www.eeworm.com/read/248665/4465738

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/248665/4465743

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/248665/4465774

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/247605/4479285

h signal.h

/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: signal.h,v 1.1.32.3 2004/07/09 01:45:31 hubbe Exp $ * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved. *