HomeSort by relevance Sort by last modified time
    Searched refs:BITS (Results 126 - 150 of 210) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha3/
chimpchat-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha5/
chimpchat-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha6/
chimpchat-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha7/
chimpchat-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.5.0-alpha-preview-01/
chimpchat-25.5.0-alpha-preview-01.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.5.0-alpha-preview-02/
chimpchat-25.5.0-alpha-preview-02.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_byteswap.py 20 bits = BITS()
21 setattr(bits, "i%s" % i, 1)
22 dump(bits)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_byteswap.py 20 bits = BITS()
21 setattr(bits, "i%s" % i, 1)
22 dump(bits)
  /external/mdnsresponder/mDNSShared/
CommonServices.h 671 @abstract Inserts BITS (both 0 and 1 bits) into X, controlled by MASK and SHIFT, and returns the result.
675 MASK is the bitmask of the bits in the final position.
676 SHIFT is the number of bits to shift left for 1 to reach the first bit position of MASK.
678 For example, if you wanted to insert 0x3 into the leftmost 4 bits of a 32-bit value:
683 #define InsertBits( X, BITS, MASK, SHIFT ) ( ( ( X ) & ~( MASK ) ) | ( ( ( BITS ) << ( SHIFT ) ) & ( MASK ) ) )
688 @abstract Extracts bits from X, controlled by MASK and SHIFT, and returns the result.
692 MASK is the bitmask of the bits in the final position.
693 SHIFT is the number of bits to shift right to right justify MASK
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
arc-opc.c 941 #define MAKE_BIAS_INSERT_EXTRACT_FUNCS(NAME,LOWER,UPPER,BITS,BIAS,SHIFT)\
962 return ((insn >> SHIFT) & ((1 << BITS) - 1)) + BIAS; \
1114 #define MAKE_1BASED_INSERT_EXTRACT_FUNCS(NAME,SHIFT,UPPER,BITS) \
1131 int value = (insn >> SHIFT) & ((1 << BITS) - 1); \
1171 NAME CODE BITS SHIFT FAVAIL. */
    [all...]
  /external/libjpeg-turbo/simd/
jfdctflt-3dn.asm 42 BITS 32
63 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
jfdctflt-sse-64.asm 53 BITS 64
73 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jfdctflt-sse.asm 52 BITS 32
73 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jfdctfst-mmx.asm 67 BITS 32
88 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
jfdctfst-sse2-64.asm 68 BITS 64
88 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jfdctfst-sse2.asm 67 BITS 32
88 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jidctflt-3dn.asm 44 BITS 32
71 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
jidctflt-sse2-64.asm 55 BITS 64
82 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jidctfst-mmx.asm 75 BITS 32
102 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
jidctfst-sse2-64.asm 76 BITS 64
101 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jidctfst-sse2.asm 75 BITS 32
100 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
  /prebuilts/misc/common/robolectric/3.1.1/lib/
commons-codec-1.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
commons-codec-1.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
commons-codec-1.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
commons-codec-1.3.jar 

Completed in 2751 milliseconds

1 2 3 4 56 7 8 9