/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
|
/external/iptables/include/linux/ |
types.h | 17 #define __bitwise__ __attribute__((bitwise))
|
/external/iproute2/include/linux/ |
types.h | 17 #define __bitwise__ __attribute__((bitwise))
|
/external/tremolo/ |
Android.mk | 5 Tremolo/bitwise.c \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
types.h | 143 #define __bitwise__ __attribute__((bitwise))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
types.h | 143 #define __bitwise__ __attribute__((bitwise))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
types.h | 143 #define __bitwise__ __attribute__((bitwise))
|
/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/kernel-headers/original/linux/ |
types.h | 171 #define __bitwise__ __attribute__((bitwise))
|
/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/v8/test/mjsunit/ |
bitwise-operations-undefined.js | 28 // Test bitwise operations with undefined.
|
/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/v8/test/mjsunit/compiler/ |
expression-trees.js | 58 // All 429 possible bitwise OR trees with eight leaves.
|
/external/chromium_org/v8/src/ |
hydrogen-instructions.cc | 1862 HBitwise* bitwise = HBitwise::cast(base); local [all...] |
/external/wpa_supplicant_8/src/utils/ |
common.h | 441 #define __bitwise __attribute__((bitwise))
|
/external/libpng/ |
CHANGES | [all...] |
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
operators.js | 167 // bitwise operators
|
/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...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 752 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise); [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 752 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise); [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 752 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise); [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 752 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise); [all...] |