代码搜索:Mac 有哪些应用?
找到约 10,000 项符合「Mac 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/201813/5056861
h tomcrypt_mac.h
#ifdef HMAC
typedef struct Hmac_state {
hash_state md;
int hash;
hash_state hashstate;
unsigned char *key;
} hmac_state;
int hmac_init(hmac_state *hmac, int ha
www.eeworm.com/read/201813/5057103
c mac_test.c
/* test pmac/omac/hmac */
#include
int mac_test(void)
{
#ifdef HMAC
DO(hmac_test());
#endif
#ifdef PMAC
DO(pmac_test());
#endif
#ifdef OMAC
DO(omac_test());
#endif
#ifde
www.eeworm.com/read/200458/5064912
c px_mac.c
/*
* PortMixer
* Mac OS 9 implementation
*
* Copyright (c) 2002
*
* Written by Dominic Mazzoni
*
* PortMixer is intended to work side-by-side with PortAudio,
* the Portable Real-Time Audio Li
www.eeworm.com/read/198576/5086314
mac sam7.mac
// ---------------------------------------------------------
// ATMEL Microcontroller Software Support - ROUSSET -
// ---------------------------------------------------------
// The software
www.eeworm.com/read/198576/5086321
mac sam7.mac
// ---------------------------------------------------------
// ATMEL Microcontroller Software Support - ROUSSET -
// ---------------------------------------------------------
// The software
www.eeworm.com/read/198501/5087125
h xiafs_mac.h
/*
* linux/fs/xiafs/xiafs_mac.h
*
* Copyright (C) Q. Frank Xia, 1993.
*/
extern char internal_error_message[];
#define INTERN_ERR internal_error_message, __FILE__, __LINE__
#define WHERE_ERR
www.eeworm.com/read/195013/5117065
c mac_ksyms.c
#include
#include
#include
/* Says whether we're using A/UX interrupts or not */
extern int via_alt_mapping;
EXPORT_SYMBOL(via_alt_mapping);
www.eeworm.com/read/195013/5117075
s mac_penguin.s
.byte \
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,
www.eeworm.com/read/195013/5119190
h ipt_mac.h
#ifndef _IPT_MAC_H
#define _IPT_MAC_H
struct ipt_mac_info {
unsigned char srcaddr[ETH_ALEN];
int invert;
};
#endif /*_IPT_MAC_H*/
www.eeworm.com/read/195013/5120829
h mac_oss.h
/*
* OSS
*
* This is used in place of VIA2 on the IIfx.
*/
#define OSS_BASE (0x50f1a000)
/*
* Interrupt level offsets for mac_oss->irq_level
*/
#define OSS_NUBUS0 0
#define OSS_NUBUS1 1
#def