代码搜索:Bit

找到约 10,000 项符合「Bit」的源代码

代码结果 10,000
www.eeworm.com/read/393024/2489670

comp tristate_bit.comp

component tristate_bit "Place a signal on an I/O pin only when enabled, similar to a tristate buffer in electronics"; pin in bit in_ "Input value"; pin io bit out "Output value"; pin in bit enable "W
www.eeworm.com/read/390872/2524114

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/387256/2563220

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 fa
www.eeworm.com/read/385891/2581945

h algo-bit.h

/* * linux/include/linux/l3/algo-bit.h * * Copyright (C) 2001 Russell King, All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms o
www.eeworm.com/read/385462/2589218

qemu-64bit

Index: ioemu/cpu-all.h =================================================================== --- ioemu.orig/cpu-all.h 2007-05-03 18:38:09.000000000 +0100 +++ ioemu/cpu-all.h 2007-05-03 19:00:05.00000000
www.eeworm.com/read/379834/2666613

m encode_bit.m

function [output, state] = encode_bit(g, input, state) [n,k] = size(g); m = k-1; for i=1:n output(i) = g(i,1)*input; for j = 2:k output(i) = xor(output(i),g(i,j)*state(j-1)); end
www.eeworm.com/read/379055/2677333

m encode_bit.m

function [output, state] = encode_bit(g, input, state) [n,k] = size(g); m = k-1; for i=1:n output(i) = g(i,1)*input; for j = 2:k output(i) = xor(output(i),g(i,j)*state(j-1)); end
www.eeworm.com/read/373717/2760135

lst in16bit.lst

A51 MACRO ASSEMBLER IN16BIT 11/23/2003 11:45:03 PAGE 1 MACRO ASSEMBLER A51 V6.12 OBJECT MODULE PLACED IN in16bit.OBJ ASSEMBLER
www.eeworm.com/read/368386/2819020

h algo-bit.h

/* * linux/include/linux/l3/algo-bit.h * * Copyright (C) 2001 Russell King, All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms o
www.eeworm.com/read/366702/2883694

c bit-complement.c

/* { dg-do compile } */ /* { dg-options "-std=gnu99" } */ /* C99 6.5.3 Unary ~. */ void test () { short _Fract sf; _Fract f; long _Fract lf; long long _Fract llf; unsigned short _Fract us