代码搜索:Mac 有哪些应用?
找到约 10,000 项符合「Mac 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/436985/7757662
mac _objects.mac
MUI_386_OBJECTS= \
$(_OBJ_DIR)\i386\resource.res
386_OBJECTS= \
$(_OBJ_DIR)\i386\resource.res \
$(_OBJ_DIR)\i386\testinit.obj \
$(_OBJ_DIR)\i386\testpnp.obj \
$(_OBJ_DIR)\i
www.eeworm.com/read/436200/7775329
mac _objects.mac
ALPHA_OBJECTS= \
obj\alpha\totalio.obj
PASS0_ALPHA_OBJECTS=
MIPS_OBJECTS= \
obj\mips\totalio.obj
PASS0_MIPS_OBJECTS=
386_OBJECTS= \
obj\i386\totalio.obj
PASS0_386_OBJECTS=
PPC_OBJ
www.eeworm.com/read/435646/7788347
mac version.mac
%define __NASM_MAJOR__ 0
%define __NASM_MINOR__ 98
%define __NASM_SUBMINOR__ 39
%define __NASM_PATCHLEVEL__ 0
%define __NASM_VERSION_ID__ 000622700h
%define __NASM_VER__ "0.98.39"
www.eeworm.com/read/435646/7788361
mac exebin.mac
; -*- nasm -*-
; NASM macro file to allow the `bin' output format to generate
; simple .EXE files by constructing the EXE header by hand.
; Adapted from a contribution by Yann Guidon
www.eeworm.com/read/435646/7788364
mac scitech.mac
;****************************************************************************
;*
;* ========================================================================
;*
;* The contents of this file are
www.eeworm.com/read/435646/7788433
mac standard.mac
; Standard macro set for NASM -*- nasm -*-
; Macros to make NASM ignore some TASM directives before the first include
; directive.
%idefine IDEAL
%idefine JUMPS
%idefine P386
www.eeworm.com/read/435025/7798914
h mac.h
#ifndef __MAC_H
#define __MAC_H
#define RX_FRAME_SIZE 64
#define TX_FRAME_SIZE 16
struct frame_desc_struct {
unsigned long frame_data_ptr; // [31] Ownership 0=CPU, 1=BDMA
unsigned long reserved;
www.eeworm.com/read/435025/7798938
c mac.c
#include "types.h"
#include "bioscall.h"
#include "eth.h"
#include "board.h"
#include "mac.h"
static struct frame_desc_struct rx_fd[RX_FRAME_SIZE];
static struct frame_desc_struct tx_fd[TX_FRAM
www.eeworm.com/read/435025/7798943
o mac.o
www.eeworm.com/read/297223/7800382