/toolchain/binutils/binutils-2.25/opcodes/ |
v850-dis.c | 477 unsigned int bit; local 480 for (bit = 0; bit < 32; bit++) 481 if (mask & (1 << bit)) 483 unsigned long int first = bit; 493 for (bit++; bit < 32; bit++) 494 if ((mask & (1 << bit)) == 0 [all...] |
ns32k-dis.c | 269 int bit; 273 bit = 1; 279 result |= bit; 285 bit <<= 1; 290 /* Like bit extract but the buffer is valid and doen't need to be fetched. */ 296 int bit; 300 bit = 1; 305 result |= bit; 311 bit <<= 1; 446 the bit position below which small (<1 byte) parts of the operand ca 266 int bit; local 293 int bit; local [all...] |
sparc-dis.c | 277 /* If a bit is set in both match and lose, there is something 685 case 'i': /* 13 bit immediate. */ 686 case 'I': /* 11 bit immediate. */ 687 case 'j': /* 10 bit immediate. */ 715 case ')': /* 5 bit unsigned immediate from RS3. */ 719 case 'X': /* 5 bit unsigned immediate. */ 720 case 'Y': /* 6 bit unsigned immediate. */ 738 int bit = 0x40, printed_one = 0; local 744 while (bit) 746 if (mask & bit) [all...] |
/art/runtime/ |
quick_exception_handler.cc | 183 // distinguish between core/FPU registers and low/high bits on 64-bit. 191 // Selects core register. For 64-bit registers, selects low 32 bits. 195 // Selects core register. For 64-bit registers, selects high 32 bits. 199 // Selects FPU register. For 64-bit registers, selects low 32 bits. 203 // Selects FPU register. For 64-bit registers, selects high 32 bits. 420 uint32_t bit = (offset >> 2); local 421 if (stack_map.GetNumberOfStackMaskBits(encoding.stack_map_encoding) > bit && 422 stack_map.GetStackMaskBit(encoding.stack_map_encoding, bit)) {
|
/external/ImageMagick/coders/ |
icon.c | 271 bit, 500 for (bit=0; bit < 8; bit++) 502 SetPixelIndex(image,((byte & (0x80 >> bit)) != 0 ? 0x01 : 510 for (bit=0; bit < (image->columns % 8); bit++) 512 SetPixelIndex(image,((byte & (0x80 >> bit)) != 0 ? 0x01 : 534 Read 4-bit Icon scanline 266 bit, local 891 bit, local 1111 bit, local [all...] |
pdb.c | 452 bit; 455 Read 1-bit PDB image. 464 for (bit=0; bit < 8; bit++) 466 index=(Quantum) (*p & (0x80 >> bit) ? 0x00 : 0x01); 485 Read 2-bit PDB image. 521 Read 4-bit PDB image. 815 case 2: pdb_image.type=(unsigned char) 0x00; break; /* 2 bit gray */ 816 default: pdb_image.type=(unsigned char) 0x02; /* 4 bit gray * 447 bit; local [all...] |
ps3.c | 332 bit; 362 bit=(unsigned char) 0x00; 364 bit=(unsigned char) (GetPixelLuma(image,p) == TransparentAlpha ? 366 code=(code << 1)+bit; 326 bit; local [all...] |
bmp.c | 526 bit, 518 bit, local 1723 bit, local [all...] |
viff.c | 223 bit; 632 for (bit=0; bit < 8; bit++) 634 quantum=(size_t) ((*p) & (0x01 << bit) ? 0 : 1); 646 for (bit=0; bit < (int) (image->columns % 8); bit++) 648 quantum=(size_t) ((*p) & (0x01 << bit) ? 0 : 1); 219 bit; local 1177 bit, local [all...] |
wpg.c | 275 bit; 295 for (bit=0; bit < 8; bit++) 297 index=((*p) & (0x80 >> bit) ? 0x01 : 0x00); 306 for (bit=0; bit < (ssize_t) (image->columns % 8); bit++) 308 index=((*p) & (0x80 >> bit) ? 0x01 : 0x00); 271 bit; local [all...] |
/external/aac/libSBRdec/src/ |
env_extr.cpp | 20 individually for the purpose of encoding or decoding bit streams in products that are compliant with 222 hHeaderData->bs_data.startFreq = 7; /* having read these frequency values from bit stream before. */ 279 /* Copy SBR bit stream header to temporary header */ 375 Extended data may contain several elements, each identified by a 2-bit-ID. 382 HANDLE_FDK_BITSTREAM hBs /*!< Handle to the bit buffer */ 563 int i, bit; local 573 bit = FDKreadBits (hBs, 1); 575 if (bit) { 952 /* 3bit transient position (temp={0;..;7}) */ 958 /* 4bit transient position (temp={0;..;15}) * [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3baserecognizer.c | 1229 ANTLR3_UINT32 bit; local [all...] |
/external/emma/core/java12/com/vladium/jcd/lib/ |
Types.java | 52 final int bit = IAccessFlags.ALL_ACC [f]; local 54 if ((flags & bit) != 0) 61 if (bit == IAccessFlags.ACC_SUPER) 72 final int bit = IAccessFlags.ALL_ACC [f]; local 74 if ((flags & bit) != 0)
|
/external/libchrome/crypto/ |
p224.cc | 31 // Using 28-bit limbs means that there's only 4 bits of headroom, which is less 89 // kZero31ModP is 0 mod p where bit 31 is set in all limbs so that we can 111 // kZero63ModP is 0 mod p where bit 63 is set in all limbs. See the section 146 // 32-bit operations. 605 uint32_t bit = static_cast<uint32_t>(static_cast<int32_t>( local 608 CopyConditional(out, tmp, bit);
|
/external/tremolo/Tremolo/ |
bitwise.c | 443 /* does EOF trip properly after a single additional bit? */ 449 /* does EOF stay set over additional bit reads? */ 477 /* does EOF trip properly after a single additional bit? */ 488 /* does EOF stay set over additional bit reads? */ 593 fprintf(stderr,"\nNull bit call (LSb): "); 601 fprintf(stderr,"\n32 bit preclipped packing (LSb): "); 637 fprintf(stderr,"\nSingle bit unclipped packing (LSb): "); 703 long bit=0; local 711 flat[word] |= ((values[j]>>k)&0x1)<<bit; 712 bit++ [all...] |
/external/v8/src/ |
api-natives.cc | 166 auto bit = handle(properties.get(i++), isolate); local 167 if (bit->IsSmi()) { 168 PropertyDetails details(Smi::cast(*bit));
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvmuxerutil.cpp | 202 const uint64 bit = 1LL << (size * 7); local 204 if (value > (bit - 2)) 207 value |= bit; 210 int64 bit; local 213 bit = 1LL << (size * 7); 214 const uint64 max = bit - 2; 225 value |= bit; 345 // is a signed, 16-bit integer). However, as a simplification we
|
/system/bt/stack/btm/ |
btm_ble_privacy.c | 142 UINT8 bit; local 147 bit = index % 8; 148 btm_cb.ble_ctr_cb.irk_list_mask[byte] &= (~(1 << bit)); 165 UINT8 bit; local 170 bit = i % 8; 172 if ((btm_cb.ble_ctr_cb.irk_list_mask[byte] & (1 << bit)) == 0) 174 btm_cb.ble_ctr_cb.irk_list_mask[byte] |= (1 << bit); [all...] |
/device/google/marlin/location/loc_api/loc_api_v02/ |
loc_api_v02_client.c | 720 // every bit saves a checked message result 733 uint32_t bit = reqId & ((uint32_t)7); local 734 if (pResponse->resp.supported_msgs[length] & (1<<bit)) { [all...] |
/device/huawei/angler/location/loc_api/loc_api_v02/ |
loc_api_v02_client.c | 681 // every bit saves a checked message result 694 uint32_t bit = reqId & ((uint32_t)7); local 695 if (pResponse->resp.supported_msgs[length] & (1<<bit)) { [all...] |
/device/lge/bullhead/location/loc_api/loc_api_v02/ |
loc_api_v02_client.c | 681 // every bit saves a checked message result 694 uint32_t bit = reqId & ((uint32_t)7); local 695 if (pResponse->resp.supported_msgs[length] & (1<<bit)) { [all...] |
/device/moto/shamu/location/loc_api/loc_api_v02/ |
loc_api_v02_client.c | 651 int bit = reqId%8; local 652 LOC_LOGV("%s:%d]: the bit is %d\n", __func__, __LINE__, bit); 655 if (pResponse->resp.supported_msgs[length-1] & (1<<bit)) { [all...] |
/external/ImageMagick/MagickCore/ |
compress.c | 390 #define InputBit(bit) \ 400 bit=(size_t) ((byte & mask) != 0 ? 0x01 : 0x00); \ 402 if (bit != 0) \ 432 bit, 488 InputBit(bit); 489 do { InputBit(bit); } while ((int) bit == 0); 522 InputBit(bit); 523 do { InputBit(bit); } while ((int) bit == 0) 427 bit, local 729 bit, local [all...] |
shear.c | 403 bit, 417 bit=0; 427 bit++; 428 if (bit == 8) 432 bit=0; 437 if (bit != 0) 439 byte<<=(8-bit); 460 bit, 474 bit=0; 484 bit++ 400 bit, local 457 bit, local [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
LocPathIterator.java | 123 int bit = WalkerFactory.getAnalysisBitFromAxes(axis); local 124 return bit; 521 // I'm a bit worried about this one, since it doesn't have the
|