代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/339492/12230103
h integer.h
#ifndef CRYPTOPP_INTEGER_H
#define CRYPTOPP_INTEGER_H
/** \file */
#include "cryptlib.h"
#include "misc.h"
#include
NAMESPACE_BEGIN(CryptoPP)
//! multiple precision integer a
www.eeworm.com/read/252894/12257914
o integer.o
www.eeworm.com/read/252894/12257945
c integer.c
/*
* arbitrary precision integers
* Copyright (c) 2004 Michael Niedermayer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/252894/12257947
h integer.h
/*
* arbitrary precision integers
* Copyright (c) 2004 Michael Niedermayer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/339038/12266790
h integer.h
/* integer.h */
#ifndef __INTEGER_H__
#define __INTEGER_H__
#include
/*
* If DEBUG is defined in the Makefile, the nett change in global variable
* nettbytes is calculated at the
www.eeworm.com/read/338797/12281969
cpp integer.cpp
// integer.cpp - written and placed in the public domain by Wei Dai
// contains public domain code contributed by Alister Lee and Leonard Janke
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#inc
www.eeworm.com/read/338797/12283159
h integer.h
#ifndef CRYPTOPP_INTEGER_H
#define CRYPTOPP_INTEGER_H
/** \file */
#include "cryptlib.h"
#include "secblock.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
struct
www.eeworm.com/read/337620/12356540
h integer.h
#ifndef _INTEGER
typedef int INT;
typedef unsigned int UINT;
typedef char CHAR;
typedef unsigned char UCHAR;
typedef unsigned char BYTE;
typedef short SHORT;
typedef unsigned short
www.eeworm.com/read/249972/12444496
h integer.h
#ifndef _INTEGER
typedef unsigned char BYTE;
typedef unsigned short WORD;
typedef unsigned long DWORD;
typedef unsigned char BOOL;
#define FALSE 0
#define TRUE 1
#define _INTEGER
#endif
www.eeworm.com/read/131693/14132671
cpp integer.cpp
// integer.cpp - written and placed in the public domain by Wei Dai
// contains public domain code contributed by Alister Lee and Leonard Janke
#include "pch.h"
#include "integer.h"
#include "mo