代码搜索结果

找到约 10,000 项符合 Storage 的代码

makefile

all: map-server COMMON_OBJ = ../common/core.o ../common/socket.o ../common/timer.o ../common/grfio.o ../common/db.o ../common/lock.o LIBS = -lz -lm map-server: map.o chrif.o clif.o pc.o npc.o c

sysdeputil编译出差解决.txt

gcc -c sysdeputil.c -O2 -Wall -W -Wshadow -idirafter dummyinc sysdeputil.c:162: error: expected declaration specifiers or '...' before 'capset' sysdeputil.c:162: error: expected declaration specifie

fileio.asm

#fileIO.asm--------------------------------------------- .PB main .PV buffer -32 .PV fname -64 #allocate local storage on stack PUSHQ $FP MOV $FP,$SP LQI $R7,64 SUB $SP,$SP,$R7 #read and

cmdline.asm

.PB main .PV buffer -256 #allocate local storage PUSHQ $FP MOV $FP,$SP LQI $R7,256 SUB $SP,$SP,$R7 #get the number of arguments LQI $R1,0 INT 5 MOV $R20,$R2 LQI $R1,20 INT 0 LQI

ipc1.asm

#ipc1.asm--------------------------------------------- .PB main .PV buffer -40 .PV mutex -64 #allocate local storage on stack PUSHQ $FP MOV $FP,$SP LQI $R7,64 SUB $SP,$SP,$R7 #set name o

fileio.asm

#fileIO.asm--------------------------------------------- .PB main .PV buffer -32 .PV fname -64 #allocate local storage on stack PUSHQ $FP MOV $FP,$SP LQI $R7,64 SUB $SP,$SP,$R7 #read and

cmdline.asm

.PB main .PV buffer -256 #allocate local storage PUSHQ $FP MOV $FP,$SP LQI $R7,256 SUB $SP,$SP,$R7 #get the number of arguments LQI $R1,0 INT 5 MOV $R20,$R2 LQI $R1,20 INT 0 LQI

ipc1.asm

#ipc1.asm--------------------------------------------- .PB main .PV buffer -40 .PV mutex -64 #allocate local storage on stack PUSHQ $FP MOV $FP,$SP LQI $R7,64 SUB $SP,$SP,$R7 #set name o

eprecomp.h

#ifndef CRYPTOPP_EPRECOMP_H #define CRYPTOPP_EPRECOMP_H #include "integer.h" #include NAMESPACE_BEGIN(CryptoPP) // Please do not directly use the following class. It should be //

modexppc.cpp

// modexppc.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "modexppc.h" #include "asn.h" #include "algebra.cpp" #include "eprecomp.cpp" NAMESPACE_BEGIN(