代码搜索结果
找到约 10,000 项符合
Storage 的代码
makefile
#-----------------------------------------------------------------------
# File : makefile
# Contents: build apriori program
# Author : Christian Borgelt
# History : ??.??.1995 file created
#
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(
eprecomp.cpp
#include "pch.h"
#include "eprecomp.h"
#include "algebra.h"
#include
NAMESPACE_BEGIN(CryptoPP)
template void ExponentiationPrecomputation::Precompute(const Element &ba