代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/173141/5379873
out bit.out
ij> --
-- Test the builtin type 'bit'
-- Specifically the base-16, hex bit literal
-- stupid test of literals
values(X'aAff');
1
----
aaff
ij> -- casting to a for bit data type
values (cast (x'ee'
www.eeworm.com/read/162614/5527958
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/347503/3170562
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/347503/3170824
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/347220/3173894
plo bit.plo
bit.lo : \
bit.c config.h global.h \
/opt/host/armv4l/lib/gcc-lib/armv4l-unknown-linux/2.95.2/include/limits.h \
bit.h
bit.c :
config.h :
global.h :
/opt/host/armv4l/lib/gcc-lib/armv4l-unknown-linu
www.eeworm.com/read/347220/3173916
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/347220/3173955
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 of the
www.eeworm.com/read/340665/3266951
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/340665/3267077
s bit.s
.text
.global bit
bit:
clr1 5,16[r6]
not1 5,16[r6]
set1 5,16[r6]
tst1 5,16[r6]