代码搜索:integer

找到约 10,000 项符合「integer」的源代码

代码结果 10,000
www.eeworm.com/read/133019/14057344

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/133019/14057840

h integer.h

#ifndef CRYPTOPP_INTEGER_H #define CRYPTOPP_INTEGER_H /** \file */ #include "cryptlib.h" #include "secblock.h" #include #include #ifdef _M_IX86 # if (defined(__INT
www.eeworm.com/read/133019/14060700

h integer.h

#ifndef CRYPTOPP_INTEGER_H #define CRYPTOPP_INTEGER_H /** \file */ #include "cryptlib.h" #include "secblock.h" #include #include #ifdef _M_IX86 # if (defined(__INT
www.eeworm.com/read/235567/14063202

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/200462/15432408

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/200462/15432712

h integer.h

#ifndef CRYPTOPP_INTEGER_H #define CRYPTOPP_INTEGER_H /** \file */ #include "cryptlib.h" #include "secblock.h" #include #include #ifdef CRYPTOPP_X86ASM_AVAILABLE
www.eeworm.com/read/112509/15484088

c integer.c

#include "fmt.h" #include "assert.h" #include "mem.h" #define T Integer_T typedef int *T; T Integer_new(int n) { T integer; NEW(integer); *integer = n; return integer; } int Int
www.eeworm.com/read/112509/15484091

h integer.h

#ifndef INTEGER_INCLUDED #define INTEGER_INCLUDED #define T Integer_T typedef int *T; extern T Integer_new(int n); extern int Integer_get(T integer); extern int Integer_put(T integer, int n)
www.eeworm.com/read/112070/15494039

h integer.h

// Integer.h: interface for the Integer class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_INTEGER_H__4F977CF0_9CA7_4754_A507_85D3A8F241CE__INCLUDED
www.eeworm.com/read/112070/15494041

cpp integer.cpp

// Integer.cpp: implementation of the Integer class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Integer.h" ///////////////////////