/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_function.h | 290 // DR 660. Missing Bitwise Operations.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_function.h | 296 // DR 660. Missing Bitwise Operations.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_function.h | 297 // DR 660. Missing Bitwise Operations.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_function.h | 296 // DR 660. Missing Bitwise Operations.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_function.h | 297 // DR 660. Missing Bitwise Operations.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_function.h | 295 // DR 660. Missing Bitwise Operations.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pydoc.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | 10 'bitwise': '\nBinary bitwise operations\n*************************\n\nEach of the three bitwise operations has a different priority level:\n\n and_expr ::= shift_expr | and_expr "&" shift_expr\n xor_expr ::= and_expr | xor_expr "^" and_expr\n or_expr ::= xor_expr | or_expr "|" xor_expr\n\nThe ``&`` operator yields the bitwise AND of its arguments, which must\nbe plain or long integers. The arguments are converted to a common\ntype.\n\nThe ``^`` operator yields the bitwise XOR (exclusive OR) of its\narguments, which must be plain or long integers. The arguments are\nconverted to a common type.\n\nThe ``|`` operator yields the bitwise (inclusive) OR of its arguments,\nwhich must be plain or long integers. The arguments are converted to\na common type.\n', [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | 10 'bitwise': '\nBinary bitwise operations\n*************************\n\nEach of the three bitwise operations has a different priority level:\n\n and_expr ::= shift_expr | and_expr "&" shift_expr\n xor_expr ::= and_expr | xor_expr "^" and_expr\n or_expr ::= xor_expr | or_expr "|" xor_expr\n\nThe ``&`` operator yields the bitwise AND of its arguments, which must\nbe plain or long integers. The arguments are converted to a common\ntype.\n\nThe ``^`` operator yields the bitwise XOR (exclusive OR) of its\narguments, which must be plain or long integers. The arguments are\nconverted to a common type.\n\nThe ``|`` operator yields the bitwise (inclusive) OR of its arguments,\nwhich must be plain or long integers. The arguments are converted to\na common type.\n', [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
libusb.h | [all...] |
/external/clang/lib/CodeGen/ |
ItaniumCXXABI.cpp | 604 /// the same if they're either bitwise identical *or* both null. 628 // value, so it just comes down to bitwise equality. [all...] |
/external/llvm/include/llvm/IR/ |
IntrinsicsX86.td | [all...] |
/dalvik/vm/jdwp/ |
JdwpEvent.cpp | 441 * It's tempting to do a bitwise compare ("struct ==" or memcmp), but if [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_int.h | 526 UINT32 trusted_mask[BTM_SEC_SERVICE_ARRAY_SIZE]; /* Bitwise OR of trusted services */ [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
regcoll.cpp | 171 "A\u0001", ">", "~\u0002", // Ensure A and ~ are not compared bitwise [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/ |
rtasm_ppc.c | 731 ** vector bitwise operations
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
decoder.py | 104 Decoded values will be bitwise-anded with the given mask before being
|
/external/clang/lib/Analysis/ |
UninitializedValues.cpp | 89 // a bitwise OR.
|
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
RenderState.java | 258 * Does a bitwise invert of the value in the stencil buffer. [all...] |
/external/jpeg/ |
jchuff.c | 366 /* For a negative input, want temp2 = bitwise complement of abs(input) */
|
/external/libusb/libusb/ |
libusb.h | 720 /** A bitwise OR combination of \ref libusb_transfer_flags. */ [all...] |
/external/llvm/include/llvm/ADT/ |
Hashing.h | 173 /// \brief Bitwise right rotate.
|
/external/llvm/lib/Target/ARM/ |
ARMScheduleA8.td | 40 // Bitwise Instructions that produce a result [all...] |
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_ppc.c | 731 ** vector bitwise operations
|