代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/364212/2907808
c bit_rev.c
/* ======================================================================== */
/* */
/* TEXAS INSTRUMENTS, INC.
www.eeworm.com/read/364212/2907866
asm bit_rev.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC Version 4.36 *
;* Date/Time created: Tue May 31 14:03
www.eeworm.com/read/364212/2907868
c bit_rev.c
/* ======================================================================== */
/* */
/* TEXAS INSTRUMENTS, INC.
www.eeworm.com/read/364212/2907969
c bit_rev.c
/* ======================================================================== */
/* */
/* TEXAS INSTRUMENTS, INC.
www.eeworm.com/read/362989/2924947
h bit_spinlock.h
#ifndef __LINUX_BIT_SPINLOCK_H
#define __LINUX_BIT_SPINLOCK_H
/*
* bit-based spin_lock()
*
* Don't use this unless you really need to: spin_lock() and spin_unlock()
* are significantly faster.
www.eeworm.com/read/362824/2927044
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/361550/2945243
cpp bit_res.cpp
/* bit_res.cpp
Implementation of Bit Reservoir for Layer III
Adapted from the public c code by Jeff Tsay. */
#include "all.h"
#include "bit_res.h"
Bit_Reserve::Bit_Reserve()
{
uint
www.eeworm.com/read/361550/2945288
h bit_res.h
/* bit_res.h
Declarations for Bit Reservoir for Layer III
Adapted from the public c code by Jeff Tsay. */
#ifndef BIT_RES_H
#define BIT_RES_H
#include "all.h"
#define BUFSIZE 4096