代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/187233/5225210
h 64bit.h
#ifndef long_h
#define long_h
typedef union {
struct {
unsigned long lo,hi;
};
struct {
unsigned short lolo, lohi, hilo, hihi;
};
#define NBPL 8
unsigned char b[NBPL];
} Long;
unsigned _La
www.eeworm.com/read/187233/5225216
h 64bit.h
#ifndef long_h
#define long_h
typedef union {
struct {
unsigned long lo,hi;
};
struct {
unsigned short lolo, lohi, hilo, hihi;
};
#define NBPL 8
unsigned char b[NBPL];
} Long;
unsigned _La
www.eeworm.com/read/186388/5233178
c fp-bit.c
/* This is a software floating point library which can be used instead of
the floating point routines in libgcc1.c for targets without hardware
floating point.
Copyright (C) 1994, 1995, 1996,
www.eeworm.com/read/182972/5261057
c bit-io.c
/*
* bit-io.c: Buffered and bit oriented file I/O
*
* Written by: Ullrich Hafner
*
* This file is part of FIASCO (獸籸actal 獻籱age 獳籲d 玈籩quence 獵O籨ec)
* Copyright (C) 1994-2000 Ull
www.eeworm.com/read/182972/5261065
h bit-io.h
/*
* bit-io.h
*
* Written by: Ullrich Hafner
*
* This file is part of FIASCO (獸籸actal 獻籱age 獳籲d 玈籩quence 獵O籨ec)
* Copyright (C) 1994-2000 Ullrich Hafner
*/
/*
* $Dat
www.eeworm.com/read/180137/5289708
c odr_bit.c
/*
* Copyright (c) 1995-2003, Index Data
* See the file LICENSE for details.
* Sebastian Hammer, Adam Dickmeiss
*
* $Id: odr_bit.c,v 1.18 2003/05/20 19:55:30 adam Exp $
*/
#if HAVE_CONFIG_H
#inc
www.eeworm.com/read/180137/5289710
c ber_bit.c
/*
* Copyright (c) 1995-2003, Index Data
* See the file LICENSE for details.
* Sebastian Hammer, Adam Dickmeiss
*
* $Id: ber_bit.c,v 1.16 2003/05/20 19:50:12 adam Exp $
*
*/
#if HAVE_CONFIG_H
#
www.eeworm.com/read/179911/5300024
ten-bit-addresses
The I2C protocol knows about two kinds of device addresses: normal 7 bit
addresses, and an extended set of 10 bit addresses. The sets of addresses
do not intersect: the 7 bit address 0x10 is not the
www.eeworm.com/read/178760/5313741
asm test_bit.asm
jmp t11
ldi r17,0
sbi 0,0
sbis 0,0
ldi r17,1
cbi 0,0
sbis 0,0
ldi r17,2
nop
ldi r17,0
cbi 0,0
sbic 0,0
ldi r17,1
sbi 0,0
sbic 0,0
ldi r17,2
nop
clr r0
out $3f,r0
sec
sen
www.eeworm.com/read/178760/5313742
h bit_cl.h
/* avr.src/bit_cl.h */
virtual int sec(t_mem code);
virtual int clc(t_mem code);
virtual int sen(t_mem code);
virtual int cln(t_mem code);
virtual int sez(t_mem code);
virtual int clz(t_m