代码搜索:init

找到约 10,000 项符合「init」的源代码

代码结果 10,000
www.eeworm.com/read/154890/5632676

cc init.cc

/* * init.cc */ #include "init.hh" char** glob_argv; int glob_argc; void InitULib(int argc,char** argv) { glob_argc = argc; glob_argv = argv; }
www.eeworm.com/read/154890/5632787

hh init.hh

#ifndef LIBVIDEOGFX_INIT_HH #define LIBVIDEOGFX_INIT_HH extern char** glob_argv; extern int glob_argc; extern void InitULib(int argc,char** argv); #endif
www.eeworm.com/read/154890/5632844

cc init.cc

/* * init.cc */ #include "init.hh" char** glob_argv; int glob_argc; void InitULib(int argc,char** argv) { glob_argc = argc; glob_argv = argv; }
www.eeworm.com/read/154890/5632944

hh init.hh

#ifndef LIBVIDEOGFX_INIT_HH #define LIBVIDEOGFX_INIT_HH extern char** glob_argv; extern int glob_argc; extern void InitULib(int argc,char** argv); #endif
www.eeworm.com/read/154801/5634421

h init.h

/* * Copyright (c) 2001-2003 Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permi
www.eeworm.com/read/154801/5634604

c init.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------
www.eeworm.com/read/154705/5634940

s init.s

AREA Init,CODE,READONLY ;Pre-defined constants USERMODE EQU 0x10 FIQMODE EQU 0x11 IRQMODE EQU 0x12 SVCMODE EQU 0x13 ABORTMODE EQU 0x17 UNDEFMODE EQU 0x1b MODEMASK EQU 0x1f NOINT EQU 0xc0
www.eeworm.com/read/154705/5634948

s init.s

;/****************************************************************************** ; * ; * Copyright (c) 2003 Windond Electronics Corp. ; * All rights reserved. ; * ; * $Workfile: init.s $ ; * ;
www.eeworm.com/read/154705/5634953

s init.s

AREA Init,CODE,READONLY ;Pre-defined constants USERMODE EQU 0x10 FIQMODE EQU 0x11 IRQMODE EQU 0x12 SVCMODE EQU 0x13 ABORTMODE EQU 0x17 UNDEFMODE EQU 0x1b MODEMASK EQU 0x1f NOINT EQU 0xc0
www.eeworm.com/read/153563/5649337

s init.s

/************************************************************************** * * * PROJECT : MIPS port for uC/OS-II