/external/skia/experimental/Intersection/ |
ConvexHull_Test.cpp | 247 int pt, bit; local 272 for (bit = 0; bit < 4; ++bit) { 273 if (pts & 1 << bit) { 277 if (order[pt] == bit) { 280 if (cubic[order[pt]] == cubic[bit]) { 281 pts |= 1 << bit; 285 for (bit = 0; bit < 4; ++bit) [all...] |
/build/core/ |
executable_prefer_symlink.mk | 9 # check because 32 bit targets may not define TARGET_PREFER_32_BIT_APPS 15 # We support both 32 and 64 bit apps, so we will have to 24 # We support only 64 bit apps. 27 # We support only 32 bit apps.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BitSet.as | 90 * @param bit element that must fit in set 92 public function growToInclude(bit:int):void { 93 var newSize:int = Math.max(bits.length << 1, numWordsToHold(bit)); 134 for (var bit:int = BITS - 1; bit >= 0; bit--) { 135 if ((word & (1 << bit)) != 0) { 234 private static function wordNumber(bit:uint):uint { 235 return bit >> LOG_BITS; // bit / BIT [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BitSet.cs | 139 * <param name="bit">element that must fit in set</param> 141 public void GrowToInclude(int bit) { 142 int newSize = Math.Max(_bits.Length << 1, NumWordsToHold(bit)); 181 for (int bit = BITS - 1; bit >= 0; bit--) { 182 if ((word & (1UL << bit)) != 0) { 288 private static int WordNumber(int bit) { 289 return bit >> LOG_BITS; // bit / BIT [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BitSet.cs | 154 * <param name="bit">element that must fit in set</param> 156 public void GrowToInclude( int bit ) 158 int newSize = Math.Max( _bits.Length << 1, NumWordsToHold( bit ) ); 207 for ( int bit = BITS - 1; bit >= 0; bit-- ) 209 if ( ( word & ( 1UL << bit ) ) != 0 ) 340 private static int WordNumber( int bit ) 342 return bit >> LOG_BITS; // bit / BIT [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BitSet.java | 127 * @param bit element that must fit in set 129 public void growToInclude(int bit) { 130 int newSize = Math.max(bits.length << 1, numWordsToHold(bit)); 184 for (int bit = BITS - 1; bit >= 0; bit--) { 185 if ((word & (1L << bit)) != 0) { 292 private final static int wordNumber(int bit) { 293 return bit >> LOG_BITS; // bit / BIT [all...] |
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/ |
pack.py | 12 # will have an offset, a size and a bit (for mojom.BOOLs). 60 self.bit = None 68 # Returns a 2-tuple of the field offset and bit (for BOOLs) 72 last_field.bit < 7: 73 return (last_field.offset, last_field.bit + 1) 101 src_field.bit = 0 111 offset, bit = GetFieldOffset(src_field, last_field) 115 src_field.bit = bit 121 src_field.offset, src_field.bit = GetFieldOffset(src_field, last_field [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
cost.h | 51 extern const uint16_t VP8EntropyCost[256]; // 8bit fixed-point log(p) 54 static WEBP_INLINE int VP8BitCost(int bit, uint8_t proba) { 55 return !bit ? VP8EntropyCost[proba] : VP8EntropyCost[255 - proba];
|
/external/clang/test/Sema/ |
statements.c | 38 void test11(int bit) { 39 switch (bit)
|
/external/e2fsprogs/lib/blkid/ |
blkid_types.h.in | 33 ?==error: undefined 16 bit type 47 ?==error: undefined 16 bit type 65 ?== error: undefined 32 bit type 83 ?== error: undefined 32 bit type
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_types.h.in | 33 ?==error: undefined 16 bit type 47 ?==error: undefined 16 bit type 65 ?== error: undefined 32 bit type 83 ?== error: undefined 32 bit type
|
/external/icu/icu4c/source/layout/ |
CoverageTables.cpp | 45 le_uint8 bit = OpenTypeUtilities::highBit(count); local 46 le_uint16 power = 1 << bit;
|
/external/llvm/test/MC/ARM/ |
elf-thumbfunc-reloc.s | 1 @@ test st_value bit 0 of thumb function 31 @@ the thumb bit.
|
elf-thumbfunc.s | 1 @@ test st_value bit 0 of thumb function 17 @@ make sure foo and bar are thumb function: bit 0 = 1 (st_value)
|
fp-const-errors.s | 3 @ Test for floating point constants that are out of the 8-bit encoded value range 10 @ Test that vmov.f instructions do not accept an 8-bit encoded float as an operand
|
/external/webp/src/enc/ |
cost.h | 51 extern const uint16_t VP8EntropyCost[256]; // 8bit fixed-point log(p) 54 static WEBP_INLINE int VP8BitCost(int bit, uint8_t proba) { 55 return !bit ? VP8EntropyCost[proba] : VP8EntropyCost[255 - proba];
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_ion.h | 65 #define ION_HEAP(bit) (1 << (bit))
|
/hardware/qcom/msm8x26/kernel-headers/linux/ |
msm_ion.h | 77 #define ION_HEAP(bit) (1 << (bit))
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
msm_ion.h | 42 ION_HEAP_ID_RESERVED = 31 /** Bit reserved for ION_FLAG_SECURE flag */ 96 #define ION_HEAP(bit) (1 << (bit))
|
/hardware/qcom/msm8x27/kernel-headers/linux/ |
msm_ion.h | 66 #define ION_HEAP(bit) (1 << (bit))
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
msm_ion.h | 80 #define ION_HEAP(bit) (1 << (bit))
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
msm_ion.h | 80 #define ION_HEAP(bit) (1 << (bit))
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_ion.h | 43 ION_HEAP_ID_RESERVED = 31 /** Bit reserved for ION_FLAG_SECURE flag */ 99 #define ION_HEAP(bit) (1 << (bit))
|
/prebuilts/tools/darwin-x86/sdl/libs/ |
Android.mk | 23 # 32-bit host build still needs those lib64* libs.
|
/prebuilts/tools/linux-x86/sdl/libs/ |
Android.mk | 23 # 32-bit host build still needs those lib64* libs.
|