代码搜索:INTEGER
找到约 10,000 项符合「INTEGER」的源代码
代码结果 10,000
www.eeworm.com/read/275180/10832275
h integer.h
#ifndef _INTEGER
typedef signed int INT;
typedef unsigned int UINT;
/* These types are assumed as 8-bit integer */
typedef signed char CHAR;
typedef unsigned char UCHAR;
typedef unsigned c
www.eeworm.com/read/274306/10877392
cpp integer.cpp
// integer.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "integer.h"
#include "modarith.h"
#include "nbtheory.h"
#include "asn.h"
#include "words.h"
#in
www.eeworm.com/read/274306/10878049
h integer.h
#ifndef CRYPTOPP_INTEGER_H
#define CRYPTOPP_INTEGER_H
#include "cryptlib.h"
#include "misc.h"
#include
NAMESPACE_BEGIN(CryptoPP)
/// multiple precision integer and basic arithme
www.eeworm.com/read/273536/10911843
h integer.h
/*-
* Copyright (c) 2003, 2005 Lev Walkin . All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#ifndef _INTEGER_H_
#define _INTEGER_H_
www.eeworm.com/read/273536/10912250
c integer.c
/*-
* Copyright (c) 2003, 2004, 2005 Lev Walkin .
* All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#include
#inc
www.eeworm.com/read/417689/10980366
h integer.h
#ifndef _INTEGER
/* These types are assumed as 16-bit or larger integer */
typedef signed int INT;
typedef unsigned int UINT;
/* These types are assumed as 8-bit integer */
//typedef signed c
www.eeworm.com/read/470503/6912444
h integer.h
#ifndef INTEGER_H
#define INTEGER_H
#define AV_INTEGER_SIZE 8
typedef struct AVInteger{
uint16_t v[AV_INTEGER_SIZE];
} AVInteger;
AVInteger av_add_i(AVInteger a, AVInteger b);
AVInteg
www.eeworm.com/read/470055/6923712
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/470055/6924019
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/466681/7031377
h integer.h
/*-------------------------------------------*/
/* Integer type definitions for FatFs module */
/*-------------------------------------------*/
#ifndef _INTEGER
#if 0
#include
#e