代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/410889/11265905
c callback.c
/*
** 2005 May 23
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness f
www.eeworm.com/read/410195/11298931
c callback.c
#include /*Standard head file define here*/
#include
#include
#include
#include
extern TRT_cid;
extern void Open_Fi
www.eeworm.com/read/410195/11298933
c no_callback.c
#include /*Standard head file define here*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/410195/11298936
h callback.h
extern void Open_File(TRT_ReceiveData*, void*);
extern void Close_File(TRT_ReceiveData*, void*);
extern void Save_File(TRT_ReceiveData*, void*);
extern void SAVE_FILE_AS(TRT_ReceiveData*, void*);
www.eeworm.com/read/409198/11341926
h callback.h
#ifndef __CALLBACK_H__
#define __CALLBACK_H__
/* This is a workaround for a bug in the current version of gcc:
gcc assumes that no one will touch %a4 after it is set up in crt0.o.
This isn't t
www.eeworm.com/read/403361/11518539
c callback.c
/*****************************************************************************
* callback.c : Callbacks for CD digital audio input module
************************************************************
www.eeworm.com/read/403361/11518541
h callback.h
/*****************************************************************************
* callback.h : Callbacks for CD digital audio input module
************************************************************
www.eeworm.com/read/402383/11536148
h callback.h
#ifndef __CALLBACK_H__
#define __CALLBACK_H__
register void *reg_a4 asm("%a4");
#define CALLBACK_PROLOGUE \
void *save_a4 = reg_a4; asm("move.1 %%a5, %%a4; sub.1 #edata, %%a4" : :);
#def
www.eeworm.com/read/158283/11627703
c callback.c
/*
** 2005 May 23
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness f