/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ |
unwind.h | 98 /* The ACTIONS argument to the personality routine is a bitwise OR of one
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
bitset | 764 * operations are done as faster word-size bitwise instructions. 839 /// Initial bits bitwise-copied from a single word (others set to zero). [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/ |
unwind.h | 98 /* The ACTIONS argument to the personality routine is a bitwise OR of one
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/ |
unwind.h | 98 /* The ACTIONS argument to the personality routine is a bitwise OR of one
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
unwind.h | 98 /* The ACTIONS argument to the personality routine is a bitwise OR of one
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
unwind.h | 98 /* The ACTIONS argument to the personality routine is a bitwise OR of one
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
bitset | 764 * operations are done as faster word-size bitwise instructions. 839 /// Initial bits bitwise-copied from a single word (others set to zero). [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
bitset | 772 * operations are done as faster word-size bitwise instructions. 847 /// Initial bits bitwise-copied from a single word (others set to zero). [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/ |
dynamic_bitset | 645 * bitwise instructions. 726 /// Initial bits bitwise-copied from a single word (others set to zero). [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
bitset | 764 * operations are done as faster word-size bitwise instructions. 839 /// Initial bits bitwise-copied from a single word (others set to zero). [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
bitset | 772 * operations are done as faster word-size bitwise instructions. 847 /// Initial bits bitwise-copied from a single word (others set to zero). [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/ |
dynamic_bitset | 645 * bitwise instructions. 726 /// Initial bits bitwise-copied from a single word (others set to zero). [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
bitset | 770 * operations are done as faster word-size bitwise instructions. 845 /// Initial bits bitwise-copied from a single word (others set to zero). [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr2/ |
dynamic_bitset | 644 * bitwise instructions. 725 /// Initial bits bitwise-copied from a single word (others set to zero). [all...] |
/external/bison/lib/ |
quotearg.c | 60 /* Additional flags. Bitwise combination of enum quoting_flags. */ 151 bitwise combination of enum quoting_flags, or 0 for default
|
/external/chromium_org/third_party/angle/extensions/ |
EXT_draw_buffers.txt | 277 is the bitwise OR of a number of values indicating which buffers are 283 bitwise OR of the specified values, then the error INVALID_VALUE is
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
ustring.h | 411 * Compare two Unicode strings for bitwise equality (code unit order). 415 * @return 0 if <code>s1</code> and <code>s2</code> are bitwise equal; a negative 416 * value if <code>s1</code> is bitwise less than <code>s2,</code>; a positive 417 * value if <code>s1</code> is bitwise greater than <code>s2</code>. 550 * Compare two ustrings for bitwise equality. 556 * @return 0 if <code>s1</code> and <code>s2</code> are bitwise equal; a negative 557 * value if <code>s1</code> is bitwise less than <code>s2</code>; a positive 558 * value if <code>s1</code> is bitwise greater than <code>s2</code>. [all...] |
/external/chromium_org/third_party/re2/re2/ |
nfa.cc | 96 // flag is the bitwise or of Bol, Eol, etc., specifying whether 288 // flag is the bitwise or of Bol, Eol, etc., specifying whether
|
/external/e2fsprogs/e2fsck/ |
crc32.c | 57 * crc32_le() - Calculate bitwise little-endian Ethernet AUTODIN II CRC32 155 * crc32_be() - Calculate bitwise big-endian Ethernet AUTODIN II CRC32
|
/external/eigen/Eigen/src/PardisoSupport/ |
PardisoSupport.h | 473 * \tparam UpLo can be any bitwise combination of Upper, Lower. The default is Upper, meaning only the upper triangular part has to be used. 533 * \tparam Options can be any bitwise combination of Upper, Lower, and Symmetric. The default is Upper, meaning only the upper triangular part has to be used.
|
/external/icu4c/common/unicode/ |
ustring.h | 416 * Compare two Unicode strings for bitwise equality (code unit order). 420 * @return 0 if <code>s1</code> and <code>s2</code> are bitwise equal; a negative 421 * value if <code>s1</code> is bitwise less than <code>s2,</code>; a positive 422 * value if <code>s1</code> is bitwise greater than <code>s2</code>. 555 * Compare two ustrings for bitwise equality. 561 * @return 0 if <code>s1</code> and <code>s2</code> are bitwise equal; a negative 562 * value if <code>s1</code> is bitwise less than <code>s2</code>; a positive 563 * value if <code>s1</code> is bitwise greater than <code>s2</code>. [all...] |
/external/jpeg/ |
jcphuff.c | 415 /* For a negative input, want temp2 = bitwise complement of abs(input) */ 502 /* For a negative coef, want temp2 = bitwise complement of abs(coef) */
|
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 819 (** [const_not c] returns the bitwise inverse of the constant [c]. 912 (** [const_and c1 c2] returns the constant bitwise [AND] of two integer 917 (** [const_or c1 c2] returns the constant bitwise [OR] of two integer 922 (** [const_xor c1 c2] returns the constant bitwise [XOR] of two integer [all...] |
/external/llvm/test/MC/AArch64/ |
neon-mov.s | 69 // Vector Bitwise Bit Clear (AND NOT) - immediate 100 // Vector Bitwise OR - immedidate
|
/external/qemu/distrib/jpeg-6b/ |
jcphuff.c | 415 /* For a negative input, want temp2 = bitwise complement of abs(input) */ 502 /* For a negative coef, want temp2 = bitwise complement of abs(coef) */
|