代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/333978/12649633
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/333978/12649671
o init.o
www.eeworm.com/read/146425/12651684
c init.c
#include "global.h"
void init()
{
vin1=10;
vin2=0;
tin1=30;
tin2=30;
vin=vin1+vin2;
inlen1=2;
inlen2=0;
inlen=inlen1+inlen2;
outlen1=0;
outlen2=0;
outlen3=2;
outlen=outle
www.eeworm.com/read/146316/12659070
c init.c
/* vi: set sw=4 ts=4: */
/*
* Mini init implementation for busybox
*
*
* Copyright (C) 1995, 1996 by Bruce Perens .
* Adjusted by so many folks, it's impossible to keep track.
*
www.eeworm.com/read/238302/13897104
c init.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/238302/13897133
lst init.lst
C51 COMPILER V7.00 INIT 04/10/2007 10:17:42 PAGE 1
C51 COMPILER V7.00, COMPILATION OF MODULE INIT
OBJECT MODULE PLACED IN in
www.eeworm.com/read/238302/13897159
obj init.obj
www.eeworm.com/read/238281/13897874
o init.o
www.eeworm.com/read/238281/13897966
s init.s
;;; Copyright ARM Ltd 2000. All rights reserved.
;
; This module performs ROM/RAM remapping (if required), initializes stack pointers and
; interrupts for each mode, and finally branches to __main
www.eeworm.com/read/300699/13898805
init scull.init
#!/bin/bash
# Sample init script for the a driver module
DEVICE="scull"
SECTION="misc"
# The list of filenames and minor numbers: $PREFIX is prefixed to all names
PREFIX="scull"
FI