/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.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))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
types.h | 17 #define __bitwise__ __attribute__((bitwise))
|
/external/tremolo/ |
Android.mk | 5 Tremolo/bitwise.c \
|
/frameworks/rs/api/ |
rs_atomic.spec | 58 summary: Thread-safe bitwise and 60 Atomicly performs a bitwise and of two values, storing the result back at addr, 177 summary: Thread-safe bitwise or 179 Atomicly perform a bitwise or two values, storing the result at addr, 216 summary: Thread-safe bitwise exclusive or 218 Atomicly performs a bitwise xor of two values, storing the result at addr,
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
micsv89.js | 10 /*jslint node:true, vars:true, bitwise:true, unparam:true */
|
/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)
|
/external/v8/test/mjsunit/ |
bitwise-operations-undefined.js | 28 // Test bitwise operations with undefined.
|
bitwise-operations-bools.js | 28 // Test bitwise operations with booleans.
|
math-abs.js | 132 // Create minimum integer input for abs() using bitwise operations
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
ratconv_test.go | 373 // Ok: bitwise equal. 428 // Ok: bitwise equal.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
ratconv_test.go | 370 // Ok: bitwise equal. 425 // Ok: bitwise equal.
|
/prebuilts/go/darwin-x86/src/math/big/ |
ratconv_test.go | 372 // Ok: bitwise equal. 427 // Ok: bitwise equal.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
ratconv_test.go | 373 // Ok: bitwise equal. 428 // Ok: bitwise equal.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
ratconv_test.go | 370 // Ok: bitwise equal. 425 // Ok: bitwise equal.
|
/prebuilts/go/linux-x86/src/math/big/ |
ratconv_test.go | 372 // Ok: bitwise equal. 427 // Ok: bitwise equal.
|
/external/v8/test/mjsunit/compiler/ |
expression-trees.js | 58 // All possible bitwise OR trees with six leaves, i.e. CatalanNumber[5] = 42,
|
/ndk/sources/android/support/ |
Android.mk | 158 -Wno-bitwise-op-parentheses
|
/prebuilts/go/darwin-x86/test/ |
divmod.go | 60 // along with bitwise inversions of the same (done in checkdiv2).
|
/prebuilts/go/linux-x86/test/ |
divmod.go | 60 // along with bitwise inversions of the same (done in checkdiv2).
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/ |
bitwise.d | 3 #name: i860 bitwise
|
/external/v8/src/crankshaft/ |
hydrogen-instructions.cc | 2041 HBitwise* bitwise = HBitwise::cast(base); local [all...] |