代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/130105/5964793
h signal.h
/* This header file is machine generated.
Modify EiC/config/genstdio.c, or the target independent source
files it reads, in order to modify this file. Any
direct modifications to this file wil
www.eeworm.com/read/130105/5964813
c signal.c
#include
#include "eic.h"
/*#include "signal.h"*/
void (*signal(int sig, void (*func)(int a))) (int a);
int raise(int sig);
/* prototype EiC internal signal handlers */
static
www.eeworm.com/read/129924/5966054
h __signal.h
#include
#include
/*
typedef struct {
unsigned long __sigbits[4];
} sigset_t;
*/
typedef int sig_atomic_t;
#define sigmask(n) ((unsigned int)1
www.eeworm.com/read/129924/5966066
h __signal.h
#include
#define __SIGEMPTYSET 0
#define __SIGFILLSET 0xffffffff
#define __SIGADDSET(s, n) (*(s) |= 1
www.eeworm.com/read/129924/5966080
h __signal.h
#include
#define NSIG 32
#define SIGHUP 1 /* hangup */
#define SIGINT 2 /* interrupt */
#define SIGQUIT 3 /* quit */
#define SIGILL 4 /* illegal instruction
www.eeworm.com/read/129924/5966093
h __signal.h
#include
#define __SIGEMPTYSET 0
#define __SIGFILLSET 0xffffffff
#define __SIGADDSET(s, n) (*(s) |= 1
www.eeworm.com/read/129924/5966109
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/5966141
h __signal.h
#include
typedef int sig_atomic_t; /* accessable as an atomic entity (ANSI) */
/*
* valid signal values: all undefined values are reserved for future use
* note: POSIX requires a va