代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/161323/5554750
def speex.def
;
; speex.def
;
LIBRARY
EXPORTS
;
speex_encoder_init
speex_encoder_destroy
speex_encode
speex_encoder_ctl
speex_decoder_init
speex_decoder_destroy
speex_decode
speex_decoder_ctl
speex_mo
www.eeworm.com/read/113666/15451560
def speex.def
;
; speex.def
;
LIBRARY
EXPORTS
;
speex_encoder_init
speex_encoder_destroy
speex_encode
speex_encoder_ctl
speex_decoder_init
speex_decoder_destroy
speex_decode
speex_decoder_ctl
speex_mo
www.eeworm.com/read/192553/8375534
s 44binit.s
GET memcfg.s
;Memory Area
;GCS6 16M 16bit(2MB) DRAM/SDRAM(0xc000000-0xc7fffff)
;APP RAM=0xc000000~0xc1effff
;44BMON RAM=0xc7f0000-0xc7fffff
;STACK =0xc7ffa00
;Interrupt Contr
www.eeworm.com/read/192537/8375954
s 44binit.s
GET memcfg.s
;Memory Area
;GCS6 16M 16bit(2MB) DRAM/SDRAM(0xc000000-0xc7fffff)
;APP RAM=0xc000000~0xc1effff
;44BMON RAM=0xc7f0000-0xc7fffff
;STACK =0xc7ffa00
;Interrupt Contr
www.eeworm.com/read/192525/8376682
s 44binit.s
GET memcfg.s
;Memory Area
;GCS6 16M 16bit(2MB) DRAM/SDRAM(0xc000000-0xc7fffff)
;APP RAM=0xc000000~0xc1effff
;44BMON RAM=0xc7f0000-0xc7fffff
;STACK =0xc7ffa00
;Interrupt Contr
www.eeworm.com/read/292109/8376923
s 44binit.s
GET memcfg.s
;Memory Area
;GCS6 16M 16bit(2MB) DRAM/SDRAM(0xc000000-0xc7fffff)
;APP RAM=0xc000000~0xc1effff
;44BMON RAM=0xc7f0000-0xc7fffff
;STACK =0xc7ffa00
;Interrupt Contr
www.eeworm.com/read/292101/8377074
makefile
#FUNC: make file for tast autoip
include ../Makefile.include
INC = setmsg.h client.h arp.h handler.h udpipgen.h autoip.h
OBJ = arp.o main.o udpipgen.o setmsg.o client.o config.o autoip.o handler.
www.eeworm.com/read/292101/8377097
bak makefile.bak
#FUNC: make file for tast autoip
#include ../Makefile.include
CROSS = xscale_be-
CC = $(CROSS)gcc
INC = setmsg.h client.h arp.h handler.h udpipgen.h autoip.h netstatus.h
OBJ = arp.o main.o udpipge
www.eeworm.com/read/192512/8378516
s 44binit.s
GET memcfg.s
;Memory Area
;GCS6 16M 16bit(2MB) DRAM/SDRAM(0xc000000-0xc7fffff)
;APP RAM=0xc000000~0xc1effff
;44BMON RAM=0xc7f0000-0xc7fffff
;STACK =0xc7ffa00
;Interrupt Contr
www.eeworm.com/read/292026/8381746
cpp event.cpp
#include "Event.h"
namespace TrueCrypt
{
void Event::Connect (const EventConnectorBase &connector)
{
ScopeLock lock (HandlersMutex);
ConnectedHandlers.push_back (shared_ptr