代码搜索:Implementations
找到约 4,027 项符合「Implementations」的源代码
代码结果 4,027
www.eeworm.com/read/343165/11967999
h vsprintf.h
/*
* Use local definitions of C library macros and functions
* NOTE: The function implementations may not be as efficient
* as an inline or assembly code implementation provided by a
* native
www.eeworm.com/read/230611/14280716
h vsprintf.h
/*
* Use local definitions of C library macros and functions
* NOTE: The function implementations may not be as efficient
* as an inline or assembly code implementation provided by a
* native
www.eeworm.com/read/16094/659138
h vsprintf.h
/*
* Use local definitions of C library macros and functions
* NOTE: The function implementations may not be as efficient
* as an inline or assembly code implementation provided by a
* native
www.eeworm.com/read/16094/659201
h vsprintf.h
/*
* Use local definitions of C library macros and functions
* NOTE: The function implementations may not be as efficient
* as an inline or assembly code implementation provided by a
* native
www.eeworm.com/read/16094/659267
h vsprintf.h
/*
* Use local definitions of C library macros and functions
* NOTE: The function implementations may not be as efficient
* as an inline or assembly code implementation provided by a
* native
www.eeworm.com/read/16293/668408
h vsprintf.h
/*
* Use local definitions of C library macros and functions
* NOTE: The function implementations may not be as efficient
* as an inline or assembly code implementation provided by a
* native
www.eeworm.com/read/16293/668470
h vsprintf.h
/*
* Use local definitions of C library macros and functions
* NOTE: The function implementations may not be as efficient
* as an inline or assembly code implementation provided by a
* native
www.eeworm.com/read/16293/668536
h vsprintf.h
/*
* Use local definitions of C library macros and functions
* NOTE: The function implementations may not be as efficient
* as an inline or assembly code implementation provided by a
* native
www.eeworm.com/read/481034/1302307
java mac.java
package org.bouncycastle.crypto;
/**
* The base interface for implementations of message authentication codes (MACs).
*/
public interface Mac
{
/**
* Initialise the MAC.
*
www.eeworm.com/read/472524/1409791
java checkeddatainput.java
/*
* This class is an example only. A "final" version of
* this class should implement the DataInput interface
* and provide implementations for the methods declared in
* DataInput.
*/
import