OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xor_mask
(Results
1 - 13
of
13
) sorted by null
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp
26
// static constexpr result_type
xor_mask
= a;
54
static_assert((E::
xor_mask
== 0x9908b0df), "");
70
where(E::
xor_mask
);
90
static_assert((E::
xor_mask
== 0xb5026f5aa96619e9ull), "");
106
where(E::
xor_mask
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp
26
// static constexpr result_type
xor_mask
= a;
54
static_assert((E::
xor_mask
== 0x9908b0df), "");
70
where(E::
xor_mask
);
90
static_assert((E::
xor_mask
== 0xb5026f5aa96619e9ull), "");
106
where(E::
xor_mask
);
/external/opencv/otherlibs/highgui/
utils.cpp
354
int
xor_mask
= negative ? 255 : 0;
local
358
int val = (i * 255/(length - 1)) ^
xor_mask
;
/external/libxml2/
xmlschemastypes.c
3996
unsigned char xmask, ymask,
xor_mask
, and_mask;
local
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
random.h
487
static constexpr result_type
xor_mask
= __a;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
random.h
487
static constexpr result_type
xor_mask
= __a;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
random.h
487
static constexpr result_type
xor_mask
= __a;
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h
413
static constexpr result_type
xor_mask
= __a;
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h
421
static constexpr result_type
xor_mask
= __a;
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h
413
static constexpr result_type
xor_mask
= __a;
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h
421
static constexpr result_type
xor_mask
= __a;
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
random.h
487
static constexpr result_type
xor_mask
= __a;
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
random.h
489
static constexpr result_type
xor_mask
= __a;
[
all
...]
Completed in 2723 milliseconds