/external/ppp/pppd/plugins/rp-pppoe/ |
pppoe.h | 117 #error Could not find a 16-bit integer type 127 #error Could not find a 16-bit integer type 218 unsigned char payload[ETH_DATA_LEN]; /* A bit of room to spare */
|
/external/qemu/distrib/ext4_utils/src/ |
allocate.c | 189 static int bitmap_set_bit(u8 *bitmap, u32 bit) 191 if (bitmap[bit / 8] & 1 << (bit % 8)) 194 bitmap[bit / 8] |= 1 << (bit % 8); 198 static int bitmap_set_8_bits(u8 *bitmap, u32 bit) 200 int ret = bitmap[bit / 8]; 201 bitmap[bit / 8] = 0xFF;
|
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/ |
SDL_cpuinfo.c | 64 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n" 69 " xorl %%ecx,%%eax # Can not toggle ID bit, \n" 84 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n" 89 " xorl %%ecx,%%eax # Can not toggle ID bit, \n" 102 xor eax, 200000h ; Flip ID bit in EFLAGS 107 xor eax, ecx ; Can not toggle ID bit, local
|
/external/zlib/ |
Android.mk | 74 # later, please see if you can get a bit further in removing libunz...
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
IconLoader.java | 266 * Decode one bit to a black and white color: 269 * @param bit to decode 272 private static int bitToBnW(int bit){ 273 if(bit == 1){ 329 * Calculate bit mask for a given number of bits. The mask should enable to 332 * @return bit mask
|
/frameworks/rs/cpu_ref/ |
Android.mk | 82 # these are not supported in 64-bit yet
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
idct_dequant_full_2x_neon.asm | 70 ; our constant had the high bit set, and was treated as a negative value. 72 ; compensate for this. in the case of sinpi8sqrt2, the lowest bit is 0, 75 ; for cospi8sqrt2minus1 the lowest bit is 1, so we lose precision if we 193 ; because the lowest bit in 0x8a8c is 0, we can pre-shift this
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
idctllm_mmx.asm | 17 ; * This implementation makes use of 16 bit fixed point version of two multiply 21 ; * Because the first constant is bigger than 1, to maintain the same 16 bit 27 ; * For the second constant, because of the 16bit version is 35468, which 28 ; * is bigger than 32768, in signed 16 bit multiply, it becomes a negative
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapVcardManager.java | 723 // bit property onlyCheckV21 excludeForV21 751 private boolean isFilteredOut(FilterBit bit, boolean vCardType21) { 752 final int offset = (bit.pos / 8) + 1; 753 final int bit_pos = bit.pos % 8; 754 if (!vCardType21 && bit.onlyCheckV21) return false; 755 if (vCardType21 && bit.excludeForV21) return true; 781 for (FilterBit bit : FilterBit.values()) { 782 if (bit.prop.equals(currentProp)) { 783 filteredOut = isFilteredOut(bit, vCardType21); [all...] |
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/ |
nj_ext.h | 73 #define GET_BIT_TO_BYTE(bit) ((NJ_UINT8)(((bit) + 7) >> 3))
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/ |
cygming.h | 81 /* Map gcc register number to DWARF 2 CFA column number. For 32 bit 89 /* The 64-bit MS_ABI changes the set of call-used registers. */ 106 /* This is a hack. There is no 64-bit section relative \ 108 support 64-bit file offsets; 64-bit applications are \ 110 Fake the 64-bit offset by zero-extending it. */ \ 177 /* Windows64 continues to use a 32-bit long type. */ 360 #error For 64-bit windows and 32-bit based multilib version of gcc just SJLJ exceptions are supported. 415 /* A bit-field declared as `int' forces `int' alignment for the struct. * [all...] |
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
Android.mk | 64 ### host libOpenglRender, 64-bit #########################################
|
/system/extras/ext4_utils/ |
allocate.c | 190 static int bitmap_set_bit(u8 *bitmap, u32 bit) 192 if (bitmap[bit / 8] & 1 << (bit % 8)) 195 bitmap[bit / 8] |= 1 << (bit % 8); 199 static int bitmap_set_8_bits(u8 *bitmap, u32 bit) 201 int ret = bitmap[bit / 8]; 202 bitmap[bit / 8] = 0xFF;
|
/system/keymaster/ |
Android.mk | 23 # concerns a bit better.
|
/external/chromium_org/v8/src/mips64/ |
codegen-mips64.cc | 760 value.bit() | key.bit() | receiver.bit() | target_map.bit() | ra.bit()); 805 value.bit() | key.bit() | receiver.bit() | target_map.bit() | ra.bit()); [all...] |
/external/lzma/Java/SevenZip/Compression/LZMA/ |
Encoder.java | 83 int bit = ((symbol >> i) & 1);
local 84 rangeEncoder.Encode(m_Encoders, context, bit);
85 context = (context << 1) | bit;
95 int bit = ((symbol >> i) & 1);
local 101 same = (matchBit == bit);
103 rangeEncoder.Encode(m_Encoders, state, bit);
104 context = (context << 1) | bit;
118 int bit = (symbol >> i) & 1;
local 119 price += SevenZip.Compression.RangeCoder.Encoder.GetPrice(m_Encoders[((1 + matchBit) << 8) + context], bit);
120 context = (context << 1) | bit;
130 int bit = (symbol >> i) & 1; local [all...] |
/external/oprofile/events/i386/nehalem/ |
unit_masks | 59 0x01 packed_mpy Counts number of 128 bit SIMD integer multiply operations 60 0x02 packed_shift Counts number of 128 bit SIMD integer shift operations 61 0x04 pack Counts number of 128 bit SIMD integer pack operations 62 0x08 unpack Counts number of 128 bit SIMD integer unpack operations 63 0x10 packed_logical Counts number of 128 bit SIMD integer logical operations 64 0x20 packed_arith Counts number of 128 bit SIMD integer arithmetic operations 65 0x40 shuffle_move Counts number of 128 bit SIMD integer shuffle and move operations 295 0x10 vector_integer Counts 128-bit SIMD vector integer Uops retired 364 0x01 packed_mpy Counts number of SID integer 64 bit packed multiply operations 365 0x02 packed_shift Counts number of SID integer 64 bit packed shift operation [all...] |
/external/aac/libSBRdec/src/ |
env_dec.cpp | 20 individually for the purpose of encoding or decoding bit streams in products that are compliant with 687 int bit, mask; local 701 mask = 1; /* begin with lowest bit of exponent */ 703 for ( bit=ENV_EXP_FRACT-1; bit>=0; bit-- ) { 705 /* The current bit of the exponent is set, 707 mantissa = (FIXP_SGL)( (mantissa * pow2[bit]) << 1); 709 /* Advance to next bit */ 717 /* In case of the high amplitude resolution, 1 bit of the exponent gets lost by the shift [all...] |
/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...] |
/ndk/build/core/ |
init.mk | 44 # Define NDK_HOST_32BIT=1 in your environment to always use toolchain in 32-bit 45 # even if 64-bit is present. Note that toolchains in 64-bit still produce 46 # 32-bit binaries for Android 115 # Rationale: This function is used to proble available 64-bit toolchain or 116 # return 32-bit one as default. Note that HOST_TAG64==HOST_TAG for 117 # 32-bit system (or 32-bit userland in 64-bit system) 229 # Windows is 64-bit if either ProgramW6432 or ProgramFiles(x86) is se [all...] |
/build/core/ |
envsetup.mk | 70 # TODO: Replace BUILD_HOST_64bit with a flag that forces 32-bit build, 71 # after we default to 64-bit host build. 73 # Default to 32-bit-by-default multilib host build. 281 # /system/lib always contains 32-bit libraries, 282 # and /system/lib64 (if present) always contains 64-bit libraries.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
intel_tris.c | [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_tris.c | [all...] |
/external/lzma/CS/7zip/Compress/LZMA/ |
LzmaEncoder.cs | 83 uint bit = (uint)((symbol >> i) & 1);
84 m_Encoders[context].Encode(rangeEncoder, bit);
85 context = (context << 1) | bit;
95 uint bit = (uint)((symbol >> i) & 1);
101 same = (matchBit == bit);
103 m_Encoders[state].Encode(rangeEncoder, bit);
104 context = (context << 1) | bit;
118 uint bit = (uint)(symbol >> i) & 1;
119 price += m_Encoders[((1 + matchBit) << 8) + context].GetPrice(bit);
120 context = (context << 1) | bit;
[all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_smf.c | 619 EAS_U32 bit = (EAS_U32) value; local 620 bit = (bit << JET_EVENT_SEG_SHIFT) & JET_EVENT_SEG_MASK; 625 i << JET_EVENT_TRACK_SHIFT | bit | MIDI_FLAGS_JET_CB; 634 EAS_U32 bit = (EAS_U32) value; local 637 if (bit & 1) 641 bit >>= 1; 756 /* read until bit 7 is zero */ [all...] |