代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/283259/9032662
c cmd64x.c
/* $Id: cmd64x.c,v 1.21 2000/01/30 23:23:16
*
* linux/drivers/ide/cmd64x.c Version 1.22 June 9, 2000
*
* cmd64x.c: Enable interrupts at initialization time on Ultra/PCI machines.
* Not
www.eeworm.com/read/165603/10056388
cpp rijndael.cpp
// This is an independent implementation of the encryption algorithm:
//
// RIJNDAEL by Joan Daemen and Vincent Rij
www.eeworm.com/read/350390/10745351
cpp rijndael.cpp
// This is an independent implementation of the encryption algorithm:
//
// RIJNDAEL by Joan Daemen and Vincent Rij
www.eeworm.com/read/417728/10978981
h aes.h
/* AES CryptAPI - interface to use AES algorithms for *
* character buffer / binary / text encryption. *
* Written Nov 99 by Mixter *
* and based o
www.eeworm.com/read/417728/10979017
h aes.h
/* AES CryptAPI - interface to use AES algorithms for *
* character buffer / binary / text encryption. *
* Written Nov 99 by Mixter *
* and based o
www.eeworm.com/read/417728/10979058
h aes.h
/* AES CryptAPI - interface to use AES algorithms for *
* character buffer / binary / text encryption. *
* Written Nov 99 by Mixter *
* and based o
www.eeworm.com/read/417728/10979059
h~ aes.h~
/* AES CryptAPI - interface to use AES algorithms for *
* character buffer / binary / text encryption. *
* Written Nov 99 by Mixter *
* and based o
www.eeworm.com/read/462594/7200131
v send_cmd.v
module send_cmd (
clk,
reset_n,
reset_s,
go,
done,
in,
cmd_oe,
// shared resource
byte_op_go,
byte_op_done,
byte_op_byte_in,
byte_op_send_receive,
calc_crc_go,
calc_crc_do
www.eeworm.com/read/451457/7463498
c entcode.c
#include "entcode.h"
void ec_byte_reset(ec_byte_buffer *_b){
_b->ptr=_b->buf;
}
long ec_byte_bytes(ec_byte_buffer *_b){
return _b->ptr-_b->buf;
}
unsigned char *ec_byte_get_buffer(ec_byte_buf
www.eeworm.com/read/434636/7851666
c dmac.c
/*
Motorola LTE Display Memory Access Controller Driver
----------------------------
(c) motoprogger 2008
*/
#include "../libs/motolibs.h"
#define DMAC_BASE 0x24854000
#define DM