OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetBit
(Results
1 - 4
of
4
) sorted by null
/external/ImageMagick/coders/
otb.c
102
#define
GetBit
(a,i) (((a) >> (i)) & 1L)
148
if (
GetBit
(info,4) == 0)
stegano.c
95
#define
GetBit
(alpha,i) (((size_t) (alpha) >> (size_t) (i)) & 0x01)
204
SetBit(i,
GetBit
(pixel.red,j));
209
SetBit(i,
GetBit
(pixel.green,j));
214
SetBit(i,
GetBit
(pixel.blue,j));
/external/webrtc/webrtc/p2p/base/
stun.cc
652
bool StunUInt32Attribute::
GetBit
(size_t index) const {
/external/ImageMagick/MagickCore/
fx.c
[
all
...]
Completed in 71 milliseconds