代码搜索:Load
找到约 10,000 项符合「Load」的源代码
代码结果 10,000
www.eeworm.com/read/435707/1861786
c load.c
#include "u.h"
#include "lib.h"
#include "draw.h"
#include "memdraw.h"
#include "memlayer.h"
int
memload(Memimage *dst, Rectangle r, uchar *data, int n, int iscompressed)
{
int (*loadfn)(Memimage*,
www.eeworm.com/read/435707/1861975
c load.c
#include "u.h"
#include "lib.h"
#include "draw.h"
#include "memdraw.h"
int
_loadmemimage(Memimage *i, Rectangle r, uchar *data, int ndata)
{
int y, l, lpart, rpart, mx, m, mr;
uchar *q;
if(!recti
www.eeworm.com/read/435701/1862372
c load.c
#include "u.h"
#include "lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "io.h"
#include "dosfs.h"
Type types[] = {
{ Tfloppy,
Fini|Fdos,
floppyinit, floppyinitdev,
floppyg
www.eeworm.com/read/434878/1867590
c load.c
//=============================================================================
// Filename: load.c
//
// Description: Functions needed to load a program and start it on the DSP.
//
// Copyr
www.eeworm.com/read/434878/1867634
c load.c
//=============================================================================
// Filename: load.c
//
// Description: Functions needed to load a program and start it on the DSP.
//
// Copyr
www.eeworm.com/read/424669/2015014
asm load.asm
;
; Copyright 2001 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; granted t
www.eeworm.com/read/416031/2129893
snull_load
#!/bin/sh
/sbin/insmod ./snull.o $*
ifconfig sn0 local0
ifconfig sn1 local1
route add -net snullnet0 sn0
route add -net snullnet1 sn1