HomeSort by relevance Sort by last modified time
    Searched refs:bitwise (Results 1 - 25 of 26) sorted by null

1 2

  /external/libcxx/test/utilities/function.objects/bitwise.operations/
Android.mk 17 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/
Android.mk 5 LOCAL_SRC_FILES := src/bitwise.c \
  /external/libogg/src/
Makefile.am 7 libogg_la_SOURCES = framing.c bitwise.c
14 test_bitwise_SOURCES = bitwise.c
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
types.h 17 #define __bitwise__ __attribute__((bitwise))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
types.h 17 #define __bitwise__ __attribute__((bitwise))
  /external/iptables/include/linux/
types.h 17 #define __bitwise__ __attribute__((bitwise))
  /external/kernel-headers/original/uapi/linux/
types.h 22 #define __bitwise__ __attribute__((bitwise))
  /external/tremolo/
Android.mk 5 Tremolo/bitwise.c \
  /external/libvorbis/doc/
09-helper.tex 57 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)
07-floor1.tex 205 14) [book] = array [floor1_subclass_books] element [class],([cval] bitwise AND [csub])
  /external/chromium_org/v8/test/mjsunit/
bitwise-operations-undefined.js 28 // Test bitwise operations with undefined.
bitwise-operations-bools.js 28 // Test bitwise operations with booleans.
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
number.pxd 87 # 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/chromium_org/v8/test/mjsunit/compiler/
expression-trees.js 58 // All possible bitwise OR trees with six leaves, i.e. CatalanNumber[5] = 42,
  /external/wpa_supplicant_8/src/utils/
common.h 441 #define __bitwise __attribute__((bitwise))
  /ndk/sources/android/support/
Android.mk 188 -Wno-bitwise-op-parentheses
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 2016 HBitwise* bitwise = HBitwise::cast(base); local
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/kde/
operators.js 167 // bitwise operators
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 923 (** [const_not c] returns the bitwise inverse of the constant [c].
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h 784 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h 68 #define __bitwise __attribute__((bitwise))
    [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...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 1020 milliseconds

1 2