代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/190682/5171124
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/190682/5171144
s bit.s
.text
.global bit
bit:
clr1 5,16[r6]
not1 5,16[r6]
set1 5,16[r6]
tst1 5,16[r6]
www.eeworm.com/read/190666/5178880
c bit.c
bar (a)
{
return (a == 0);
}
foo (a)
int a;
{
if ((a & (1 = 0)
return 1;
else
return 2;
}
www.eeworm.com/read/183001/5258779
data bit.data
010000100100001100101100011110110
010110001111011000001101000000101
101100011110110000011010000001010
001101100101000001110001000001101
000110100111111111101001011111010
001100000100111101000011111100
www.eeworm.com/read/183001/5258798
out bit.out
-- bit check
CREATE TABLE bittmp (a bit(33));
\copy bittmp from 'data/bit.data'
SET enable_seqscan=on;
SELECT count(*) FROM bittmp WHERE a < '011011000100010111011000110000100';
count
-------
2
www.eeworm.com/read/183001/5258813
sql bit.sql
-- bit check
CREATE TABLE bittmp (a bit(33));
\copy bittmp from 'data/bit.data'
SET enable_seqscan=on;
SELECT count(*) FROM bittmp WHERE a < '011011000100010111011000110000100';
SELECT count(*)
www.eeworm.com/read/183001/5260314
out bit.out
--
-- BIT types
--
--
-- Build tables for testing
--
CREATE TABLE BIT_TABLE(b BIT(11));
INSERT INTO BIT_TABLE VALUES (B'10'); -- too short
ERROR: bit string length 2 does not match type bit(11)
INSER
www.eeworm.com/read/183001/5260397
sql bit.sql
--
-- BIT types
--
--
-- Build tables for testing
--
CREATE TABLE BIT_TABLE(b BIT(11));
INSERT INTO BIT_TABLE VALUES (B'10'); -- too short
INSERT INTO BIT_TABLE VALUES (B'00000000000');
INSERT INTO
www.eeworm.com/read/179541/5304281
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