代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/223873/4808787
h bit.h
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2004 Underbit Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/221452/4832458
h bit.h
/*
* File: bit.h
*/
#ifndef __BIT_H__
#define __BIT_H__
/*--------------------- Export Definitions ------------------------*/
/*--------------------- Export Types --------
www.eeworm.com/read/213849/4911059
h bit.h
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2004 Underbit Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/213849/4911100
c bit.c
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2004 Underbit Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/198657/5083150
c bit.c
/* Test mpz_setbit, mpz_clrbit, mpz_tstbit.
Copyright 1997, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can red
www.eeworm.com/read/195201/5114447
h bit.h
#ifdef __cplusplus // C++
extern "C" {
#endif
#ifndef _BIT_H_INCLUDED
#define _BIT_H_INCLUDED
#include
#ifdef WAVELET_DLL
#define WAVELET_DLL_API __declspec(dllexport)
// if i
www.eeworm.com/read/195201/5114452
c bit.c
// --------------- BIT ROUTINES ---------------
// wavelet image compression
// these provide bit-access to files either on disk or in memory
// (c) 2001-2002 Daniel Vollmer (maven@maven.de)
/*
www.eeworm.com/read/191809/5161809
s bit.s
.text
btst 64,d1
btst 8192,d2
btst 131071,d3
btst 64,(8,a1)
btst 64,(131071)
bset d1,(a2)
bset 64,(8,a1)
bset 64,(131071)
bclr d1,(a2)
bclr 64,(8,a1)
bclr 64,(131071)
www.eeworm.com/read/191809/5161829
s bit.s
.text
.global bit
bit:
clr1 5,16[r6]
not1 5,16[r6]
set1 5,16[r6]
tst1 5,16[r6]