/external/qemu/slirp-android/ |
ip_icmp.h | 51 u_short icmp_cksum; /* ones complement cksum of struct */
|
/external/srec/srec/cfront/ |
himul32.h | 181 // complement and adding 1. So there's a carry out of the low
|
/external/zlib/src/ |
inflate.h | 34 STORED, /* i: waiting for stored size (length and complement) */
|
gzlib.c | 619 available) -- we need to do this to cover cases where 2's complement not 620 used, since C standard permits 1's complement and sign-bit representations,
|
/frameworks/base/docs/html/design/downloads/ |
index.jd | 118 shade that can be used as a complement when needed.</p>
|
/libcore/luni/src/main/java/java/util/ |
MiniEnumSet.java | 246 void complement() { method in class:MiniEnumSet
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ad1848.h | 80 #define AD1848_LINEAR_16 0x40 /* 16-bit twos complement data - little endian */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ad1848.h | 80 #define AD1848_LINEAR_16 0x40 /* 16-bit twos complement data - little endian */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_sequence.py | 105 value_minus=(-1L<<63)+1 # Two complement
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_sequence.py | 105 value_minus=(-1L<<63)+1 # Two complement
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
NFAFactory.java | 148 /** Can only complement block of simple alts; can complement build_Set() 149 * result, that is. Get set and complement, replace old with complement. 155 set = nfa.grammar.complement(set);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_ppc.c | 721 boolean complement = FALSE; local 725 complement = TRUE; 732 complement = TRUE; 739 complement = TRUE; 750 if (complement) [all...] |
/external/jpeg/ |
jchuff.c | 366 /* For a negative input, want temp2 = bitwise complement of abs(input) */ 367 /* This code assumes we are on a two's complement machine */ 388 /* or the complement of its magnitude, if negative. */ 411 /* This code assumes we are on a two's complement machine */ 429 /* or the complement of its magnitude, if negative. */
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ppc.c | 721 boolean complement = FALSE; local 725 complement = TRUE; 732 complement = TRUE; 739 complement = TRUE; 750 if (complement) [all...] |
/external/qemu/distrib/jpeg-6b/ |
jchuff.c | 366 /* For a negative input, want temp2 = bitwise complement of abs(input) */ 367 /* This code assumes we are on a two's complement machine */ 388 /* or the complement of its magnitude, if negative. */ 411 /* This code assumes we are on a two's complement machine */ 429 /* or the complement of its magnitude, if negative. */
|
/external/chromium_org/third_party/icu/source/common/ |
uniset.cpp | 33 #define COMPLEMENT ((UChar)0x005E) /*^*/ 183 complement(start, end); 822 complement(start, end); [all...] |
/external/icu4c/common/ |
uniset.cpp | 35 #define COMPLEMENT ((UChar)0x005E) /*^*/ 185 complement(start, end); 824 complement(start, end); [all...] |
/external/stlport/etc/ |
ChangeLog-5.1 | 23 2007-09-28 Petr Ovtchenkov <complement@users.sourceforge.net> 75 2007-09-27 Petr Ovtchenkov <complement@users.sourceforge.net> 112 2007-09-10 Petr Ovtchenkov <complement@users.sourceforge.net> 123 2007-09-09 Petr Ovtchenkov <complement@users.sourceforge.net> 180 2007-08-23 Petr Ovtchenkov <complement@users.sourceforge.net> 201 2007-08-15 Petr Ovtchenkov <complement@users.sourceforge.net> 218 2007-07-22 Petr Ovtchenkov <complement@users.sourceforge.net> 223 2007-07-17 Petr Ovtchenkov <complement@users.sourceforge.net> 242 2007-07-15 Petr Ovtchenkov <complement@users.sourceforge.net> 367 2007-02-01 Petr Ovtchenkov <complement@users.sourceforge.net [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 264 // Make sure we are in a 2's complement system. 276 // Make sure we are in a 2's complement system.
|
/external/chromium_org/third_party/zlib/ |
gzlib.c | 524 available) -- we need to do this to cover cases where 2's complement not 525 used, since C standard permits 1's complement and sign-bit representations,
|
/external/llvm/include/llvm/ADT/ |
APInt.h | 608 /// \brief Unary bitwise complement operator. 610 /// Performs a bitwise complement operation on this APInt. 612 /// \returns an APInt that is the bitwise complement of *this 621 /// Negates *this using two's complement logic. [all...] |
/external/stlport/stlport/ |
type_traits | 9 * Derived from original <misc/type_traits.h> of 'complement' project 10 * [http://complement.sourceforge.net]
|
/ndk/sources/cxx-stl/stlport/stlport/ |
type_traits | 9 * Derived from original <misc/type_traits.h> of 'complement' project 10 * [http://complement.sourceforge.net]
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
type_traits | 9 * Derived from original <misc/type_traits.h> of 'complement' project 10 * [http://complement.sourceforge.net]
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
type_traits | 9 * Derived from original <misc/type_traits.h> of 'complement' project 10 * [http://complement.sourceforge.net]
|