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

1 2 3 45 6 7 8 9

  /toolchain/binutils/binutils-2.27/opcodes/
arc-dis.c 96 #define BITS(word,s,e) (((word) << (sizeof (word) * 8 - 1 - e)) >> \
98 #define OPCODE(word) (BITS ((word), 27, 31))
100 #define OPCODE_AC(word) (BITS ((word), 11, 15))
193 value = (insn[0] >> operand->shift) & ((1 << operand->bits) - 1);
235 & ((1 << flg_operand->bits) - 1);
474 & ((1 << flg_operand->bits) - 1);
608 & ((1 << (operand->bits - 2)) - 1);
613 value = (insn[0] >> operand->shift) & ((1 << operand->bits) - 1);
617 int signbit = 1 << (operand->bits - 1);
  /external/swiftshader/src/Common/
Math.hpp 110 #define BITS(x) ( \
  /prebuilts/go/darwin-x86/src/runtime/
hash_test.go 230 // Test strings with only a few bits set
251 // set up to k bits at index i and greater
297 clear() // set bits all to 0
299 bits() int // how many bits key has
317 func (k *BytesKey) bits() int { func
340 func (k *Int32Key) bits() int { func
363 func (k *Int64Key) bits() int { func
386 func (k *EfaceKey) bits() int { func
387 // use 64 bits. This tests inlined interface
418 func (k *IfaceKey) bits() int { func
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
hash_test.go 230 // Test strings with only a few bits set
251 // set up to k bits at index i and greater
297 clear() // set bits all to 0
299 bits() int // how many bits key has
317 func (k *BytesKey) bits() int { func
340 func (k *Int32Key) bits() int { func
363 func (k *Int64Key) bits() int { func
386 func (k *EfaceKey) bits() int { func
387 // use 64 bits. This tests inlined interface
418 func (k *IfaceKey) bits() int { func
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.asm 33 BITS 16
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
SearchForSecEntry.asm 16 BITS 32
  /external/tremolo/Tremolo/
bitwise.c 38 /* We're 'LSb' endian; if we write a word but read individual bits,
73 extern long oggpack_lookARM(oggpack_buffer *b,int bits);
75 long oggpack_look(oggpack_buffer *b,int bits){
78 //fprintf(stderr, "PreLook: buffer=(%x,%x,%x) %08x%08x (%d bits)\n",
80 // b->ptr[1], b->ptr[0], bits);
82 l = oggpack_lookARM(b,bits);
83 //fprintf(stderr, "Look: buffer=(%d,%x,%d,%d) %08x%08x (%d bits) (result=%x)\n",
85 // b->ptr[1], b->ptr[0], bits, l);
91 extern void oggpack_advARM(oggpack_buffer *b,int bits);
93 void oggpack_adv(oggpack_buffer *b,int bits){
    [all...]
  /external/deqp/framework/common/
tcuTexture.cpp 454 inline float channelToUnormFloat (deUint32 src, int bits)
456 const deUint32 maxVal = (1u << bits) - 1;
458 // \note Will lose precision if bits > 23
463 inline deInt32 signExtend (deUint32 src, int bits)
465 const deUint32 signBit = 1u << (bits-1);
472 inline float channelToSnormFloat (deUint32 src, int bits)
474 const deUint32 range = (1u << (bits-1)) - 1;
476 // \note Will lose precision if bits > 24
477 return de::max(-1.0f, (float)signExtend(src, bits) / (float)range);
480 inline deUint32 unormFloatToChannel (float src, int bits)
    [all...]
  /external/python/cpython2/Lib/ctypes/test/
test_byteswap.py 21 bits = BITS()
22 setattr(bits, "i%s" % i, 1)
23 dump(bits)
  /external/python/cpython3/Lib/ctypes/test/
test_byteswap.py 21 bits = BITS()
22 setattr(bits, "i%s" % i, 1)
23 dump(bits)
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_byteswap.py 20 bits = BITS()
21 setattr(bits, "i%s" % i, 1)
22 dump(bits)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_byteswap.py 20 bits = BITS()
21 setattr(bits, "i%s" % i, 1)
22 dump(bits)
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.4.0-beta6/
chimpchat-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.5.0/
chimpchat-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.0.0-alpha1/
chimpchat-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0/
chimpchat-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-alpha1/
chimpchat-25.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-beta1/
chimpchat-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-beta2/
chimpchat-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-beta3/
chimpchat-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-beta4/
chimpchat-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.1/
chimpchat-25.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.3/
chimpchat-25.3.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha1/
chimpchat-25.4.0-alpha1.jar 

Completed in 328 milliseconds

1 2 3 45 6 7 8 9