OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xor_mask
(Results
1 - 3
of
3
) sorted by null
/external/opencv/otherlibs/highgui/
utils.cpp
354
int
xor_mask
= negative ? 255 : 0;
local
358
int val = (i * 255/(length - 1)) ^
xor_mask
;
/external/chromium_org/third_party/libxml/src/
xmlschemastypes.c
3984
unsigned char xmask, ymask,
xor_mask
, and_mask;
local
[
all
...]
/external/libxml2/
xmlschemastypes.c
3991
unsigned char xmask, ymask,
xor_mask
, and_mask;
local
[
all
...]
Completed in 81 milliseconds