Searched refs:bitwise (Results 1 - 16 of 16) sorted by relevance

/external/libcxx/test/utilities/function.objects/bitwise.operations/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/bitwise.operations/Android.mk
19 test_name := utilities/function.objects/bitwise.operations/bit_not
23 test_name := utilities/function.objects/bitwise.operations/bit_and
27 test_name := utilities/function.objects/bitwise.operations/transparent
31 test_name := utilities/function.objects/bitwise.operations/bit_xor
35 test_name := utilities/function.objects/bitwise.operations/bit_or
/external/libogg/
H A DAndroid.mk5 LOCAL_SRC_FILES := src/bitwise.c \
/external/libogg/src/
H A DMakefile.am7 libogg_la_SOURCES = framing.c bitwise.c
14 test_bitwise_SOURCES = bitwise.c
/external/iptables/include/linux/
H A Dtypes.h17 #define __bitwise__ __attribute__((bitwise))
/external/kernel-headers/original/uapi/linux/
H A Dtypes.h22 #define __bitwise__ __attribute__((bitwise))
/external/tremolo/
H A DAndroid.mk5 Tremolo/bitwise.c \
/external/llvm/lib/Support/Windows/
H A DMemory.inc28 // are not a bitwise combination of RWX values
/external/libvorbis/doc/
H A D09-helper.tex57 1) [mantissa] = [x] bitwise AND 0x1fffff (unsigned result)
58 2) [sign] = [x] bitwise AND 0x80000000 (unsigned result)
59 3) [exponent] = ( [x] bitwise AND 0x7fe00000) shifted right 21 bits (unsigned result)
H A D07-floor1.tex205 14) [book] = array [floor1_subclass_books] element [class],([cval] bitwise AND [csub])
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dnumber.pxd87 # Returns the bitwise negation of o on success, or NULL on
104 # Returns the ``bitwise and'' of o1 and o2 on success and NULL on
110 # Returns the ``bitwise exclusive or'' of o1 by o2 on success, or
116 # Returns the ``bitwise or'' of o1 and o2 on success, or NULL on failure. This is the equivalent of the Python expression "o1 | o2".
188 # Returns the ``bitwise and'' of o1 and o2 on success and NULL on
194 # Returns the ``bitwise exclusive or'' of o1 by o2 on success, or
200 # Returns the ``bitwise or'' of o1 and o2 on success, or NULL on
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h441 #define __bitwise __attribute__((bitwise))
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h441 #define __bitwise __attribute__((bitwise))
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h441 #define __bitwise __attribute__((bitwise))
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc2016 HBitwise* bitwise = HBitwise::cast(base); local
2017 if (bitwise->right()->IsInteger32Constant()) {
2018 mask = bitwise->right()->GetInteger32Constant();
2019 base = bitwise->left();
2020 } else if (bitwise->left()->IsInteger32Constant()) {
2021 mask = bitwise->left()->GetInteger32Constant();
2022 base = bitwise->right();
2026 if (bitwise->op() == Token::BIT_AND) {
2029 } else if (bitwise->op() == Token::BIT_OR) {
2035 result->context = bitwise
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli923 (** [const_not c] returns the bitwise inverse of the constant [c].
1016 (** [const_and c1 c2] returns the constant bitwise [AND] of two integer
1021 (** [const_or c1 c2] returns the constant bitwise [OR] of two integer
1026 (** [const_xor c1 c2] returns the constant bitwise [XOR] of two integer
1121 (** [const_bitcast c ty] returns the constant bitwise conversion of constant [c]
1126 (** [const_zext_or_bitcast c ty] returns a constant zext or bitwise cast
1131 (** [const_sext_or_bitcast c ty] returns a constant sext or bitwise cast
1136 (** [const_trunc_or_bitcast c ty] returns a constant trunc or bitwise cast
/external/e2fsprogs/lib/ext2fs/
H A Dext2fs.h68 #define __bitwise __attribute__((bitwise))

Completed in 838 milliseconds