代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/28714/1006465
c byte2char.c
#ifndef _COMMON_DEFINE
#include "COMMON.c"
#endif
void BYTE2CHAR(BYTE in,CHAR *out,BYTE l);
void BYTE2CHAR(BYTE in,CHAR *out,BYTE l)
{
data BYTE temp,i;
i=0;
temp=in/100;
if (l>2) o
www.eeworm.com/read/35687/1060191
dp2 read-byte.dp2
read-byte.o: C:\iccv7avr\include\iom16v.h D:\16实验程序\I2C读写24C04\读一个字节\i2c.h
www.eeworm.com/read/35687/1060218
dp2 write-byte.dp2
write-byte.o: C:\iccv7avr\include\iom16v.h D:\16实验程序\I2C读写24C04\写一个字节\i2c.h
www.eeworm.com/read/472233/1416714
js bitops-bits-in-byte.js
// Copyright (c) 2004 by Arthur Langereis (arthur_ext at domain xfinitegames, tld com)
// 1 op = 2 assigns, 16 compare/branches, 8 ANDs, (0-8) ADDs, 8 SHLs
// O(n)
function bitsinbyte(b) {
var m = 1
www.eeworm.com/read/233448/4669499
c cls_24byte.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Depending on the ABI. Check overlapping.
Limitations: none.
PR: none.
Originator:
www.eeworm.com/read/233448/4669505
c cls_18byte.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Depending on the ABI. Double alignment check on darwin.
Limitations: none.
PR: none.
Orig
www.eeworm.com/read/233448/4669511
c cls_12byte.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Limitations: none.
PR: none.
Originator: 20030828 */
/* { dg-do ru
www.eeworm.com/read/233448/4669516
c cls_6byte.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Depending on the ABI. Check overlapping.
Limitations: none.
PR: none.
Originator: