代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/179911/5296931
h gmac.h
/*
* Definitions for the GMAC ethernet chip, used in the
* Apple G4 powermac.
*/
/*
* GMAC register definitions
*
* Note: We encode the register size the same way Apple does. I didn't copy
www.eeworm.com/read/162614/5529863
c alias-1.c
/* { dg-do link } */
/* { dg-require-alias "" } */
/* { dg-require-visibility "" } */
/* { dg-require-effective-target tls } */
/* Test that encode_section_info handles the change from externally
d
www.eeworm.com/read/350097/3131824
h gmac.h
/*
* Definitions for the GMAC ethernet chip, used in the
* Apple G4 powermac.
*/
/*
* GMAC register definitions
*
* Note: We encode the register size the same way Apple does. I didn't copy
www.eeworm.com/read/338072/3320618
c base64encoder.c
#include
#include
char* encode
= "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
char* enc(int* reg)
{
static char buf[4];
int i0 = (reg[0] & 0